about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify gen-libm-test.pl handling of tests with extra outputs.Joseph Myers2013-05-191-65/+17
* Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488).Joseph Myers2013-05-183-9/+1
* Make libm-test look up ulps by name at runtime.Joseph Myers2013-05-182-228/+225
* 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-172-37/+30
* 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
* Remove libm-test support for TEST_* inside functions.Joseph Myers2013-05-162-90/+28
* Convert TEST_extra tests from code to data.Joseph Myers2013-05-161-48/+75
* De-stringify constants in math/atest-exp2.c.Richard Henderson2013-05-161-42/+32
* Support testing "inexact" exceptions in libm-test.inc.Joseph Myers2013-05-161-392/+399
* Test for errno setting in more overflow error cases.Joseph Myers2013-05-161-81/+79
* Convert TEST_cc_c tests from code to data.Joseph Myers2013-05-161-14/+36
* Convert TEST_f_L tests from code to data.Joseph Myers2013-05-161-769/+780
* Remove const attribute on get_log2Peter Collingbourne2013-05-151-1/+0
* Convert TEST_f_l tests from code to data.Joseph Myers2013-05-151-167/+179
* Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers2013-05-151-6/+6