HomeSort by relevance Sort by last modified time
    Searched refs:qS3 (Results 1 - 10 of 10) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acos.c 61 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
84 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
90 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
102 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
e_asin.c 67 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
e_j0.c 349 static const double qS3[6] = {
385 else if(ix>=0x4006DB6D){p = qR3; q= qS3;}
e_j0f.c 302 static const float qS3[6] = {
338 else if(ix>=0x4036d917){p = qR3; q= qS3;}
  /external/fdlibm/
e_acos.c 57 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
82 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
88 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
100 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
e_asin.c 66 qS3 = -6.88283971605453293030e-01, /* 0xBFE6066C, 0x1B8D0159 */
91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
e_j0.c 418 static const double qS3[6] = {
420 static double qS3[6] = {
472 else if(ix>=0x4006DB6D){p = qR3; q= qS3;}
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 58 #define qS3 _ItL_qS3
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 * \
invtrig.c 48 qS3 = -1.13177895428973036660836798461641458e+01L,
  /device/google/contexthub/lib/libm/
ef_asin.c 37 qS3 = -6.8828397989e-01, /* 0xbf303361 */
62 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
71 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));

Completed in 710 milliseconds