Searched defs:PP2 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A D__cos.c50 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
78 #define PP2 sc[3] macro
122 p = s * (PP1 + s * PP2);
H A D__sin.c50 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
78 #define PP2 sc[3] macro
106 p = (x * z) * (PP1 + z * PP2) + y;
123 p = s * (PP1 + s * PP2);
H A D__sincos.c46 * TBL_sin_a[i]*(d+PP1*d^3+PP2*d^5)
48 * TBL_sin_a[i]*(d+PP1*d^3+PP2*d^5))
51 * TBL_cos_a[i]*(d+PP1*d^3+PP2*d^5)
53 * TBL_cos_a[i]*(d+PP1*d^3+PP2*d^5))
76 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
104 #define PP2 sc[3] macro
135 p = (x * z) * (PP1 + z * PP2) + y;
157 p = s * (PP1 + s * PP2);
H A Dsin.c48 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
78 #define PP2 sc[3] macro
111 w = (z * x) * (PP1 + z * PP2);
137 w = PI_L + (z * x) * (PP1 + z * PP2);
158 w = (z * x) * (PP1 + z * PP2) - PI2_L;
168 p = v + (v * s) * (PP1 + s * PP2);
H A Dcos.c48 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
84 #define PP2 sc[3] macro
152 w = PIO2_L + (z * x) * (PP1 + z * PP2);
173 w = (z * x) * (PP1 + z * PP2) - PI3O2_L;
193 w = PI5O2_L + (z * x) * (PP1 + z * PP2);
203 p = v + (v * s) * (PP1 + s * PP2);
H A Dsincos.c44 * TBL_sin_a[i]*(d+PP1*d^3+PP2*d^5)
46 * TBL_sin_a[i]*(d+PP1*d^3+PP2*d^5))
50 * TBL_cos_a[i]*(d+PP1*d^3+PP2*d^5)
52 * TBL_cos_a[i]*(d+PP1*d^3+PP2*d^5))
101 /* PP2 = */ .008333315652997472323564894248466758248475374977974017927,
145 #define PP2 sc[3] macro
176 #define PoS(x, z) ((x * z) * (PP1 + z * PP2))

Completed in 60 milliseconds