X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffrexpf.c;h=35dc913e52232e16ac73ed4ebc06683711958d52;hb=1a68cdaedf8e9d379dc742f8a9c6198c0cb99dc5;hp=a406523860e60792d0ecfeffd1841f42e54128d1;hpb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;p=libc-test diff --git a/src/math/frexpf.c b/src/math/frexpf.c index a406523..35dc913 100644 --- a/src/math/frexpf.c +++ b/src/math/frexpf.c @@ -1,6 +1,6 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_fi t[] = { #include "sanity/frexpf.h" @@ -27,7 +27,7 @@ int main(void) y = frexpf(p->x, &yi); e = fetestexcept(INEXACT|INVALID|DIVBYZERO|UNDERFLOW|OVERFLOW); - if (!checkexcept(e, p->e, p->r)) { + if (!checkexceptall(e, p->e, p->r)) { printf("%s:%d: bad fp exception: %s frexpf(%a)=%a,%lld, want %s", p->file, p->line, rstr(p->r), p->x, p->y, p->i, estr(p->e)); printf(" got %s\n", estr(e));