Home
last modified time | relevance | path

Searched refs:qS1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/msun/src/
H A De_acosf.c34 qS1 = -1.16706085e+00f, /* 0xbf956240 */ variable
55 q = one+z*(qS1+z*qS2); in acosf()
61 q = one+z*(qS1+z*qS2); in acosf()
75 q = one+z*(qS1+z*qS2); in acosf()
H A De_acos.c55 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
80 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos()
86 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos()
98 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos()
H A De_asinf.c31 qS1 = -1.16706085e+00f, /* 0xbf956240 */ variable
55 q = one+t*(qS1+t*qS2); in asinf()
63 q = one+t*(qS1+t*qS2); in asinf()
H A De_asin.c61 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ variable
86 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in asin()
94 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in asin()
/freebsd/lib/msun/ld80/
H A Dinvtrig.h53 #define qS1 _ItL_qS1 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()
H A Dinvtrig.c42 qS1 = -2.94788392796209867269e+00L, variable
/freebsd/lib/msun/ld128/
H A Dinvtrig.h56 #define qS1 _ItL_qS1 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()
H A Dinvtrig.c45 qS1 = -4.84690167848739751544716485245697428e+00L, variable
/freebsd/lib/msun/i387/
H A Dinvtrig.c45 qS1 = { 0xbcaa2159c01436a0ULL, 0xc000U }, /* -2.94788392796209867269e+00L */ variable