HomeSort by: relevance | last modified time | path
    Searched defs:two24 (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2.c 49 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
144 z = (z-tx[i])*two24;
k_rem_pio2.c 296 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
335 iq[i] = (int32_t)(z-two24*fw);
400 if(z>=two24) {
402 iq[jz] = (int32_t)(z-two24*fw);
e_rem_pio2l.h 50 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable
124 z = (z-tx[i])*two24;
e_powf.c 32 two24 = 16777216.0, /* 0x4b800000 */ variable
156 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
  /src/lib/libm/ld128/
e_rem_pio2l.h 52 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable
128 z = (z-tx[i])*two24;
  /src/lib/libm/ld80/
e_rem_pio2l.h 47 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
136 z = (z-tx[i])*two24;
  /src/external/gpl3/gcc/dist/libquadmath/math/
rem_pio2q.c 149 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
183 iq[i] = (int32_t)(z-two24*fw);
248 if(z>=two24) {
250 iq[jz] = (int32_t)(z-two24*fw);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
rem_pio2q.c 149 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
182 iq[i] = (int32_t)(z-two24*fw);
247 if(z>=two24) {
249 iq[jz] = (int32_t)(z-two24*fw);

Completed in 33 milliseconds