about summary refs log tree commit diff
path: root/math/auto-libm-test-in
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-251-0/+61
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-251-0/+31
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-15/+21
* Fix exp2 spurious underflows (bug 16560).Joseph Myers2015-02-121-0/+18
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-061-0/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix exp10 spurious underflows (bug 16560).Joseph Myers2014-06-251-0/+18
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-241-0/+2
* Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2014-06-241-0/+10
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-231-5/+8
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-231-0/+23
* Test cpow in all rounding modes.Joseph Myers2014-06-231-5/+5
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-0/+65
* Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers2014-05-141-0/+8
* Fix erf underflow handling near 0 (bug 16516).Joseph Myers2014-05-141-0/+4
* Set errno for atan2 underflow (bug 16349).Joseph Myers2014-03-311-5/+4
* Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers2014-03-271-0/+18
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-251-5/+3
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-241-17/+10
* Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar2014-02-271-0/+2
* Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-191-0/+119
* Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-181-0/+254
* Fix gen-auto-libm-tests sticky bit setting for negative results.Joseph Myers2014-02-181-1/+2
* BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel2014-02-111-0/+1
* Mark more libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers2014-01-071-17/+23
* Mark various libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers2014-01-031-26/+35
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers2013-12-211-10/+17
* Add more libm-test coverage of [a-c]* real functions.Joseph Myers2013-12-201-0/+121
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-201-0/+11
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-201-0/+332
* Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-0/+40
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-0/+19
* Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers2013-12-191-2/+17
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-181-0/+98
* Mark some hypot tests no-test-inline.Joseph Myers2013-12-181-3/+3
* Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers2013-12-181-0/+11
* Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers2013-12-171-2/+1
* Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers2013-12-171-3/+13
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-161-0/+353
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-081-0/+56
* Fix tgamma errno setting on underflow (bug 6810).Joseph Myers2013-12-051-149/+145
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-051-0/+633
* Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers2013-12-031-0/+2
* Fix exp2 errno setting on underflow (bug 16283).Joseph Myers2013-12-031-8/+4
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-031-2/+11
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-031-0/+148
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-301-0/+111
* Fix x86 sqrt rounding (bug 14032).Joseph Myers2013-11-291-0/+57
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-291-0/+27