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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acos.c 60 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
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 66 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
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 366 static const double qS2[6] = {
386 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
e_j0f.c 319 static const float qS2[6] = {
339 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_acos.c 72 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
97 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
104 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
117 q = one+z*(qS1+z*(qS2+z*(qS3+z*qS4)));
e_asin.c 71 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
97 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
105 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
  /external/fdlibm/
e_acos.c 56 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
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 65 qS2 = 2.02094576023350569471e+00, /* 0x40002AE5, 0x9C598AC8 */
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 443 static const double qS2[6] = {
445 static double qS2[6] = {
473 else if(ix>=0x40000000){p = qR2; q= qS2;}
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 57 #define qS2 _ItL_qS2
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 47 qS2 = 9.96619113536172610135016921140206980e+00L,
  /device/google/contexthub/firmware/lib/libm/
ef_asin.c 36 qS2 = 2.0209457874e+00, /* 0x4001572d */
62 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
71 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));