X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffrexpl.c;h=96085049e2c991a6b103f75e9de6a5c08e740fab;hb=fd13cb9d081d7cc2355fc34805377e88399a7534;hp=23fffa1e61b096e536d1083e79ce8d42872e9fd6;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/frexpl.c b/src/math/frexpl.c index 23fffa1..9608504 100644 --- a/src/math/frexpl.c +++ b/src/math/frexpl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_li t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/frexp.h" +#include "special/frexp.h" #elif LDBL_MANT_DIG == 64 #include "sanity/frexpl.h" +#include "special/frexpl.h" #endif }; @@ -38,7 +40,7 @@ int main(void) err++; } d = ulperrl(y, p->y, p->dy); - if (!checkcr(y, p->y, p->r) || yi != p->i) { + if (!checkcr(y, p->y, p->r) || (isfinite(p->x) && yi != p->i)) { printf("%s:%d: %s frexpl(%La) want %La,%lld got %La,%d ulperr %.3f = %a + %a\n", p->file, p->line, rstr(p->r), p->x, p->y, p->i, y, yi, d, d-p->dy, p->dy); err++;