Searched refs:qS3 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/lib/msun/ld80/
H A Dinvtrig.h55 #define qS3 _ItL_qS3 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.c45 qS3 = -1.68285799854822427013e+00L, variable
/freebsd-11-stable/lib/msun/src/
H A De_acos.c61 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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.c67 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable
90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
H A De_j0.c346 static const double qS3[6] = { variable
383 else if(ix>=0x4006DB6D){p = qR3; q= qS3;}
H A De_j0f.c300 static const float qS3[6] = { variable
337 else if(ix>=0x4036d917){p = qR3; q= qS3;}
/freebsd-11-stable/lib/msun/ld128/
H A Dinvtrig.h58 #define qS3 _ItL_qS3 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.c48 qS3 = -1.13177895428973036660836798461641458e+01L, variable
/freebsd-11-stable/lib/msun/i387/
H A Dinvtrig.c48 qS3 = { 0xd767e411c9cf4c2cULL, 0xbfffU }, /* -1.68285799854822427013e+00L */ variable

Completed in 124 milliseconds