diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-12-07 12:46:04 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2012-12-07 12:46:04 +0000 |
commit | ad2d839f37136ca237ed828e2c41619cfb219a13 (patch) | |
tree | e3099a2c9927262691815d52162b33af459e7c34 /ports | |
parent | 82bf34183f65e122c63360f29630299a8f9c1d87 (diff) | |
download | glibc-ad2d839f37136ca237ed828e2c41619cfb219a13.tar.gz glibc-ad2d839f37136ca237ed828e2c41619cfb219a13.tar.xz glibc-ad2d839f37136ca237ed828e2c41619cfb219a13.zip |
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 | 26 |
2 files changed, 30 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64 index d9d1e08edf..376592bbba 100644 --- a/ports/ChangeLog.aarch64 +++ b/ports/ChangeLog.aarch64 @@ -1,5 +1,9 @@ 2012-12-07 Marcus Shawcroft <marcus.shawcroft@linaro.org> + * sysdeps/aarch64/libm-test-ulps: Regenerate. + +2012-12-07 Marcus Shawcroft <marcus.shawcroft@linaro.org> + * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INLINE_VSYSCALL): Remove _x0 and sc_err declarations. diff --git a/ports/sysdeps/aarch64/libm-test-ulps b/ports/sysdeps/aarch64/libm-test-ulps index 68e705ae18..eda0e77f88 100644 --- a/ports/sysdeps/aarch64/libm-test-ulps +++ b/ports/sysdeps/aarch64/libm-test-ulps @@ -2492,9 +2492,33 @@ ildouble: 1 ldouble: 1 # pow +Test "pow (0x0.fffffffffffff8p0, -0x1.23456789abcdfp62) == 9.8826311568054561811190162420900667121992e+252": +ildouble: 1 +ldouble: 1 +Test "pow (0x0.ffffffp0, -0x1p24) == 2.7182819094701610539628664526874952929416": +ildouble: 1 +ldouble: 1 Test "pow (0x0.ffffffp0, 0x1p24) == 0.3678794302077803437135155590023422899744": float: 1 ifloat: 1 +Test "pow (10.0, -4930.0) == 1e-4930": +ildouble: 1 +ldouble: 1 +Test "pow (10.0, 4929.0) == 1e4929": +ildouble: 1 +ldouble: 1 +Test "pow (10.0, 4930.0) == 1e4930": +ildouble: 1 +ldouble: 1 +Test "pow (10.0, 4931.0) == 1e4931": +ildouble: 1 +ldouble: 1 +Test "pow (10.0, 4932.0) == 1e4932": +ildouble: 1 +ldouble: 1 +Test "pow (1e4932, 0.75) == 1e3699": +ildouble: 1 +ldouble: 1 # pow_downward Test "pow_downward (1.5, 1.03125) == 1.519127098714743184071644334163037684948": @@ -3583,6 +3607,8 @@ ldouble: 1 Function: "pow": float: 1 ifloat: 1 +ildouble: 1 +ldouble: 1 Function: "pow_downward": float: 1 |