scalbn and fma special cases
[libc-test] / src / math / special / scalbln.h
index 5411e09..f6f6755 100644 (file)
@@ -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)