X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fscalblnl.c;h=249248311ec1bb9059dfcb63fe6e483194331ec5;hb=c8999dd6b4a06f4963d7d7cfb82a7e30682b76d0;hp=12eb21c22f5a3a29083eb90171fb421bca7ae2bd;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/scalblnl.c b/src/math/scalblnl.c index 12eb21c..2492483 100644 --- a/src/math/scalblnl.c +++ b/src/math/scalblnl.c @@ -1,6 +1,6 @@ #include #include -#include "util.h" +#include "mtest.h" static struct li_l t[] = { #if LDBL_MANT_DIG == 53 @@ -32,7 +32,7 @@ int main(void) y = scalblnl(p->x, p->i); 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 scalblnl(%La, %lld)=%La, want %s", p->file, p->line, rstr(p->r), p->x, p->i, p->y, estr(p->e)); printf(" got %s\n", estr(e));