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

  /external/fdlibm/
e_j0.c 350 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
381 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
383 static double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
471 else if(ix>=0x40122E8B){p = qR5; q= qS5;}
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 302 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
324 static const double qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
384 else if(ix>=0x40122E8B){p = qR5; q= qS5;}
e_j0f.c 255 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
277 static const float qR5[6] = { /* for x in [8,4.5454]=1/[0.125,0.22001] */
337 else if(ix>=0x409173eb){p = qR5; q= qS5;}
  /prebuilts/go/darwin-x86/src/math/
j0.go 333 // where R = qR0 + qR1*s**2 + qR2*s**4 + ... + qR5*s**10
  /prebuilts/go/linux-x86/src/math/
j0.go 333 // where R = qR0 + qR1*s**2 + qR2*s**4 + ... + qR5*s**10

Completed in 89 milliseconds