about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-291-4/+1
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-251-3/+1
* Refactor libm tests.Joseph Myers2015-06-241-1/+0
* Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers2015-06-241-3/+1
* Move csin, csinh tests to auto-libm-test-in.Joseph Myers2015-06-241-78/+0
* Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers2015-06-241-0/+4
* Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18...Joseph Myers2015-06-231-0/+9
* Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers2015-05-191-0/+37
* Last part of changes regarding to libm-test.inc: additionAndrew Senkevich2015-05-141-3/+8
* Refactoring of START for conditions in individual testsAndrew Senkevich2015-05-141-10/+22
* This is the beginning of series of patches with additionAndrew Senkevich2015-05-141-18/+18
* Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers2015-04-281-0/+11
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-131-4/+4
* 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 x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers2015-02-241-0/+2
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-181-50/+40
* 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 sincos errno setting (bug 15467).Joseph Myers2015-02-111-3/+3
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix some warnings in the absence of FP round/exception supportChris Metcalf2014-12-301-3/+4
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-3/+1
* Test cpow in all rounding modes.Joseph Myers2014-06-231-3/+1
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-67/+1
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-64/+64
* PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan2014-06-171-0/+8
* Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers2014-06-101-3/+1
* Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers2014-05-231-3/+1
* Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers2014-05-141-3/+1
* Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers2014-05-141-3/+1
* Correct IBM long double frexpl.Alan Modra2014-04-161-0/+9
* Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers2014-04-021-6/+2
* Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers2014-04-021-6/+2
* Correct IBM long double nextafterl.Alan Modra2014-04-021-0/+8
* Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers2014-03-311-66/+68
* Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers2014-03-291-0/+17
* Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers2014-03-281-2/+2
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-251-3/+1
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-241-18/+10
* 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-201-942/+63
* 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-181-41/+71
* 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-171-1220/+182