Searched refs:qS2 (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/lib/libm/src/ |
| D | e_acosf.c | 31 qS2 = 2.0209457874e+00, /* 0x4001572d */ 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()
|
| D | e_acos.c | 54 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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()
|
| D | e_asin.c | 62 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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()
|
| D | e_asinf.c | 33 qS2 = 2.0209457874e+00, /* 0x4001572d */ 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()
|
| D | e_j0.c | 356 static const double qS2[6] = { variable 376 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzero()
|
| D | e_j0f.c | 313 static const float qS2[6] = { variable 333 else if(ix>=0x40000000){p = qR2; q= qS2;} in qzerof()
|
| /openbsd/src/lib/libm/src/ld80/ |
| D | invtrig.h | 59 #define qS2 _ItL_qS2 macro 83 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5; 102 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5))))); in Q()
|
| D | invtrig.c | 42 qS2 = 3.27309890266528636716e+00L, variable
|
| /openbsd/src/lib/libm/src/ld128/ |
| D | invtrig.h | 62 #define qS2 _ItL_qS2 macro 82 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9; 100 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * \ in Q()
|
| D | invtrig.c | 45 qS2 = 9.96619113536172610135016921140206980e+00L, variable
|
| /openbsd/src/lib/libm/arch/amd64/ |
| D | invtrig.c | 45 qS2 = { 0xd17a73d1e1564c29ULL, 0x4000U }, /* 3.27309890266528636716e+00L */ variable
|
| /openbsd/src/lib/libm/arch/i387/ |
| D | invtrig.c | 45 qS2 = { 0xd17a73d1e1564c29ULL, 0x4000U }, /* 3.27309890266528636716e+00L */ variable
|