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

  /external/fdlibm/
e_j0.c 62 static double pzero(double), qzero(double);
64 static double pzero(), qzero();
118 u = pzero(x); v = qzero(x);
201 u = pzero(x); v = qzero(x);
346 /* For x >= 8, the asymptotic expansions of qzero is
349 * qzero(x) = s*(-1.25 + (R/S))
353 * | qzero(x)/s +1.25-R/S | <= 2 ** ( -61.22)
456 static double qzero(double x) function
458 static double qzero(x)
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j0.c 65 static __inline double pzero(double), qzero(double);
112 u = pzero(x); v = qzero(x);
192 u = pzero(x); v = qzero(x);
298 /* For x >= 8, the asymptotic expansions of qzero is
301 * qzero(x) = s*(-1.25 + (R/S))
305 * | qzero(x)/s +1.25-R/S | <= 2 ** ( -61.22)
376 qzero(double x) function
  /prebuilts/go/darwin-x86/src/math/
j0.go 128 v := qzero(x)
216 v := qzero(x)
329 // For x >= 8, the asymptotic expansions of qzero is
332 // qzero(x) = s*(-1.25 + (R/S))
336 // | qzero(x)/s +1.25-R/S | <= 2**(-61.22)
410 func qzero(x float64) float64 { func
  /prebuilts/go/linux-x86/src/math/
j0.go 128 v := qzero(x)
216 v := qzero(x)
329 // For x >= 8, the asymptotic expansions of qzero is
332 // qzero(x) = s*(-1.25 + (R/S))
336 // | qzero(x)/s +1.25-R/S | <= 2**(-61.22)
410 func qzero(x float64) float64 { func

Completed in 347 milliseconds