about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
...
* Automatically check sanity of ulps from libm tests.Joseph Myers2014-03-051-191/+212
* Don't include individual test ulps in libm-test-ulps.Joseph Myers2014-03-053-151/+40
* Fix libm-test.inc:print_complex_max_error handling of some error cases.Joseph Myers2014-03-041-8/+15
* Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar2014-02-272-0/+140
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-213-16/+16
* Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-193-156/+27268
* Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-184-901/+15442
* Fix gen-auto-libm-tests sticky bit setting for negative results.Joseph Myers2014-02-183-4338/+4346
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-2/+2
* Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers2014-02-111-2/+0
* BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel2014-02-112-0/+26
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1043-125/+125
* Let gen-libm-test.pl find itself when run outside source directoryAndreas Schwab2014-01-271-2/+3
* Fix math/test-fpucw-*.c for sysdeps test-fpucw.c overrides.Joseph Myers2014-01-162-2/+2
* Mark more libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers2014-01-072-433/+439
* Mark various libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers2014-01-032-1744/+1753
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-01200-200/+200
* Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers2013-12-213-532/+809
* Add more libm-test coverage of [a-c]* real functions.Joseph Myers2013-12-203-0/+12687
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-204-22/+1270
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-204-508/+39121
* Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-194-48/+666
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-194-54/+1074
* Disable libm-test test name beautification for M_* constants.Joseph Myers2013-12-191-17/+0
* Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers2013-12-193-39/+502
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-184-104/+3201
* Mark some hypot tests no-test-inline.Joseph Myers2013-12-182-634/+634
* Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers2013-12-182-0/+801
* Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers2013-12-172-751/+750
* Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers2013-12-172-681/+1866
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-164-510/+43000
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-084-71/+2293
* Fix tgamma errno setting on underflow (bug 6810).Joseph Myers2013-12-055-2608/+2664
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-054-809/+33381
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-049-27/+95
* Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers2013-12-032-0/+216
* Fix exp2 errno setting on underflow (bug 16283).Joseph Myers2013-12-035-96/+92
* Fix erfc errno setting on underflow (bug 6786).Joseph Myers2013-12-032-6/+309
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-034-211/+4325
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-304-252/+4818
* Fix exp10 errno setting on underflow (bug 6787).Joseph Myers2013-11-294-5/+7
* Fix x86 sqrt rounding (bug 14032).Joseph Myers2013-11-292-0/+3726
* Test sqrt in all rounding modes.Joseph Myers2013-11-291-0/+88
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-296-19/+2110
* Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers2013-11-281-0/+1
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-192-1/+210
* test-fpucw-ieee: Don't use _FPU_IEEE if not definedChris Metcalf2013-11-181-2/+5
* Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2013-11-162-16/+43
* Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers2013-11-162-12/+90