Lines Matching refs:x0
64 * approximation centered at the minimum (x0+1) to
98 #define x0 .461632144968362356785 /* xmin - 1 */
157 } else if (x >= 1.0 + LEFT + x0)
215 if (y <= 1.0 + (LEFT + x0)) {
216 yy = ratfun_gam(y - x0, 0);
225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
233 yy = ratfun_gam(y - x0, 0);
239 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
247 if (x < x0 + LEFT) {
253 t = (one-x0); t += x;
254 d = (one-x0); d -= t; d += x;
259 t = x - x0;
260 d = (-x0 -t); d += x;