scalbn and fma special cases
[libc-test] / src / math / special / scalbnf.h
index e8528b6..24b423f 100644 (file)
@@ -14,3 +14,4 @@ T(RN,             inf, -2147483647,             inf,          0x0p+0, 0)
 T(RN,            -inf,  2147483647,            -inf,          0x0p+0, 0)
 T(RN,        0x1p+127,        -276,        0x1p-149,          0x0p+0, 0)
 T(RN,        0x1p-149,         276,        0x1p+127,          0x0p+0, 0)
+T(RN,      0x1.001p+0,        -149,        0x1p-149,          0x0p+0, INEXACT|UNDERFLOW)