]> sourceware.org Git - glibc.git/commit
Add more random libm test inputs (mainly for ldbl-128).
authorJoseph Myers <joseph@codesourcery.com>
Sat, 12 Sep 2015 00:01:38 +0000 (00:01 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sat, 12 Sep 2015 00:01:38 +0000 (00:01 +0000)
commita1f99ba28b7b2ed4370b81820f47384d9dae4e36
tree2adc32c3cc07b05ce446072530fdba32e72aed77
parentd57248f0351b307e17476aa1ef812023025c8fd7
Add more random libm test inputs (mainly for ldbl-128).

This patch adds more libm test inputs found through random test
generation to increase previously known ulps.  This particular test
generation was run for mips64, so most of the increased ulps are for
ldbl-128 (float and double having been fairly well covered by such
testing for x86_64), but there's the odd ulps increase for other
formats.

Tested for x86_64, x86 and mips64.

* math/auto-libm-test-in: Add more tests of acos, acosh, asin,
asinh, atan, atan2, atanh, cabs, carg, cos, csqrt, erfc, exp,
exp10, exp2, log, log1p, log2, pow, sin, sincos, sinh, tan and
tanh.
* math/auto-libm-test-out: Regenerated.
* sysdeps/i386/fpu/libm-test-ulps: Update.
* sysdeps/mips/mips32/libm-test-ulps: Likewise.
* sysdeps/mips/mips64/libm-test-ulps: Likewise.
* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ChangeLog
math/auto-libm-test-in
math/auto-libm-test-out
sysdeps/i386/fpu/libm-test-ulps
sysdeps/mips/mips32/libm-test-ulps
sysdeps/mips/mips64/libm-test-ulps
sysdeps/x86_64/fpu/libm-test-ulps
This page took 0.09877 seconds and 5 git commands to generate.