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

/freebsd-10.0-release/lib/msun/src/
H A De_acosf.c32 qS1 = -7.0662963390e-01; variable
52 q = one+z*qS1;
58 q = one+z*qS1;
72 q = one+z*qS1;
H A De_asinf.c29 qS1 = -7.0662963390e-01; variable
52 q = one+t*qS1;
60 q = one+t*qS1;
H A De_acos.c59 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ 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.c65 qS1 = -2.40339491173441421878e+00, /* 0xC0033A27, 0x1C8A2D4B */ 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.0-release/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)))));
H A Dinvtrig.c43 qS1 = -2.94788392796209867269e+00L, variable
/freebsd-10.0-release/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 * \
H A Dinvtrig.c46 qS1 = -4.84690167848739751544716485245697428e+00L, variable
/freebsd-10.0-release/lib/msun/i387/
H A Dinvtrig.c46 qS1 = { 0xbcaa2159c01436a0ULL, 0xc000U }, /* -2.94788392796209867269e+00L */ variable

Completed in 120 milliseconds