Searched refs:qS5 (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/msun/ld80/
H A Dinvtrig.h57 #define qS5 _ItL_qS5 macro
77 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5;
95 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5)))));
H A Dinvtrig.c47 qS5 = -3.14365703596053263322e-02L; variable
/barrelfish-2018-10-04/lib/msun/ld128/
H A Dinvtrig.h60 #define qS5 _ItL_qS5 macro
76 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
94 (qS5 + x * (qS6 + x * (qS7 + x * (qS8 + x * qS9)))))))));
H A Dinvtrig.c50 qS5 = -3.25871986053534084709023539900339905e+00L, variable
/barrelfish-2018-10-04/include/
H A Dinvtrig.h60 #define qS5 _ItL_qS5 macro
76 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
94 (qS5 + x * (qS6 + x * (qS7 + x * (qS8 + x * qS9)))))))));
/barrelfish-2018-10-04/lib/msun/i387/
H A Dinvtrig.c50 qS5 = { 0x80c3a2197c8ced57ULL, 0xbffaU }; /* -3.14365703596053263322e-02L */ variable
/barrelfish-2018-10-04/lib/msun/src/
H A De_j0.c303 * S = 1 + qS0*s^2 + ... + qS5*s^12
332 static const double qS5[6] = { variable
384 else if(ix>=0x40122E8B){p = qR5; q= qS5;}
H A De_j0f.c256 * S = 1 + qS0*s^2 + ... + qS5*s^12
285 static const float qS5[6] = { variable
337 else if(ix>=0x409173eb){p = qR5; q= qS5;}

Completed in 54 milliseconds