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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dcos.c72 /* PI3O2_L = */ 1.836970198721029765839e-16,
100 #define PI3O2_L sc[19] macro
164 x = p - PI3O2_L;
173 w = (z * x) * (PP1 + z * PP2) - PI3O2_L;
176 * (P3 + z * P4)) - PI3O2_L;
H A Dsincos.c129 /* PI3O2_L = */ 1.836970198721029765839e-16,
165 #define PI3O2_L sc[23] macro
277 x = p - PI3O2_L;
287 w = PoS(x, z) - PI3O2_L;
289 w = PoL(x, z) - PI3O2_L;

Completed in 43 milliseconds