HomeSort by relevance Sort by last modified time
    Searched refs:qR2 (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
431 static const double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
433 static double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
473 else if(ix>=0x40000000){p = qR2; q= qS2;}
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 302 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
358 static const double qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
386 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
e_j0f.c 255 * where R = qR0 + qR1*s^2 + qR2*s^4 + ... + qR5*s^10
311 static const float qR2[6] = {/* for x in [2.8570,2]=1/[0.3499,0.5] */
339 else {p = qR2; q= qS2;} /* ix>=0x40000000 */
  /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 147 milliseconds