X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fremquol.c;h=cf64126d2b1e0b9622c90ecb22604d9a4baabe45;hb=7da725cd0be7e880ff4971257720220d281c4ab3;hp=257b044777628cc2572e183869da7925b749d88b;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/remquol.c b/src/math/remquol.c index 257b044..cf64126 100644 --- a/src/math/remquol.c +++ b/src/math/remquol.c @@ -33,7 +33,7 @@ int main(void) err++; } d = ulperr(y, p->y, p->dy); - if (!checkulp(d, p->r) || + if (!checkcr(y, p->y, p->r) || (!isnan(p->y) && (yi & 7) != (p->i & 7)) || (!isnan(p->y) && (yi < 0) != (p->i < 0))) { printf("%s:%d: %s remquol(%La,%La) want %La,%lld got %La,%d ulperr %.3f = %a + %a\n",