From 14f36098f219a17c8fa21578a5bf1a23c74d28bb Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 8 May 2015 17:55:11 +0000 Subject: Add more tests of csqrt, lgamma, log10, sinh. 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 csqrt, lgamma, log10 and sinh. * math/auto-libm-test-out: Regenerated. * sysdeps/i386/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. --- math/auto-libm-test-in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'math/auto-libm-test-in') diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 155bea12e0..883397c40a 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -986,6 +986,7 @@ csqrt -0x7.31291c9fdae04p-160 -0x8p-152 csqrt 0x1.d60caep+0 0x7.a7d468p+0 csqrt -0xb.e2bc1cd6eaa7p-180 0x8p-152 csqrt 0xd.25d559ac5baap-168 0x8p-152 +csqrt -0x9.0a61a7b482d28p-168 -0x8p-152 csqrt 0x1.fffffep+127 0x1.fffffep+127 csqrt 0x1.fffffep+127 1.0 @@ -1810,6 +1811,7 @@ lgamma 0x8.d6315p+0 lgamma 0xb.2e679p+0 lgamma 0xb.01191p+0 lgamma 0xb.26fdap+0 +lgamma 0xb.4ad0ap+0 log 1 log e @@ -1841,6 +1843,7 @@ log10 0xa.9d0d4p-4 log10 0x1.251ec6p+0 log10 0x1.022e82p+0 log10 0x9.b3727e3feb538p-4 +log10 0xf.bf1b2p-4 log1p 0 log1p -0 @@ -2337,6 +2340,7 @@ sinh -0x3.3e6292ed442d450cp-4 sinh 0x7.6e259d2436fc4p-4 sinh 0x3.d6e088p-4 sinh -0x7.688eap-4 +sinh -0xd.dce79p-4 sqrt 0 sqrt -0 -- cgit 1.4.1