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

  /src/lib/libm/ld128/
invtrig.c 53 qS8 = 8.32600764660522313269101537926539470e-03L,
invtrig.h 62 #define qS8 _ItL_qS8
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 310 static const double qS8[6] = {
379 if(ix>=0x40200000) {p = qR8; q= qS8;}
e_j0f.c 273 static const float qS8[6] = {
342 if(ix>=0x41000000) {p = qR8; q= qS8;}

Completed in 13 milliseconds