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

/freebsd-10.3-release/lib/msun/ld80/
H A Dinvtrig.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)))));
H A Dinvtrig.c46 qS4 = 3.90699412641738801874e-01L, variable
/freebsd-10.3-release/lib/msun/src/
H A De_acos.c62 qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ variable
84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
90 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
102 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
H A De_asin.c68 qS4 = 7.70381505559019352791e-02; /* 0x3FB3B8C5, 0xB12E9282 */ variable
90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
/freebsd-10.3-release/lib/msun/ld128/
H A Dinvtrig.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 * \
H A Dinvtrig.c49 qS4 = 7.74004374389488266169304117714658761e+00L, variable
/freebsd-10.3-release/lib/msun/i387/
H A Dinvtrig.c49 qS4 = { 0xc809c0dfb9b0d0b7ULL, 0x3ffdU }, /* 3.90699412641738801874e-01L */ variable

Completed in 47 milliseconds