X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Filogbl.c;h=09445367e823546974bc4859b1ebc5de70c3b12a;hb=ffb2b7d4cbcafd48ea56e11e09bf99a7195b9198;hp=d8b98cf941c544029ac83e4e60b4877bedc983ab;hpb=e084227a3608bc38230b88ea03e7b0f0804dd3ad;p=libc-test diff --git a/src/math/ilogbl.c b/src/math/ilogbl.c index d8b98cf..0944536 100644 --- a/src/math/ilogbl.c +++ b/src/math/ilogbl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_i t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/ilogb.h" +#include "special/ilogb.h" #elif LDBL_MANT_DIG == 64 #include "sanity/ilogbl.h" +#include "special/ilogbl.h" #endif }; @@ -16,7 +18,6 @@ int main(void) { #pragma STDC FENV_ACCESS ON long long yi; - float d; int e, i, err = 0; struct l_i *p;