Searched refs:qzero (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A De_j0.c64 static __inline double pzero(double), qzero(double);
110 u = pzero(x); v = qzero(x);
189 u = pzero(x); v = qzero(x);
295 /* For x >= 8, the asymptotic expansions of qzero is
298 * qzero(x) = s*(-1.25 + (R/S))
302 * | qzero(x)/s +1.25-R/S | <= 2 ** ( -61.22)
373 qzero(double x) function

Completed in 115 milliseconds