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

  /external/fdlibm/
e_j0.c 219 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
249 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
251 static double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
336 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 210 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
231 static const double pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
288 else if(ix>=0x40122E8B){p = pR5; q= pS5;}
e_j0f.c 164 * where R = pR0 + pR1*s^2 + pR2*s^4 + ... + pR5*s^10
184 static const float pR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
241 else if(ix>=0x409173eb){p = pR5; q= pS5;}
  /prebuilts/go/darwin-x86/src/math/
j0.go 234 // where R = pR0 + pR1*s**2 + pR2*s**4 + ... + pR5*s**10
  /prebuilts/go/linux-x86/src/math/
j0.go 234 // where R = pR0 + pR1*s**2 + pR2*s**4 + ... + pR5*s**10

Completed in 731 milliseconds