Searched refs:qS2 (Results 1 - 10 of 10) sorted by relevance

/barrelfish-2018-10-04/lib/msun/ld80/
H A Dinvtrig.h54 #define qS2 _ItL_qS2 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.c44 qS2 = 3.27309890266528636716e+00L, variable
/barrelfish-2018-10-04/lib/msun/src/
H A De_acos.c60 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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.c66 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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.c366 static const double qS2[6] = { variable
386 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
H A De_j0f.c319 static const float qS2[6] = { variable
339 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
/barrelfish-2018-10-04/lib/msun/ld128/
H A Dinvtrig.h57 #define qS2 _ItL_qS2 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.c47 qS2 = 9.96619113536172610135016921140206980e+00L, variable
/barrelfish-2018-10-04/include/
H A Dinvtrig.h57 #define qS2 _ItL_qS2 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 * \
/barrelfish-2018-10-04/lib/msun/i387/
H A Dinvtrig.c47 qS2 = { 0xd17a73d1e1564c29ULL, 0x4000U }, /* 3.27309890266528636716e+00L */ variable

Completed in 125 milliseconds