summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2014-04-17Add fenv test support for targets which don't have FP traps.Wilco
2014-04-16Correct IBM long double frexpl.Alan Modra
2014-04-11math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0.Chris Metcalf
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers
2014-04-02Correct IBM long double nextafterl.Alan Modra
2014-03-31Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers
2014-03-31Set errno for atan2 underflow (bug 16349).Joseph Myers
2014-03-29Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers
2014-03-28Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers
2014-03-27Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers
2014-03-26Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers
2014-03-21Test most libm functions in all rounding modes.Joseph Myers
2014-03-20Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers
2014-03-19Use ALL_RM_TEST for more libm tests.Joseph Myers
2014-03-18Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers
2014-03-17Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers
2014-03-17Add libm-test support for per-rounding-mode manually specified results.Joseph Myers
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella
2014-03-14Add truncl tests related to BZ#16414Adhemerval Zanella
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers
2014-03-08Add libm-test.inc macro for all-rounding-modes testing.Joseph Myers
2014-03-06Prepare libm-test.inc structures for multi-rounding-mode testing.Joseph Myers
2014-03-06Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases.Joseph Myers
2014-03-05Automatically check sanity of ulps from libm tests.Joseph Myers
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers
2014-03-04Fix libm-test.inc:print_complex_max_error handling of some error cases.Joseph Myers
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-19Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers
2014-02-18Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers
2014-02-18Fix gen-auto-libm-tests sticky bit setting for negative results.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-11Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers
2014-02-11BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-27Let gen-libm-test.pl find itself when run outside source directoryAndreas Schwab
2014-01-16Fix math/test-fpucw-*.c for sysdeps test-fpucw.c overrides.Joseph Myers
2014-01-07Mark more libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers
2014-01-03Mark various libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-21Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers
2013-12-20Add more libm-test coverage of [a-c]* real functions.Joseph Myers
2013-12-20Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers