aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers1-0/+37
2015-05-14Last part of changes regarding to libm-test.inc: additionAndrew Senkevich1-3/+8
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich1-10/+22
2015-05-14This is the beginning of series of patches with additionAndrew Senkevich1-18/+18
2015-04-28Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers1-0/+11
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler1-4/+4
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers1-0/+5
2015-02-26Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers1-0/+5
2015-02-24Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers1-0/+2
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers1-50/+40
2015-02-17Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers1-0/+10
2015-02-16Fix remquo spurious overflows (bug 17978).Joseph Myers1-0/+54
2015-02-13Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers1-14/+19
2015-02-11Fix sincos errno setting (bug 15467).Joseph Myers1-3/+3
2015-01-12Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers1-0/+38
2015-01-12Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers1-0/+22
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-30Fix some warnings in the absence of FP round/exception supportChris Metcalf1-3/+4
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers1-3/+1
2014-06-23Test cpow in all rounding modes.Joseph Myers1-3/+1
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-67/+1
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler1-64/+64
2014-06-17PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan1-0/+8
2014-06-10Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers1-3/+1
2014-05-23Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers1-3/+1
2014-05-14Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers1-3/+1
2014-05-14Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers1-3/+1
2014-04-16Correct IBM long double frexpl.Alan Modra1-0/+9
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers1-6/+2
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers1-6/+2
2014-04-02Correct IBM long double nextafterl.Alan Modra1-0/+8
2014-03-31Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers1-66/+68
2014-03-29Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers1-0/+17
2014-03-28Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers1-2/+2
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers1-3/+1
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-18/+10
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-3/+1
2014-03-21Test most libm functions in all rounding modes.Joseph Myers1-74/+26
2014-03-20Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers1-942/+63
2014-03-19Use ALL_RM_TEST for more libm tests.Joseph Myers1-32/+9
2014-03-18Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers1-41/+71
2014-03-17Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers1-49/+150
2014-03-17Add libm-test support for per-rounding-mode manually specified results.Joseph Myers1-1220/+182
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella1-0/+10
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14Add truncl tests related to BZ#16414Adhemerval Zanella1-0/+9
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers1-4/+1
2014-03-08Add libm-test.inc macro for all-rounding-modes testing.Joseph Myers1-325/+73
2014-03-06Prepare libm-test.inc structures for multi-rounding-mode testing.Joseph Myers1-80/+165