X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmaxl.c;h=f793c0c22b67d9ae63837a4c1ccde6033b194837;hb=5729b0cb56800bde195ac79324f23af6a54bdaac;hp=5f4f1f398a5429cc58e4e00d8790a30945d1260a;hpb=dc1a7ecaaebc597a1f63d87d1c023bb82efda536;p=libc-test diff --git a/src/math/fmaxl.c b/src/math/fmaxl.c index 5f4f1f3..f793c0c 100644 --- a/src/math/fmaxl.c +++ b/src/math/fmaxl.c @@ -37,7 +37,7 @@ int main(void) err++; } d = ulperrl(y, p->y, p->dy); - if (!checkulp(d, p->r)) { + if (!checkcr(y, p->y, p->r)) { printf("%s:%d: %s fmaxl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->x2, p->y, y, d, d-p->dy, p->dy); err++;