X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fspecial%2Fscalbnl.h;h=d69bdd2a541ac78839b4bcebeda42b96dda6c3bc;hb=1d90e185c4ef9246e7e4bf02c3ee13cbd71dd7da;hp=cea8e153160821c8693a71b082f417e2b052a692;hpb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;p=libc-test diff --git a/src/math/special/scalbnl.h b/src/math/special/scalbnl.h index cea8e15..d69bdd2 100644 --- a/src/math/special/scalbnl.h +++ b/src/math/special/scalbnl.h @@ -12,3 +12,6 @@ T(RN, nan, 1, na 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+16383L, -32828, 0x1p-16445L, 0x0p+0, 0) +T(RN, 0x1p-16445L, 32828, 0x1p+16383L, 0x0p+0, 0) +T(RN, 0x1.00000000001p+0L, -16445, 0x1p-16445L, 0x0p+0, INEXACT|UNDERFLOW)