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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dcos.c76 /* PI5O2_L = */ 3.061616997868382943065e-16,
104 #define PI5O2_L sc[23] macro
184 x = p + PI5O2_L;
193 w = PI5O2_L + (z * x) * (PP1 + z * PP2);
195 w = PI5O2_L + (z * x) * ((P1 + z * P2) +
H A Dsincos.c137 /* PI5O2_L = */ 3.061616997868382943065e-16,
173 #define PI5O2_L sc[31] macro
321 x = p + PI5O2_L;
331 w = PI5O2_L + PoS(x, z);
333 w = PI5O2_L + PoL(x, z);

Completed in 71 milliseconds