From 094fca83eeaf8d7fc8478ea9fa8cdcb19e2df2de Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 30 Apr 2015 22:32:08 +0000 Subject: Add further tests of cosh and sinh. This patch adds some further randomly-generated tests of cosh and sinh 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 cosh and sinh. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. --- sysdeps/i386/fpu/libm-test-ulps | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index ef8918ee47..cb93177e9c 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -1740,22 +1740,22 @@ ildouble: 2 ldouble: 2 Function: "sinh": -ildouble: 1 -ldouble: 1 +ildouble: 2 +ldouble: 2 Function: "sinh_downward": -ildouble: 3 -ldouble: 4 +ildouble: 4 +ldouble: 5 Function: "sinh_towardzero": -ildouble: 2 -ldouble: 3 +ildouble: 3 +ldouble: 4 Function: "sinh_upward": double: 1 float: 1 ildouble: 4 -ldouble: 4 +ldouble: 5 Function: "tan": float: 1 -- cgit 1.4.1