diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-07-05 09:30:52 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-07-05 09:30:52 +0100 |
commit | bb3ced6f37bb48851ddada5967487084c1aee0b8 (patch) | |
tree | 34c0b543d7a117102dd6ff4e6be5d99dc0734748 /ports | |
parent | 52dfbe137e41f2da1f5584f6dd9ea89589c71228 (diff) | |
download | glibc-bb3ced6f37bb48851ddada5967487084c1aee0b8.zip glibc-bb3ced6f37bb48851ddada5967487084c1aee0b8.tar.gz glibc-bb3ced6f37bb48851ddada5967487084c1aee0b8.tar.bz2 |
[AArch64] Regenerate libm-test-ulps
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.aarch64 | 4 | ||||
-rw-r--r-- | ports/sysdeps/aarch64/libm-test-ulps | 46 |
2 files changed, 50 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64 index 92af669..807c410 100644 --- a/ports/ChangeLog.aarch64 +++ b/ports/ChangeLog.aarch64 @@ -1,3 +1,7 @@ +2013-07-05 Marcus Shawcroft <marcus.shawcroft@linaro.org> + + * sysdeps/aarch64/libm-test-ulps: Regenerate. + 2013-07-04 Andreas Jaeger <aj@suse.de> For ChangeLog.aarch64: diff --git a/ports/sysdeps/aarch64/libm-test-ulps b/ports/sysdeps/aarch64/libm-test-ulps index dc7dc34..79afb31 100644 --- a/ports/sysdeps/aarch64/libm-test-ulps +++ b/ports/sysdeps/aarch64/libm-test-ulps @@ -7704,6 +7704,20 @@ idouble: 1 Test "gamma (-0.5)": ildouble: 1 ldouble: 1 +Test "gamma (0.7)": +double: 1 +float: 1 +idouble: 1 +ifloat: 1 +ildouble: 1 +ldouble: 1 +Test "gamma (1.2)": +double: 1 +float: 2 +idouble: 1 +ifloat: 2 +ildouble: 1 +ldouble: 1 # hypot Test "hypot (-0.7, -12.4)": @@ -8034,6 +8048,28 @@ Test "pow (1e4932, 0.75)": ildouble: 1 ldouble: 1 +# pow10 +Test "pow10 (-1)": +double: 1 +idouble: 1 +Test "pow10 (-305)": +double: 1 +idouble: 1 +Test "pow10 (-36)": +double: 1 +idouble: 1 +ildouble: 1 +ldouble: 1 +Test "pow10 (3)": +double: 1 +idouble: 1 +Test "pow10 (36)": +double: 1 +idouble: 1 +Test "pow10 (4932)": +ildouble: 1 +ldouble: 1 + # pow_downward Test "pow_downward (1.5, 1.03125)": float: 1 @@ -9928,6 +9964,10 @@ ildouble: 1 ldouble: 1 Function: "gamma": +double: 1 +float: 2 +idouble: 1 +ifloat: 2 ildouble: 1 ldouble: 1 @@ -9989,6 +10029,12 @@ ifloat: 1 ildouble: 1 ldouble: 1 +Function: "pow10": +double: 1 +idouble: 1 +ildouble: 1 +ldouble: 1 + Function: "pow_downward": float: 1 ifloat: 1 |