Home
last modified time | relevance | path

Searched refs:two24 (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-libm/
H A Dtrig.c40 #define two24 1.67772160000000000000e+07 /* 0x41700000, 0x00000000 */ macro
232 iq[i] = (int) (z - two24 * fw); in __kernel_rem_pio2()
346 if (z >= two24) in __kernel_rem_pio2()
349 iq[jz] = (int) (z - two24 * fw); in __kernel_rem_pio2()
587 z.dbl = (z.dbl - tx[i]) * two24; in __ieee754_rem_pio2()
1066 #undef two24 macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc157 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ in __ieee754_rem_pio2() local
258 z = (z - tx[i]) * two24; in __ieee754_rem_pio2()
467 two24 = 1.67772160000000000000e+07, /* 0x41700000, 0x00000000 */ in __kernel_rem_pio2() local
501 iq[i] = static_cast<int32_t>(z - two24 * fw); in __kernel_rem_pio2()
581 if (z >= two24) { in __kernel_rem_pio2()
583 iq[jz] = z - two24 * fw; in __kernel_rem_pio2()

Completed in 6 milliseconds