Home | History | Annotate | Download | only in ld80

Lines Matching defs:x0

236  * (x0+1) to ensure monotonicity.
243 #define x0 (xm1u.extu_ld)
256 if (y <= 1 + (left + x0)) {
257 yy = ratfun_gam(y - x0, 0);
267 for (ym1 = y - 1; ym1 > left + x0; y = ym1--, yy.a--) {
275 yy = ratfun_gam(y - x0, 0);
281 * Good on (0, 1+x0+left]. Accurate to 1 ulp.
289 if (x < x0 + left) {
297 t = 1 - x0;
299 d = 1 - x0;
306 t = x - x0;
307 d = - x0 - t;
398 if (x >= 1 + left + x0)