Searched defs:PI_L (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dsin.c64 /* PI_L = */ 1.22464679914735317722606593227425e-16,
86 #define PI_L sc[11] macro
128 x = p + PI_L;
137 w = PI_L + (z * x) * (PP1 + z * PP2);
139 w = PI_L + (z * x) * ((P1 + z * P2) +
H A Dsincos.c125 /* PI_L = */ 1.22464679914735317722606593227425e-16,
161 #define PI_L sc[19] macro
254 x = p + PI_L;
265 w = PI_L + PoS(x, z);
267 w = PI_L + PoL(x, z);

Completed in 1799 milliseconds