summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2013-11-162-258/+280
* Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers2013-11-161-69/+69
* PowerPC floating point little-endian [4 of 15]Alan Modra2013-10-041-0/+19
* PowerPC floating point little-endian [1 of 15]Alan Modra2013-10-041-214/+75
* New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar2013-09-191-0/+18
* Fix static-binary lazy FPU context allocationMaciej W. Rozycki2013-09-095-7/+40
* Fix lgammaf spurious underflow (bug 15427).Joseph Myers2013-09-031-0/+55
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-021-2/+17
* math: Additional type conversion testsThomas Schwinge2013-08-291-7/+13
* Fix cexp (NaN + i0) (bug 15532).Joseph Myers2013-08-234-13/+32
* Fix fdim handling of infinities (bug 15797).Joseph Myers2013-08-214-39/+43
* Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers2013-08-204-9/+43
* Fix cbrtl for ldbl-96Andreas Schwab2013-08-131-0/+5
* Annotate more cases of math bug 15319.David S. Miller2013-07-131-16/+20
* Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails.Joseph Myers2013-06-201-1/+5
* Avoid spurious failures from <fenv.h> fallback functions (bug 15654).Joseph Myers2013-06-2010-15/+27
* Use math-tests.h more in math/test-misc.Joseph Myers2013-06-171-2/+10