Searched refs:pio2_3 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/lib/msun/ld128/
H A De_rem_pio2l.h44 * pio2_3: third 68 bits of pi/2
45 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
58 pio2_3 = 2.0670321098263988236499468110329591e-43L, /* 0x127044533e63a0105e00000000000.0p-254 */ variable
106 w = fn*pio2_3;
/freebsd-10.2-release/lib/msun/ld80/
H A De_rem_pio2l.h39 * pio2_3: third 39 bits of pi/2
40 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
48 pio2_3 = 6.36831716351370313614e-25; /* 0x18a2e037074000.0p-133 */ variable
116 w = fn*pio2_3;
/freebsd-10.2-release/lib/msun/src/
H A De_rem_pio2.c36 * pio2_3: third 33 bit of pi/2
37 * pio2_3t: pi/2 - (pio2_1+pio2_2+pio2_3)
48 pio2_3 = 2.02226624871116645580e-21, /* 0x3BA3198A, 0x2E000000 */ variable
156 w = fn*pio2_3;

Completed in 79 milliseconds