about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add another fma test.Joseph Myers2013-06-151-0/+1
* Make more libm tests condition exceptions tests with math-tests.h.Joseph Myers2013-06-123-51/+54
* 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
* Remove trailing whitespace.Joseph Myers2013-06-051-1/+1
* BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell2013-06-031-11/+26
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-311-5/+0
* 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-242-347/+0
* Make libm-test START and END into ordinary macros.Joseph Myers2013-05-242-197/+176
* Don't include function names in test data in generated libm-test.c.Joseph Myers2013-05-222-132/+241
* Don't include expected results in libm-test test names.Joseph Myers2013-05-221-4/+1
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-193-86/+56