X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffloorl.c;h=4c91694a396059ea9073e934278c8435a080e1e2;hb=5729b0cb56800bde195ac79324f23af6a54bdaac;hp=42c79dee52878f970235dba92935d3b194485320;hpb=dc1a7ecaaebc597a1f63d87d1c023bb82efda536;p=libc-test diff --git a/src/math/floorl.c b/src/math/floorl.c index 42c79de..4c91694 100644 --- a/src/math/floorl.c +++ b/src/math/floorl.c @@ -38,7 +38,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 floorl(%La) want %La got %La ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->y, y, d, d-p->dy, p->dy); err++;