Searched refs:qS3 (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_acos.c | 57 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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 D | e_asin.c | 63 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ 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()
|
H A D | e_j0.c | 342 static const double qS3[6] = { variable 379 else if(ix>=0x4006DB6D){p = qR3; q= qS3;} in qzero()
|
H A D | e_j0f.c | 297 static const float qS3[6] = { variable 334 else if(ix>=0x4036d917){p = qR3; q= qS3;} in qzerof()
|
/freebsd/lib/msun/ld80/ |
H A D | invtrig.h | 55 #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))))); in Q()
|
H A D | invtrig.c | 44 qS3 = -1.68285799854822427013e+00L, variable
|
/freebsd/lib/msun/ld128/ |
H A D | invtrig.h | 58 #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 * \ in Q()
|
H A D | invtrig.c | 47 qS3 = -1.13177895428973036660836798461641458e+01L, variable
|
/freebsd/lib/msun/i387/ |
H A D | invtrig.c | 47 qS3 = { 0xd767e411c9cf4c2cULL, 0xbfffU }, /* -1.68285799854822427013e+00L */ variable
|