X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fremquof.c;h=46cc9d5539526a4bfafedafc6983dba564822c19;hb=50ab48b035c2555e09cc9ac94c74f45b74b234f4;hp=f27402ac41b5fa11c6c8e976d2ae0bd86269b772;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/remquof.c b/src/math/remquof.c index f27402a..46cc9d5 100644 --- a/src/math/remquof.c +++ b/src/math/remquof.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 remquof(%a,%a) want %a,%lld got %a,%d ulperr %.3f = %a + %a\n",