Lines Matching refs:x0
370 real x0, x1, y;
378 for (x0 = -4; x0 <= 4; x0 += .25) {
384 y = round_even(f.f(imprecise(x0, prec), imprecise(x1, prec)), out_prec);
398 printf(" { .line = __LINE__, .x0 = %.-eL, .x1 = %.-eL, .y = %s },\n", x0, x1, sy);
420 real x0, x1, x2,y;
428 for (x0 = -4; x0 <= 4; x0 += 0.6) {
435 y = imprecise(f.f(imprecise(x0, prec), imprecise(x1, prec), imprecise(x2, prec)), out_prec);
449 …printf(" { .line = __LINE__, .x0 = %.-eL, .x1 = %.-eL, .x2 = %.-eL, .y = %s },\n", x0, x1, x2, …
587 real x0, y;
596 for (x0 = -4; x0 <= 4; x0 += .25) {
602 y = imprecise(f.f(imprecise(x0, prec), x1), out_prec);
616 printf(" { .line = __LINE__, .x0 = %.-eL, .x1 = %d, .y = %s },\n", x0, x1, sy);