math/scalb* max scale test cases
[libc-test] / src / math / special / scalbn.h
index af596ad..5411e09 100644 (file)
@@ -12,3 +12,5 @@ T(RN,                     nan,           1,                     nan,          0x
 T(RN,                     inf,  2147483647,                     inf,          0x0p+0, 0)
 T(RN,                     inf, -2147483647,                     inf,          0x0p+0, 0)
 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)