about summary refs log tree commit diff
path: root/math
Commit message (Expand)AuthorAgeFilesLines
...
* Add more tests of log2.Joseph Myers2015-03-242-0/+324
* Add test for bug 18104.Joseph Myers2015-03-102-0/+46
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-032-1/+353
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-272-0/+906
* Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2015-02-262-0/+806
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-262-105/+104
* Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers2015-02-261-0/+5
* Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers2015-02-261-0/+5
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-252-0/+1746
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-252-0/+866
* Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers2015-02-241-0/+2
* Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang2015-02-223-3/+3
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-183-966/+1594
* Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers2015-02-171-0/+10
* Fix remquo spurious overflows (bug 17978).Joseph Myers2015-02-161-0/+54
* Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers2015-02-131-14/+19
* Fix exp2 spurious underflows (bug 16560).Joseph Myers2015-02-123-0/+693
* Fix sincos errno setting (bug 15467).Joseph Myers2015-02-111-3/+3
* Clean up math/test-snan.Roland McGrath2015-02-101-313/+65
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-062-0/+367
* Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2015-01-281-14/+67
* 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