Age | Commit message (Expand) | Author |
2013-10-04 | PowerPC floating point little-endian [4 of 15] | Alan Modra |
2013-10-04 | PowerPC floating point little-endian [1 of 15] | Alan Modra |
2013-09-19 | New test cases for sin and cos for multiple precision fallback | Siddhesh Poyarekar |
2013-09-09 | Fix static-binary lazy FPU context allocation | Maciej W. Rozycki |
2013-09-03 | Fix lgammaf spurious underflow (bug 15427). | Joseph Myers |
2013-09-02 | Fix spurious jnf underflows (bug 14155). | Joseph Myers |
2013-08-29 | math: Additional type conversion tests | Thomas Schwinge |
2013-08-23 | Fix cexp (NaN + i0) (bug 15532). | Joseph Myers |
2013-08-21 | Fix fdim handling of infinities (bug 15797). | Joseph Myers |
2013-08-20 | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers |
2013-08-13 | Fix cbrtl for ldbl-96 | Andreas Schwab |
2013-07-13 | Annotate more cases of math bug 15319. | David S. Miller |
2013-06-20 | Allow fesetround failures in math/test-misc.c if ROUNDING_TESTS fails. | Joseph Myers |
2013-06-20 | Avoid spurious failures from <fenv.h> fallback functions (bug 15654). | Joseph Myers |
2013-06-17 | Use math-tests.h more in math/test-misc. | Joseph Myers |
2013-06-15 | Add another fma test. | Joseph Myers |
2013-06-12 | Make more libm tests condition exceptions tests with math-tests.h. | Joseph Myers |
2013-06-11 | Add exception information to math-tests.h and use it in libm-test.inc. | Joseph Myers |
2013-06-10 | Add rounding mode information to math-tests.h and use it in libm-test.inc. | Joseph Myers |
2013-06-05 | Remove trailing whitespace. | Joseph Myers |
2013-06-03 | BZ #15536: Fix ulp for 128-bit IBM long double. | Carlos O'Donell |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers |
2013-05-24 | Fix ldbl-96 hypotl of subnormals (bug 15529). | Joseph Myers |
2013-05-24 | Test drem and pow10 in libm-test.inc. | Joseph Myers |
2013-05-24 | Use same tests for isfinite/finite, lgamma/gamma. | Joseph Myers |
2013-05-24 | Correctly compute ulp near zero. | Carlos O'Donell |
2013-05-24 | Remove libm-test START_DATA and END_DATA. | Joseph Myers |
2013-05-24 | Make libm-test START and END into ordinary macros. | Joseph Myers |
2013-05-22 | Don't include function names in test data in generated libm-test.c. | Joseph Myers |
2013-05-22 | Don't include expected results in libm-test test names. | Joseph Myers |
2013-05-19 | Handle sincos with generic libm-test logic. | Joseph Myers |
2013-05-19 | Simplify gen-libm-test.pl handling of tests with extra outputs. | Joseph Myers |
2013-05-18 | Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488). | Joseph Myers |
2013-05-18 | Make libm-test look up ulps by name at runtime. | Joseph Myers |
2013-05-17 | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers |
2013-05-17 | Simplify libm-test extra-output initialization. | Joseph Myers |
2013-05-17 | Don't handle ulps for integer tests in libm-test.inc. | Joseph Myers |
2013-05-17 | Test more cases of "inexact" exceptions in libm-test.inc. | Joseph Myers |
2013-05-16 | Test for errno setting in more pole error cases. | Joseph Myers |
2013-05-16 | Remove ENOSYS tests in libm-test.inc. | Joseph Myers |
2013-05-16 | Remove libm-test support for TEST_* inside functions. | Joseph Myers |
2013-05-16 | Convert TEST_extra tests from code to data. | Joseph Myers |
2013-05-16 | De-stringify constants in math/atest-exp2.c. | Richard Henderson |
2013-05-16 | Support testing "inexact" exceptions in libm-test.inc. | Joseph Myers |
2013-05-16 | Test for errno setting in more overflow error cases. | Joseph Myers |
2013-05-16 | Convert TEST_cc_c tests from code to data. | Joseph Myers |
2013-05-16 | Convert TEST_f_L tests from code to data. | Joseph Myers |
2013-05-15 | Remove const attribute on get_log2 | Peter Collingbourne |
2013-05-15 | Convert TEST_f_l tests from code to data. | Joseph Myers |
2013-05-15 | Consistently use TEST_f_L in tests of llrint and llround. | Joseph Myers |