Home
last modified time | relevance | path

Searched refs:qS3 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/openbsd_libm/src/
HDe_acosf.c32 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()
HDe_acos.c55 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()
HDe_asinf.c34 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()
HDe_asin.c63 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()
HDe_j0.c337 static const double qS3[6] = { variable
373 else if(ix>=0x4006DB6D){p = qR3; q= qS3;} in qzero()
HDe_j0f.c294 static const float qS3[6] = { variable
330 else if(ix>=0x4036db68){p = qR3; q= qS3;} in qzerof()
/dragonfly/contrib/openbsd_libm/src/ld80/
HDinvtrig.h60 #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()
HDinvtrig.c43 qS3 = -1.68285799854822427013e+00L, variable
/dragonfly/contrib/openbsd_libm/arch/amd64/
HDinvtrig.c46 qS3 = { 0xd767e411c9cf4c2cULL, 0xbfffU }, /* -1.68285799854822427013e+00L */ variable