X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalblnf.c;h=11155080b6faf10901783b5e1b3c26097c5c8214;hb=bda7be550a5e2f23d01a2595b190f559d0219330;hp=f80c3fc056b278d3138cd4d330f6a6b28767ee27;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/scalblnf.c b/src/math/scalblnf.c index f80c3fc..1115508 100644 --- a/src/math/scalblnf.c +++ b/src/math/scalblnf.c @@ -4,6 +4,7 @@ static struct fi_f t[] = { #include "sanity/scalblnf.h" +#include "special/scalblnf.h" }; @@ -32,7 +33,7 @@ int main(void) err++; } d = ulperrf(y, p->y, p->dy); - if (!checkulp(d, p->r)) { + if (!checkcr(y, p->y, p->r)) { printf("%s:%d: %s scalblnf(%a, %lld) want %a got %a, ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->i, p->y, y, d, d-p->dy, p->dy); err++;