Home
last modified time | relevance | path

Searched refs:qS4 (Results 1 – 7 of 7) sorted by relevance

/NextBSD/lib/msun/src/
HDe_acos.c62 qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ variable
84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
90 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
102 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in __ieee754_acos()
HDe_asin.c68 qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ variable
90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in __ieee754_asin()
98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in __ieee754_asin()
/NextBSD/lib/msun/ld80/
HDinvtrig.h56 #define qS4 _ItL_qS4 macro
77 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5;
95 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5))))); in Q()
HDinvtrig.c46 qS4 = 3.90699412641738801874e-01L, variable
/NextBSD/lib/msun/ld128/
HDinvtrig.h59 #define qS4 _ItL_qS4 macro
76 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
93 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * \ in Q()
HDinvtrig.c49 qS4 = 7.74004374389488266169304117714658761e+00L, variable
/NextBSD/lib/msun/i387/
HDinvtrig.c49 qS4 = { 0xc809c0dfb9b0d0b7ULL, 0x3ffdU }, /* 3.90699412641738801874e-01L */ variable