Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
H A Dtrig.c41 #define twon24 5.96046447753906250000e-08 /* 0x3E700000, 0x00000000 */ macro
231 fw = (double) ((int) (twon24 * z)); in __kernel_rem_pio2()
348 fw = (double) ((int) (twon24 * z)); in __kernel_rem_pio2()
365 fw *= twon24; in __kernel_rem_pio2()
1067 #undef twon24 macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc468 twon24 = 5.96046447753906250000e-08; /* 0x3E700000, 0x00000000 */ in __kernel_rem_pio2() local
500 fw = static_cast<double>(static_cast<int32_t>(twon24 * z)); in __kernel_rem_pio2()
582 fw = static_cast<double>(static_cast<int32_t>(twon24 * z)); in __kernel_rem_pio2()
596 fw *= twon24; in __kernel_rem_pio2()

Completed in 6 milliseconds