summaryrefslogtreecommitdiff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers2015-01-121-0/+38
* Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers2015-01-121-0/+22
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-0/+1
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-0/+1
* Remove duplicated -frounding-mathAndrew Senkevich2015-01-061-8/+6
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02205-205/+205
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-0/+1
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-302-7/+14
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-3010-14/+15
* Fix namespace conformance issue with Bessel functions.Chris Metcalf2014-12-223-6/+6
* Split __kernel_standard* functions (fixes bug 17724).Joseph Myers2014-12-221-2/+2
* math: increase timeout for math/atest-*.cChris Metcalf2014-12-193-0/+3
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-057-14/+35
* Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers2014-10-211-1/+0
* stdlib/tst-strtod-round.c: Fix build on ARMWill Newton2014-09-301-1/+2
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-3/+5
* Fix fallback fesetenv and feupdateenv on FE_NOMASK_ENV (bug 17088).Joseph Myers2014-07-172-0/+8
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-3/+1
* Fix exp10 spurious underflows (bug 16560).Joseph Myers2014-06-252-0/+684
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-242-0/+83
* Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2014-06-242-0/+304
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-232-321/+424
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-232-0/+1761
* Test cpow in all rounding modes.Joseph Myers2014-06-235-135/+141
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-233-67/+2736
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-205-65/+177
* PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan2014-06-171-0/+8
* Add FE_NOMASK_ENV return value test.Wilco2014-06-102-1/+124
* Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers2014-06-101-3/+1
* Don't require test wrappers to preserve environment variables, use more consi...Joseph Myers2014-06-061-1/+1
* Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers2014-05-231-3/+1
* 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