Home
last modified time | relevance | path

Searched refs:pio2_2t (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/math/
H A D__rem_pio2l.c38 * pio2_2t: pi/2 - (pio2_1+pio2_2)
50 pio2_2t = 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */ variable
66 pio2_2t = 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df531d89cd91.0p-254 */ variable
105 w = fn*pio2_2t-((t-r)-w); in __rem_pio2l()
H A D__rem_pio2.c33 * pio2_2t: pi/2 - (pio2_1+pio2_2)
44 pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */ variable
146 w = fn*pio2_2t - ((t-r)-w); in __rem_pio2()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2l.c38 * pio2_2t: pi/2 - (pio2_1+pio2_2)
50 pio2_2t = 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */ variable
66 pio2_2t = 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df531d89cd91.0p-254 */ variable
105 w = fn*pio2_2t-((t-r)-w); in __rem_pio2l()
H A D__rem_pio2.c33 * pio2_2t: pi/2 - (pio2_1+pio2_2)
44 pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */ variable
146 w = fn*pio2_2t - ((t-r)-w); in __rem_pio2()
/third_party/jerryscript/jerry-libm/
H A Dtrig.c463 * pio2_2t: pi/2 - (pio2_1 + pio2_2)
471 #define pio2_2t 2.02226624879595063154e-21 /* 0x3BA3198A, 0x2E037073 */ macro
504 y[0] = z.dbl - pio2_2t; in __ieee754_rem_pio2()
505 y[1] = (z.dbl - y[0]) - pio2_2t; in __ieee754_rem_pio2()
520 y[0] = z.dbl + pio2_2t; in __ieee754_rem_pio2()
521 y[1] = (z.dbl - y[0]) + pio2_2t; in __ieee754_rem_pio2()
547 w = fn * pio2_2t - ((t - r) - w); in __ieee754_rem_pio2()
1072 #undef pio2_2t macro
/third_party/node/deps/v8/src/base/
H A Dieee754.cc149 * pio2_2t: pi/2 - (pio2_1+pio2_2) in __ieee754_rem_pio2()
162 pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */ in __ieee754_rem_pio2() local
187 y[0] = z - pio2_2t; in __ieee754_rem_pio2()
188 y[1] = (z - y[0]) - pio2_2t; in __ieee754_rem_pio2()
198 y[0] = z + pio2_2t; in __ieee754_rem_pio2()
199 y[1] = (z - y[0]) + pio2_2t; in __ieee754_rem_pio2()
222 w = fn * pio2_2t - ((t - r) - w); in __ieee754_rem_pio2()

Completed in 9 milliseconds