2014-07-17 |
Joseph Myers | Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV... |
tree | commitdiff |
2014-06-27 |
Joseph Myers | Fix yn overflow handling in non-default rounding modes... |
tree | commitdiff |
2014-06-25 |
Joseph Myers | Fix exp10 spurious underflows (bug 16560). |
tree | commitdiff |
2014-06-24 |
Joseph Myers | Fix x86/x86_64 expm1l spurious underflow exceptions... |
tree | commitdiff |
2014-06-24 |
Joseph Myers | Fix ldbl-128 erfl spurious underflows (bug 16287). |
tree | commitdiff |
2014-06-23 |
Joseph Myers | Fix cosh spurious underflows from expm1 (bug 16354... |
tree | commitdiff |
2014-06-23 |
Joseph Myers | Set errno for y1 overflow (bug 17050). |
tree | commitdiff |
2014-06-23 |
Joseph Myers | Test cpow in all rounding modes. |
tree | commitdiff |
2014-06-23 |
Joseph Myers | Fix pow overflow in non-default rounding modes (bug... |
tree | commitdiff |
2014-06-20 |
Stefan Liebler | [BZ #6803] Set errno for scalbln, scalbn |
tree | commitdiff |
2014-06-17 |
Rajalakshmi Sriniv... | PowerPC: Fix nearbyintl failure for few inputs |
tree | commitdiff |
2014-06-10 |
Wilco | Add FE_NOMASK_ENV return value test. |
tree | commitdiff |
2014-06-10 |
Joseph Myers | Fix log2 (1) in round-downward mode (bug 17042). |
tree | commitdiff |
2014-06-06 |
Joseph Myers | Don't require test wrappers to preserve environment... |
tree | commitdiff |
2014-05-23 |
Joseph Myers | Fix log10 (1) in round-downward mode (bug 16977). |
tree | commitdiff |
2014-05-17 |
Richard Henderson | Merge remote-tracking branch 'origin/roland/nptl-alpha' |
tree | commitdiff |
2014-05-16 |
Joseph Myers | Use existing makefile variables for dependencies on... |
tree | commitdiff |
2014-05-14 |
Joseph Myers | Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564). |
tree | commitdiff |
2014-05-14 |
Joseph Myers | Fix cacos (+Inf + finite*i) in round-downward mode... |
tree | commitdiff |
2014-05-14 |
Joseph Myers | Fix acosh (1) in round-downward mode (bug 16927). |
tree | commitdiff |
2014-05-14 |
Joseph Myers | Fix erf underflow handling near 0 (bug 16516). |
tree | commitdiff |
2014-04-17 |
Wilco | Add fenv test support for targets which don't have... |
tree | commitdiff |
2014-04-16 |
Alan Modra | Correct IBM long double frexpl. |
tree | commitdiff |
2014-04-11 |
Chris Metcalf | math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEP... |
tree | commitdiff |
2014-04-02 |
Joseph Myers | Fix catan, catanh, __ieee754_logf in round-downward... |
tree | commitdiff |
2014-04-02 |
Joseph Myers | Fix clog / clog10 sign of zero result in round-downward... |
tree | commitdiff |
2014-04-02 |
Alan Modra | Correct IBM long double nextafterl. |
tree | commitdiff |
2014-03-31 |
Joseph Myers | Set errno for scalb errors (bug 6803, bug 6804). |
tree | commitdiff |
2014-03-31 |
Joseph Myers | Set errno for atan2 underflow (bug 16349). |
tree | commitdiff |
2014-03-29 |
Joseph Myers | Fix scalb spurious "invalid" exceptions (bug 16770). |
tree | commitdiff |
2014-03-28 |
Joseph Myers | Fix clog10 (-0 +/- 0i) (bug 16362). |
tree | commitdiff |
2014-03-27 |
Joseph Myers | Fix x86/x86_64 expl/exp10l spurious underflows (bug... |
tree | commitdiff |
2014-03-26 |
Joseph Myers | Make x86_64 fegetenv preserve exception mask (bug 16198). |
tree | commitdiff |
2014-03-25 |
Joseph Myers | Relax gen-auto-libm-tests may-underflow rules, test... |
tree | commitdiff |
2014-03-24 |
Joseph Myers | Fix dbl-64 exp overflow/underflow in non-default roundi... |
tree | commitdiff |
2014-03-21 |
Joseph Myers | Fix log (1) in round-downward mode (bug 16731). |
tree | commitdiff |
2014-03-21 |
Joseph Myers | Test most libm functions in all rounding modes. |
tree | commitdiff |
2014-03-20 |
Joseph Myers | Make libm-test support ALL_RM_TEST with AUTO_TESTS_*. |
tree | commitdiff |
2014-03-19 |
Joseph Myers | Use ALL_RM_TEST for more libm tests. |
tree | commitdiff |
2014-03-18 |
Joseph Myers | Test scalbn and scalbln in all rounding modes, add... |
tree | commitdiff |
2014-03-17 |
Joseph Myers | Test rint and nearbyint with same inputs, in all roundi... |
tree | commitdiff |
2014-03-17 |
Joseph Myers | Add libm-test support for per-rounding-mode manually... |
tree | commitdiff |
2014-03-14 |
Adhemerval Zanella | PowerPC: remove wrong roundl implementation for PowerPC64 |
tree | commitdiff |
2014-03-14 |
Adhemerval Zanella | PowerPC: remove wrong nearbyintl implementation for... |
tree | commitdiff |
2014-03-14 |
Adhemerval Zanella | PowerPC: remove wrong ceill implementation for PowerPC64 |
tree | commitdiff |
2014-03-14 |
Adhemerval Zanella | Add truncl tests related to BZ#16414 |
tree | commitdiff |
2014-03-11 |
Joseph Myers | Fix nextafter overflow in non-default rounding modes... |
tree | commitdiff |
2014-03-08 |
Joseph Myers | Add libm-test.inc macro for all-rounding-modes testing. |
tree | commitdiff |
2014-03-06 |
Joseph Myers | Prepare libm-test.inc structures for multi-rounding... |
tree | commitdiff |
2014-03-06 |
Joseph Myers | Adjust how gen-auto-libm-tests handles before-rounding... |
tree | commitdiff |
2014-03-05 |
Joseph Myers | Automatically check sanity of ulps from libm tests. |
tree | commitdiff |
2014-03-05 |
Joseph Myers | Don't include individual test ulps in libm-test-ulps. |
tree | commitdiff |
2014-03-04 |
Joseph Myers | Fix libm-test.inc:print_complex_max_error handling... |
tree | commitdiff |
2014-02-27 |
Siddhesh Poyarekar | Fix sign of input to bsloww1 (BZ #16623) |
tree | commitdiff |
2014-02-26 |
Joseph Myers | Consistently include Makeconfig after defining subdir. |
tree | commitdiff |
2014-02-21 |
Joseph Myers | Complete _BSD_SOURCE / _SVID_source followup cleanup. |
tree | commitdiff |
2014-02-19 |
Joseph Myers | Move tests of clog10 from libm-test.inc to auto-libm... |
tree | commitdiff |
2014-02-18 |
Joseph Myers | Move tests of fma from libm-test.inc to auto-libm-test-in. |
tree | commitdiff |
2014-02-18 |
Joseph Myers | Fix gen-auto-libm-tests sticky bit setting for negative... |
tree | commitdiff |
2014-02-12 |
Joseph Myers | Combine __USE_BSD and __USE_SVID into __USE_MISC. |
tree | commitdiff |
2014-02-11 |
Joseph Myers | Remove _BSD_SOURCE and _SVID_SOURCE. |
tree | commitdiff |
2014-02-11 |
Andreas Krebbel | BZ #16447: Fix ldbl-128 expl implementation. |
tree | commitdiff |
2014-02-10 |
Ondřej Bílka | Use glibc_likely instead __builtin_expect. |
tree | commitdiff |
2014-01-27 |
Andreas Schwab | Let gen-libm-test.pl find itself when run outside sourc... |
tree | commitdiff |
2014-01-16 |
Joseph Myers | Fix math/test-fpucw-*.c for sysdeps test-fpucw.c overrides. |
tree | commitdiff |
2014-01-07 |
Joseph Myers | Mark more libm tests with xfail-rounding:ldbl-128ibm. |
tree | commitdiff |
2014-01-03 |
Joseph Myers | Mark various libm tests with xfail-rounding:ldbl-128ibm. |
tree | commitdiff |
2014-01-01 |
Allan McRae | Update copyright notices with scripts/update-copyrights |
tree | commitdiff |
2013-12-21 |
Joseph Myers | Fix x86 / x86_64 expl / expl10l wild results in directe... |
tree | commitdiff |
2013-12-20 |
Joseph Myers | Add more libm-test coverage of [a-c]* real functions. |
tree | commitdiff |
2013-12-20 |
Joseph Myers | Move tests of cpow from libm-test.inc to auto-libm... |
tree | commitdiff |
2013-12-20 |
Joseph Myers | Move various TEST_c_c tests from libm-test.inc to auto... |
tree | commitdiff |
2013-12-19 |
Joseph Myers | Move tests of cabs and carg from libm-test.inc to auto... |
tree | commitdiff |
2013-12-19 |
Joseph Myers | Move tests of sincos from libm-test.inc to auto-libm... |
tree | commitdiff |
2013-12-19 |
Joseph Myers | Disable libm-test test name beautification for M_*... |
tree | commitdiff |
2013-12-19 |
Joseph Myers | Fix x86/x86_64 expm1 inaccuracy near 0 in directed... |
tree | commitdiff |
2013-12-18 |
Joseph Myers | Move tests of jn and yn from libm-test.inc to auto... |
tree | commitdiff |
2013-12-18 |
Joseph Myers | Mark some hypot tests no-test-inline. |
tree | commitdiff |
2013-12-18 |
Joseph Myers | Fix ldbl-128 logl for subnormals (bug 16338). |
tree | commitdiff |
2013-12-17 |
Joseph Myers | Fix dbl-64 hypot spurious underflows (bug 16314). |
tree | commitdiff |
2013-12-17 |
Joseph Myers | Fix hypot handling of subnormals (bug 16316, bug 16330). |
tree | commitdiff |
2013-12-16 |
Joseph Myers | Move tests of atan2, hypot and pow from libm-test.inc... |
tree | commitdiff |
2013-12-08 |
Joseph Myers | Move tests of lgamma from libm-test.inc to auto-libm... |
tree | commitdiff |
2013-12-05 |
Joseph Myers | Fix tgamma errno setting on underflow (bug 6810). |
tree | commitdiff |
2013-12-05 |
Joseph Myers | Move TEST_f_f tests for [l-y]* functions from libm... |
tree | commitdiff |
2013-12-04 |
Joseph Myers | Fix Bessel function error handling (bug 6807, bug 15901). |
tree | commitdiff |
2013-12-03 |
Joseph Myers | Fix exp missing underflows (bug 15268, bug 15425). |
tree | commitdiff |
2013-12-03 |
Joseph Myers | Fix exp2 errno setting on underflow (bug 16283). |
tree | commitdiff |
2013-12-03 |
Joseph Myers | Fix erfc errno setting on underflow (bug 6786). |
tree | commitdiff |
2013-12-03 |
Joseph Myers | Move TEST_f_f tests for [e-j]* functions from libm... |
tree | commitdiff |
2013-11-30 |
Joseph Myers | Move TEST_f_f tests for [a-c]* functions from libm... |
tree | commitdiff |
2013-11-29 |
Joseph Myers | Fix exp10 errno setting on underflow (bug 6787). |
tree | commitdiff |
2013-11-29 |
Joseph Myers | Fix x86 sqrt rounding (bug 14032). |
tree | commitdiff |
2013-11-29 |
Joseph Myers | Test sqrt in all rounding modes. |
tree | commitdiff |
2013-11-29 |
Joseph Myers | Start generating libm tests automatically with MPFR. |
tree | commitdiff |
2013-11-28 |
Joseph Myers | Fix dbl-64 e_sqrt.c for non-default rounding modes... |
tree | commitdiff |
2013-11-19 |
Joseph Myers | Make powerpc-nofpu floating-point state thread-local... |
tree | commitdiff |
2013-11-18 |
Chris Metcalf | test-fpucw-ieee: Don't use _FPU_IEEE if not defined |
tree | commitdiff |
2013-11-16 |
Joseph Myers | Test signs of NaNs in libm-test.inc where appropriate. |
tree | commitdiff |
2013-11-16 |
Joseph Myers | Add libm-test support for ignored return value, add... |
tree | commitdiff |
next |