X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fucb%2Fpowf.h;h=c0d7747cf8adf0c95babb408fe0ec58ffff92089;hp=d9e00db39d0c7263f9649afec89f18badaf59c6c;hb=d05da15802af606664c6879a7463bae1c7d62223;hpb=d45a85265f43d2478476a0aba6bffc7872b060f5 diff --git a/src/math/ucb/powf.h b/src/math/ucb/powf.h index d9e00db..c0d7747 100644 --- a/src/math/ucb/powf.h +++ b/src/math/ucb/powf.h @@ -277,28 +277,28 @@ T(RD, -0x0p+0, inf, 0x0p+0, 0x0p+0, 0) // +-(|x| < 1) ** -inf is +inf T(RN, 0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RN, 0x1p-149, -inf, inf, 0x0p+0, 0) -T(RN, 0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RN, 0x0p+0, -inf, inf, 0x0p+0, 0) T(RN, -0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RN, -0x1p-149, -inf, inf, 0x0p+0, 0) -T(RN, -0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RN, -0x0p+0, -inf, inf, 0x0p+0, 0) T(RZ, 0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RZ, 0x1p-149, -inf, inf, 0x0p+0, 0) -T(RZ, 0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RZ, 0x0p+0, -inf, inf, 0x0p+0, 0) T(RZ, -0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RZ, -0x1p-149, -inf, inf, 0x0p+0, 0) -T(RZ, -0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RZ, -0x0p+0, -inf, inf, 0x0p+0, 0) T(RU, 0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RU, 0x1p-149, -inf, inf, 0x0p+0, 0) -T(RU, 0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RU, 0x0p+0, -inf, inf, 0x0p+0, 0) T(RU, -0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RU, -0x1p-149, -inf, inf, 0x0p+0, 0) -T(RU, -0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RU, -0x0p+0, -inf, inf, 0x0p+0, 0) T(RD, 0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RD, 0x1p-149, -inf, inf, 0x0p+0, 0) -T(RD, 0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RD, 0x0p+0, -inf, inf, 0x0p+0, 0) T(RD, -0x1.fffffep-1, -inf, inf, 0x0p+0, 0) T(RD, -0x1p-149, -inf, inf, 0x0p+0, 0) -T(RD, -0x0p+0, -inf, inf, 0x0p+0, DIVBYZERO) +T(RD, -0x0p+0, -inf, inf, 0x0p+0, 0) // +-1 ** +-inf is +1 T(RN, 0x1p+0, inf, 0x1p+0, 0x0p+0, 0) T(RN, 0x1p+0, -inf, 0x1p+0, 0x0p+0, 0)