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

/illumos-gate/usr/src/lib/libm/common/C/
H A D__cos.c49 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
77 #define PP1 sc[2] macro
122 p = s * (PP1 + s * PP2);
H A D__sin.c49 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
77 #define PP1 sc[2] 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))
75 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
103 #define PP1 sc[2] macro
135 p = (x * z) * (PP1 + z * PP2) + y;
157 p = s * (PP1 + s * PP2);
H A Dsin.c47 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
77 #define PP1 sc[2] 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.c47 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
83 #define PP1 sc[2] 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))
100 /* PP1 = */ -0.166666666666316558867252052378889521480627858683055567,
144 #define PP1 sc[2] macro
176 #define PoS(x, z) ((x * z) * (PP1 + z * PP2))

Completed in 75 milliseconds