about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Use existing makefile variables for dependencies on glibc libraries.Joseph Myers2014-05-161-6/+2
* Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564).Joseph Myers2014-05-142-0/+272
* Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers2014-05-144-3/+7
* Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers2014-05-141-3/+1
* Fix erf underflow handling near 0 (bug 16516).Joseph Myers2014-05-142-0/+204
* Add fenv test support for targets which don't have FP traps.Wilco2014-04-171-10/+15
* Correct IBM long double frexpl.Alan Modra2014-04-161-0/+9
* math: make test-fenv-preserve.c a no-op if FE_ALL_EXCEPT == 0.Chris Metcalf2014-04-111-0/+5
* Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers2014-04-027-12/+32
* Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers2014-04-027-35/+24
* Correct IBM long double nextafterl.Alan Modra2014-04-021-0/+8
* Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers2014-03-315-75/+159
* Set errno for atan2 underflow (bug 16349).Joseph Myers2014-03-315-546/+563
* Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers2014-03-294-3/+20
* Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers2014-03-284-5/+14
* Fix x86/x86_64 expl/exp10l spurious underflows (bug 16348).Joseph Myers2014-03-272-0/+684
* Make x86_64 fegetenv preserve exception mask (bug 16198).Joseph Myers2014-03-262-1/+54
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-254-295/+298
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-243-411/+396
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-211-3/+1
* Test most libm functions in all rounding modes.Joseph Myers2014-03-211-74/+26
* Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers2014-03-202-1035/+178
* Use ALL_RM_TEST for more libm tests.Joseph Myers2014-03-191-32/+9
* Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers2014-03-182-47/+86
* Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers2014-03-171-49/+150
* Add libm-test support for per-rounding-mode manually specified results.Joseph Myers2014-03-172-1284/+258
* PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella2014-03-141-0/+9
* PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella2014-03-141-0/+10
* PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella2014-03-141-0/+9
* Add truncl tests related to BZ#16414Adhemerval Zanella2014-03-141-0/+9
* Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers2014-03-112-8/+3
* Add libm-test.inc macro for all-rounding-modes testing.Joseph Myers2014-03-081-325/+73
* Prepare libm-test.inc structures for multi-rounding-mode testing.Joseph Myers2014-03-062-88/+176
* Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases.Joseph Myers2014-03-063-327/+304
* Automatically check sanity of ulps from libm tests.Joseph Myers2014-03-051-191/+212
* Don't include individual test ulps in libm-test-ulps.Joseph Myers2014-03-053-151/+40
* Fix libm-test.inc:print_complex_max_error handling of some error cases.Joseph Myers2014-03-041-8/+15
* Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar2014-02-272-0/+140
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-2/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-213-16/+16
* Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-193-156/+27268
* Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-184-901/+15442
* Fix gen-auto-libm-tests sticky bit setting for negative results.Joseph Myers2014-02-183-4338/+4346
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-2/+2
* Remove _BSD_SOURCE and _SVID_SOURCE.Joseph Myers2014-02-111-2/+0
* BZ #16447: Fix ldbl-128 expl implementation.Andreas Krebbel2014-02-112-0/+26
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-1043-125/+125
* Let gen-libm-test.pl find itself when run outside source directoryAndreas Schwab2014-01-271-2/+3
* Fix math/test-fpucw-*.c for sysdeps test-fpucw.c overrides.Joseph Myers2014-01-162-2/+2
* Mark more libm tests with xfail-rounding:ldbl-128ibm.Joseph Myers2014-01-072-433/+439