Searched defs:two24 (Results 1 - 3 of 3) sorted by relevance

/external/fdlibm/
H A De_rem_pio2.c74 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ variable
167 z = (z-tx[i])*two24;
H A Dk_rem_pio2.c160 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);
/external/v8/third_party/fdlibm/
H A Dfdlibm.cc100 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 444 milliseconds