HomeSort by relevance Sort by last modified time
    Searched defs:two24 (Results 1 - 7 of 7) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 42 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
178 z = (z-tx[i])*two24;
k_rem_pio2.c 290 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
322 iq[i] = (int32_t)(z-two24*fw);
387 if(z>=two24) {
389 iq[jz] = (int32_t)(z-two24*fw);
e_powf.c 29 two24 = 16777216.0, /* 0x4b800000 */ variable
153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); }
  /external/fdlibm/
e_rem_pio2.c 74 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
167 z = (z-tx[i])*two24;
k_rem_pio2.c 160 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
196 iq[i] = (int)(z-two24*fw);
261 if(z>=two24) {
263 iq[jz] = (int)(z-two24*fw);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h 50 two24 = 1.67772160000000000000e+07; /* 0x41700000, 0x00000000 */ variable
129 z = (z-tx[i])*two24;
  /external/v8/third_party/fdlibm/
fdlibm.cc 100 static const double two24 = 1.6777216e+07; member in namespace:v8::fdlibm
145 iq[i] = static_cast<int32_t>(z - two24 * fw);
215 if (z >= two24) {
217 iq[jz] = static_cast<int32_t>(z - two24 * fw);
266 z = (z - tx[i]) * two24;

Completed in 289 milliseconds