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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dcos.c68 /* PIO2_L = */ 6.123233995736765886130e-17,
96 #define PIO2_L sc[15] macro
143 x = p + PIO2_L;
152 w = PIO2_L + (z * x) * (PP1 + z * PP2);
154 w = PIO2_L + (z * x) * ((P1 + z * P2) +
H A Dsincos.c121 /* PIO2_L = */ 6.123233995736765886130e-17,
157 #define PIO2_L sc[15] macro
233 x = p + PIO2_L;
243 w = PIO2_L + PoS(x, z);
245 w = PIO2_L + PoL(x, z);

Completed in 45 milliseconds