Home
last modified time | relevance | path

Searched refs:pio2_3 (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/math/
D__rem_pio2l.c45 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
67 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
111 w = fn*pio2_3; in __rem_pio2l()
D__rem_pio2.c45 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
152 w = fn*pio2_3; in __rem_pio2()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2l.c45 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
67 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
111 w = fn*pio2_3; in __rem_pio2l()
D__rem_pio2.c45 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
152 w = fn*pio2_3; in __rem_pio2()
/third_party/jerryscript/jerry-libm/
Dtrig.c472 #define pio2_3 2.02226624871116645580e-21 /* 0x3BA3198A, 0x2E000000 */ macro
553 w = fn * pio2_3; in __ieee754_rem_pio2()
1073 #undef pio2_3
/third_party/node/deps/v8/src/base/
Dieee754.cc163 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ in __ieee754_rem_pio2() local
228 w = fn * pio2_3; in __ieee754_rem_pio2()