HomeSort by: relevance | last modified time | path
    Searched defs:qS5 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/ld80/
invtrig.c 47 qS5 = -3.14365703596053263322e-02L;
invtrig.h 59 #define qS5 _ItL_qS5
79 extern const LONGDOUBLE qS1, qS2, qS3, qS4, qS5;
97 return (1.0 + x * (qS1 + x * (qS2 + x * (qS3 + x * (qS4 + x * qS5)))));
  /src/lib/libm/ld128/
invtrig.c 50 qS5 = -3.25871986053534084709023539900339905e+00L,
invtrig.h 59 #define qS5 _ItL_qS5
75 extern const long double qS1, qS2, qS3, qS4, qS5, qS6, qS7, qS8, qS9;
93 (qS5 + x * (qS6 + x * (qS7 + x * (qS8 + x * qS9)))))))));
  /src/lib/libm/src/
e_j0.c 298 * S = 1 + qS0*s^2 + ... + qS5*s^12
327 static const double qS5[6] = {
380 else if(ix>=0x40122E8B) {p = qR5; q= qS5;}
e_j0f.c 261 * S = 1 + qS0*s^2 + ... + qS5*s^12
290 static const float qS5[6] = {
343 else if(ix>=0x40f71c58) {p = qR5; q= qS5;}

Completed in 14 milliseconds