reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/builtins/fixunsxfdi.c
   38   int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
   39   if (e < 0 || (fb.u.high.s.low & 0x00008000))
projects/compiler-rt/lib/builtins/fixunsxfsi.c
   38   int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
   39   if (e < 0 || (fb.u.high.s.low & 0x00008000))
projects/compiler-rt/lib/builtins/fixunsxfti.c
   31   int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
   32   if (e < 0 || (fb.u.high.s.low & 0x00008000))
projects/compiler-rt/lib/builtins/fixxfdi.c
   39   int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
   44   di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
projects/compiler-rt/lib/builtins/fixxfti.c
   32   int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
   35   ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
projects/compiler-rt/lib/builtins/floattixf.c
   67   fb.u.high.s.low = ((su_int)s & 0x8000) | // sign
projects/compiler-rt/lib/builtins/floatuntixf.c
   65   fb.u.high.s.low = (e + 16383); // exponent