diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 22:31:24 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-01 22:31:24 +0000 |
commit | 86793ae758eeca100a67d1e32cb16d29e74a9149 (patch) | |
tree | abdcc7efcf8b4fe55dbab318d1b3e322c7a816b4 /sysdeps | |
parent | 038e4be99c48fac8dbe8b772ff673837eb22431d (diff) | |
download | glibc-86793ae758eeca100a67d1e32cb16d29e74a9149.tar glibc-86793ae758eeca100a67d1e32cb16d29e74a9149.tar.gz glibc-86793ae758eeca100a67d1e32cb16d29e74a9149.tar.bz2 glibc-86793ae758eeca100a67d1e32cb16d29e74a9149.zip |
Add another test of pow.
This patch adds a randomly-generated test of pow that is observed to
increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add another test of pow.
* math/auto-libm-test-out: Regenerated.
* sysdeps/x86_64/fpu/libm-test-ulps: Update.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index 3b342d69bb..ab2b0b7ed4 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -1816,8 +1816,8 @@ ildouble: 1 ldouble: 1 Function: "pow": -float: 1 -ifloat: 1 +float: 3 +ifloat: 3 ildouble: 1 ldouble: 1 @@ -1853,25 +1853,25 @@ ldouble: 2 Function: "pow_downward": double: 1 -float: 1 +float: 3 idouble: 1 -ifloat: 1 +ifloat: 3 ildouble: 4 ldouble: 4 Function: "pow_towardzero": double: 1 -float: 1 +float: 4 idouble: 1 -ifloat: 1 +ifloat: 4 ildouble: 1 ldouble: 1 Function: "pow_upward": double: 1 -float: 1 +float: 4 idouble: 1 -ifloat: 1 +ifloat: 4 ildouble: 2 ldouble: 2 |