X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fspecial%2Fscalbn.h;h=f6f67552412dd8bef44787987aa7d4a425e24b2a;hp=5411e09fdee029a826a36b1ae8f7cc3b0f914a6e;hb=1d90e185c4ef9246e7e4bf02c3ee13cbd71dd7da;hpb=5ef10ef99c000c66d02bf95520988a53fa3dd206 diff --git a/src/math/special/scalbn.h b/src/math/special/scalbn.h index 5411e09..f6f6755 100644 --- a/src/math/special/scalbn.h +++ b/src/math/special/scalbn.h @@ -14,3 +14,4 @@ T(RN, inf, -2147483647, inf, 0x T(RN, -inf, 2147483647, -inf, 0x0p+0, 0) T(RN, 0x1p+1023, -2097, 0x1p-1074, 0x0p+0, 0) T(RN, 0x1p-1074, 2097, 0x1p+1023, 0x0p+0, 0) +T(RN, 0x1.001p+0, -1074, 0x1p-1074, 0x0p+0, INEXACT|UNDERFLOW)