Searched refs:PI2_L (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dsin.c68 /* PI2_L = */ 2.44929359829470635445213186454850e-16,
90 #define PI2_L sc[15] macro
149 x = p - PI2_L;
158 w = (z * x) * (PP1 + z * PP2) - PI2_L;
161 (z * z) * (P3 + z * P4)) - PI2_L;
H A Dsincos.c133 /* PI2_L = */ 2.44929359829470635445213186454850e-16,
169 #define PI2_L sc[27] macro
298 x = p - PI2_L;
309 w = PoS(x, z) - PI2_L;
311 w = PoL(x, z) - PI2_L;

Completed in 67 milliseconds