aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+60
* Add more libm-test coverage of [a-c]* real functions.Joseph Myers2013-12-201-0/+30
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-201-12/+1
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-201-508/+27
* Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-48/+3
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-54/+1
* Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers2013-12-191-12/+60
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-181-97/+2
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-161-510/+4
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-081-67/+2
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-051-809/+35
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-041-11/+55
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-031-202/+13
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-301-252/+25
* Fix exp10 errno setting on underflow (bug 6787).Joseph Myers2013-11-291-2/+4
* Test sqrt in all rounding modes.Joseph Myers2013-11-291-0/+88
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-291-14/+49
* Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2013-11-161-15/+42
* Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers2013-11-161-6/+55
* Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2013-11-161-257/+279
* 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
* New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar2013-09-191-0/+18
* Fix lgammaf spurious underflow (bug 15427).Joseph Myers2013-09-031-0/+55
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-021-2/+17
* Fix cexp (NaN + i0) (bug 15532).Joseph Myers2013-08-231-1/+2
* Fix fdim handling of infinities (bug 15797).Joseph Myers2013-08-211-27/+31
* Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers2013-08-201-0/+40
* Fix cbrtl for ldbl-96Andreas Schwab2013-08-131-0/+5
* Annotate more cases of math bug 15319.David S. Miller2013-07-131-16/+20
* Add another fma test.Joseph Myers2013-06-151-0/+1
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-111-17/+21
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-101-4/+9
* BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell2013-06-031-11/+26
* Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers2013-05-241-0/+13
* Test drem and pow10 in libm-test.inc.Joseph Myers2013-05-241-5/+63
* Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers2013-05-241-44/+18
* Correctly compute ulp near zero.Carlos O'Donell2013-05-241-48/+93
* Remove libm-test START_DATA and END_DATA.Joseph Myers2013-05-241-339/+0
* Make libm-test START and END into ordinary macros.Joseph Myers2013-05-241-169/+176
* Don't include function names in test data in generated libm-test.c.Joseph Myers2013-05-221-117/+229
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-191-47/+54
* Make libm-test look up ulps by name at runtime.Joseph Myers2013-05-181-138/+154
* Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers2013-05-171-7/+162
* Simplify libm-test extra-output initialization.Joseph Myers2013-05-171-33/+26
* Don't handle ulps for integer tests in libm-test.inc.Joseph Myers2013-05-171-15/+3
* Test more cases of "inexact" exceptions in libm-test.inc.Joseph Myers2013-05-171-1119/+1132
* Test for errno setting in more pole error cases.Joseph Myers2013-05-161-15/+15
* Remove ENOSYS tests in libm-test.inc.Joseph Myers2013-05-161-649/+0