Searched refs:pio2_2t (Results 1 - 2 of 2) sorted by path

/haiku/src/system/libroot/posix/musl/math/
H A D__rem_pio2.c33 * pio2_2t: pi/2 - (pio2_1+pio2_2)
43 pio2_2t = 2.02226624879595063154e-21, /* 0x3BA3198A, 0x2E037073 */ variable
133 w = fn*pio2_2t - ((t-r)-w);
H A D__rem_pio2l.c38 * pio2_2t: pi/2 - (pio2_1+pio2_2)
49 pio2_2t = 6.36831716351095013979e-25L, /* 0xc51701b839a25205.0p-144 */ variable
64 pio2_2t = 2.0670321098263988236496903051604844e-43L, /* 0x127044533e63a0105df531d89cd91.0p-254 */ variable
91 w = fn*pio2_2t-((t-r)-w);

Completed in 133 milliseconds