Searched refs:S2 (Results 1 – 3 of 3) sorted by relevance
29 static const double S2 = 0.0083333333333333332, /* 0x11111111111111.0p-59 */ variable36 #define POLY(z) (S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))))48 S2 = 0.0083333333333333333333333333333331135404851288270047L, variable60 (S2 + \
21 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */ variable33 return (x + s * (S1 + z * S2)) + s * w * r; in __sindf()
45 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable56 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6); in __sin()
Completed in 5 milliseconds