Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2.c56 pio2_1t = 6.077100506506192601475e-11, /* 2^-34 * 1.0B4611A626331 */ variable
76 y[0] = t - pio2_1t; in __rem_pio2()
77 y[1] = (t - y[0]) - pio2_1t; in __rem_pio2()
98 w = fn * pio2_1t; /* 1st round good to 85 bit */ in __rem_pio2()