Searched refs:qS3 (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/openbsd_libm/src/ |
| HD | e_acosf.c | 32 qS3 = -6.8828397989e-01, /* 0xbf303361 */ variable 52 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acosf() 58 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acosf() 72 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acosf()
|
| HD | e_acos.c | 55 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */ variable 78 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos() 84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos() 96 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4))); in acos()
|
| HD | e_asinf.c | 34 qS3 = -6.8828397989e-01, /* 0xbf303361 */ variable 55 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in asinf() 63 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); in asinf()
|
| HD | 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()
|
| HD | e_j0.c | 337 static const double qS3[6] = { variable 373 else if(ix>=0x4006DB6D){p = qR3; q= qS3;} in qzero()
|
| HD | e_j0f.c | 294 static const float qS3[6] = { variable 330 else if(ix>=0x4036db68){p = qR3; q= qS3;} in qzerof()
|
| /dragonfly/contrib/openbsd_libm/src/ld80/ |
| HD | invtrig.h | 60 #define qS3 _ItL_qS3 macro 82 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5; 100 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5))))); in Q()
|
| HD | invtrig.c | 43 qS3 = -1.68285799854822427013e+00L, variable
|
| /dragonfly/contrib/openbsd_libm/arch/amd64/ |
| HD | invtrig.c | 46 qS3 = { 0xd767e411c9cf4c2cULL, 0xbfffU }, /* -1.68285799854822427013e+00L */ variable
|