diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 00:05:13 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-03-25 00:05:13 +0000 |
commit | bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649 (patch) | |
tree | 90b2885c0cd40f64cb68a38c2c28dfbbac219827 /sysdeps/i386 | |
parent | 239ed6f309d835c35c95ea0c492cbe15aa4cc7bf (diff) | |
download | glibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.zip glibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.tar.gz glibc-bc899ea0901b8163b03f0d7ffb2cf2c88fb3e649.tar.bz2 |
Add more tests of expm1.
This patch adds some randomly-generated tests of expm1 that are
observed to increase ulps on x86_64.
Tested for x86_64 and x86 and ulps updated accordingly.
* math/auto-libm-test-in: Add more tests of expm1.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index a418998..76eaea4 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -1332,32 +1332,32 @@ ildouble: 1 ldouble: 1 Function: "expm1": -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "expm1_downward": double: 1 float: 1 idouble: 1 ifloat: 1 -ildouble: 1 -ldouble: 1 +ildouble: 4 +ldouble: 4 Function: "expm1_towardzero": double: 1 float: 1 idouble: 1 ifloat: 1 -ildouble: 2 -ldouble: 2 +ildouble: 3 +ldouble: 3 Function: "expm1_upward": double: 1 float: 1 idouble: 1 ifloat: 1 -ildouble: 2 -ldouble: 2 +ildouble: 3 +ldouble: 3 Function: "gamma": double: 1 |