808 Commits (38bbbb9f323d0e8a0f925402c67bdca40709e03d)

Author SHA1 Message Date
Wilco 0570cfed7f Add FE_NOMASK_ENV return value test. 12 years ago
Joseph Myers f8ba1b5654 Fix log2 (1) in round-downward mode (bug 17042). 12 years ago
Joseph Myers 8540f6d2a7 Don't require test wrappers to preserve environment variables, use more consistent environment. 12 years ago
Joseph Myers b72592e75f Fix log10 (1) in round-downward mode (bug 16977). 12 years ago
Joseph Myers 79520f4bd6 Use existing makefile variables for dependencies on glibc libraries. 12 years ago
Joseph Myers 1a84c3d6d4 Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564). 12 years ago
Joseph Myers 01dbacd22a Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928). 12 years ago
Joseph Myers 913d03c864 Fix acosh (1) in round-downward mode (bug 16927). 12 years ago
Joseph Myers 0bf061d3e3 Fix erf underflow handling near 0 (bug 16516). 12 years ago
Wilco 423a7160af Add fenv test support for targets which don't have FP traps. 12 years ago
Alan Modra aa5f0ff11a Correct IBM long double frexpl. 12 years ago
Chris Metcalf 9c9daaeb83 math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0. 12 years ago
Joseph Myers a84e78c8b3 Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800). 12 years ago
Joseph Myers 6f05bafeba Fix clog / clog10 sign of zero result in round-downward mode (bug 16789). 12 years ago
Alan Modra b0abbc2103 Correct IBM long double nextafterl. 12 years ago
Joseph Myers 8795b4a443 Set errno for scalb errors (bug 6803, bug 6804). 12 years ago
Joseph Myers 54fa2475d3 Set errno for atan2 underflow (bug 16349). 12 years ago
Joseph Myers ea6029b19c Fix scalb spurious "invalid" exceptions (bug 16770). 12 years ago
Joseph Myers 289e077957 Fix clog10 (-0 +/- 0i) (bug 16362). 12 years ago
Joseph Myers 03a7091fa2 Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348). 12 years ago
Joseph Myers 9be36fb8cb Make x86_64 fegetenv preserve exception mask (bug 16198). 12 years ago
Joseph Myers 046651c168 Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes. 12 years ago
Joseph Myers b376a11a19 Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284). 12 years ago
Joseph Myers f7be737659 Fix log (1) in round-downward mode (bug 16731). 12 years ago
Joseph Myers 8c92dfff41 Test most libm functions in all rounding modes. 12 years ago
Joseph Myers ae3a5dff0f Make libm-test support ALL_RM_TEST with AUTO_TESTS_*. 12 years ago
Joseph Myers d71aeee886 Use ALL_RM_TEST for more libm tests. 12 years ago
Joseph Myers b29b6bb8fe Test scalbn and scalbln in all rounding modes, add more tests of negative arguments. 12 years ago
Joseph Myers b36208627c Test rint and nearbyint with same inputs, in all rounding modes. 12 years ago
Joseph Myers 9962a2d34e Add libm-test support for per-rounding-mode manually specified results. 12 years ago
Adhemerval Zanella c7de502503 PowerPC: remove wrong roundl implementation for PowerPC64 12 years ago
Adhemerval Zanella 98fb27a373 PowerPC: remove wrong nearbyintl implementation for PPC64 12 years ago
Adhemerval Zanella 374f7f6121 PowerPC: remove wrong ceill implementation for PowerPC64 12 years ago
Adhemerval Zanella 4655c291d1 Add truncl tests related to BZ#16414 12 years ago
Joseph Myers 600fa36158 Fix nextafter overflow in non-default rounding modes (bug 16677). 12 years ago
Joseph Myers e9996ef750 Add libm-test.inc macro for all-rounding-modes testing. 12 years ago
Joseph Myers 215db4029e Prepare libm-test.inc structures for multi-rounding-mode testing. 12 years ago
Joseph Myers aa97dee16e Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases. 12 years ago
Joseph Myers 2f0a0f4427 Automatically check sanity of ulps from libm tests. 12 years ago
Joseph Myers e6b6a85705 Don't include individual test ulps in libm-test-ulps. 12 years ago
Joseph Myers 45adef3cf2 Fix libm-test.inc:print_complex_max_error handling of some error cases. 12 years ago
Siddhesh Poyarekar 1cadc85813 Fix sign of input to bsloww1 (BZ #16623) 12 years ago
Joseph Myers a5f891ac8d Consistently include Makeconfig after defining subdir. 12 years ago
Joseph Myers acd7f096d7 Complete _BSD_SOURCE / _SVID_source followup cleanup. 12 years ago
Joseph Myers 63689d6165 Move tests of clog10 from libm-test.inc to auto-libm-test-in. 12 years ago
Joseph Myers c6af2d896c Move tests of fma from libm-test.inc to auto-libm-test-in. 12 years ago
Joseph Myers a4fb786185 Fix gen-auto-libm-tests sticky bit setting for negative results. 12 years ago
Joseph Myers 498afc54df Combine __USE_BSD and __USE_SVID into __USE_MISC. 12 years ago
Joseph Myers c941736c92 Remove _BSD_SOURCE and _SVID_SOURCE. 12 years ago
Andreas Krebbel 7e6424e343 BZ #16447: Fix ldbl-128 expl implementation. 12 years ago