diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-06 17:30:18 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-06 17:30:18 +0000 |
commit | 471dffa12cd5ec30ef59a777f24b13825482aeaf (patch) | |
tree | a48243429365f4573599373550db2ec9e676ef66 /sysdeps/i386/fpu | |
parent | eda361c8d92f7529c215b80962c2f74b980ee2bf (diff) | |
download | glibc-471dffa12cd5ec30ef59a777f24b13825482aeaf.tar.gz glibc-471dffa12cd5ec30ef59a777f24b13825482aeaf.tar.xz glibc-471dffa12cd5ec30ef59a777f24b13825482aeaf.zip |
Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos.
This patch adds more randomly-generated tests of various libm functions 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 acosh, atanh, cos, csqrt, erfc, sin and sincos. * 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/fpu')
-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 002f09a859..67912eff2d 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -18,19 +18,19 @@ ildouble: 2 ldouble: 2 Function: "acosh": -ildouble: 2 +ildouble: 4 ldouble: 2 Function: "acosh_downward": -ildouble: 4 +ildouble: 6 ldouble: 4 Function: "acosh_towardzero": -ildouble: 4 +ildouble: 6 ldouble: 4 Function: "acosh_upward": -ildouble: 3 +ildouble: 4 ldouble: 3 Function: "asin": @@ -1756,8 +1756,8 @@ ldouble: 1 Function: "sin_upward": double: 1 idouble: 1 -ildouble: 2 -ldouble: 2 +ildouble: 3 +ldouble: 3 Function: "sincos": ildouble: 1 @@ -1778,8 +1778,8 @@ ldouble: 2 Function: "sincos_upward": double: 1 idouble: 1 -ildouble: 2 -ldouble: 2 +ildouble: 3 +ldouble: 3 Function: "sinh": ildouble: 2 |