Searched refs:qS2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_acosf.c | 35 qS2 = 2.90115148e-01f; /* 0x3e9489f9 */ 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 D | e_acos.c | 56 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */ 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_asinf.c | 32 qS2 = 2.90115148e-01f; /* 0x3e9489f9 */ variable 55 q = one+t*(qS1+t*qS2); in asinf() 63 q = one+t*(qS1+t*qS2); in asinf()
|
H A 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()
|
H A D | e_j0.c | 359 static const double qS2[6] = { variable 380 else {p = qR2; q= qS2;} /* ix>=0x40000000 */ in qzero()
|
H A D | e_j0f.c | 314 static const float qS2[6] = { variable 335 else {p = qR2; q= qS2;} /* ix>=0x40000000 */ in qzerof()
|
/freebsd/lib/msun/ld80/ |
H A D | invtrig.h | 54 #define qS2 _ItL_qS2 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 | 43 qS2 = 3.27309890266528636716e+00L, variable
|
/freebsd/lib/msun/ld128/ |
H A D | invtrig.h | 57 #define qS2 _ItL_qS2 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 | 46 qS2 = 9.96619113536172610135016921140206980e+00L, variable
|
/freebsd/lib/msun/i387/ |
H A D | invtrig.c | 46 qS2 = { 0xd17a73d1e1564c29ULL, 0x4000U }, /* 3.27309890266528636716e+00L */ variable
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 2713 uAAsdiMGyS9KPsx2+T4WMF1NTaqAT6zwx0MMMLGRHuwI6oRlJ+qS2/lNBpmZolxd
|