Searched refs:pio2_3 (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/musl/math/
H A D__rem_pio2l.c39 * pio2_3: third 39 bits of pi/2
40 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
45 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
65 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
97 w = fn*pio2_3;
H A D__rem_pio2.c34 * pio2_3: third 33 bit of pi/2
35 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
44 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
139 w = fn*pio2_3;

Completed in 48 milliseconds