summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [src/div_ui.c] fixed bug20180126 (from tdiv.c), with a complete rewrite ofzimmerma2018-01-281-0/+44
* [tests/tdiv.c] mpfr_div bug bug20180126: also test negative values.vlefevre2018-01-271-19/+32
* [tests/tdiv.c] Updated comment about mpfr_div bug bug20180126.vlefevre2018-01-271-5/+6
* [tests/tdiv.c] mpfr_div bug bug20180126 was introduced by r9086.vlefevre2018-01-271-1/+1
* [tests/tdiv.c] Completed r12128 test with new comments and an assert.vlefevre2018-01-261-3/+9
* [tests/tdiv.c] Added test case for a mpfr_div bug of MPFR 4.vlefevre2018-01-261-0/+59
* [tests/tests.c] Mention a libtool 2.4.6 bug concerning Solaris, yieldingvlefevre2018-01-231-3/+9
* [tests/tlgamma.c] bug20180110: test the ternary value and the flags.vlefevre2018-01-101-3/+11
* [tests/tlgamma.c] Added a test case for a bug found from the tgenericvlefevre2018-01-101-0/+40
* [tests/tgeneric.c] Do several overflow/underflow tests instead of 1, andvlefevre2018-01-101-5/+10
* [tests/tgeneric.c] Added comments for tests in a reduced exponent range.vlefevre2018-01-101-5/+17
* [tests/tsprintf.c] About r12084, simplified the code, without needingvlefevre2018-01-101-12/+3
* [tests/tsprintf.c] Fixed strncpy usage, in particular to ensure avlefevre2018-01-101-4/+10
* [tests/tai.c] In bug20180107, also check the flags.vlefevre2018-01-071-5/+12
* [tests/tai.c] added test that fails on x86_64zimmerma2018-01-071-0/+10
* [tests/tai.c] added test for bug in mpfr_ai (see threadzimmerma2018-01-071-0/+27
* Copyright notice update: added 2018 withvlefevre2018-01-03192-192/+192
* [tests/tests.c] Added a note about gettimeofday() and a cast.vlefevre2017-12-231-0/+6
* [tests/tests.c] Fixed a potential integer overflow from r12053 withvlefevre2017-12-231-1/+1
* [tests/tests.c] decrease probability of collision with random seedzimmerma2017-12-231-1/+1
* [tests/texp.c] added test for new bugzimmerma2017-12-231-0/+20
* Removed trailing whitespace.vlefevre2017-12-221-2/+2
* [tests/tj1.c] Avoid a potential integer overflow.vlefevre2017-12-221-2/+2
* [tests/tj1.c] exercise corner casezimmerma2017-12-221-4/+10
* [tests/tj1.c] added test for j1(z) with small zzimmerma2017-12-221-0/+41
* [src/next.c] fixed nextinf (missing overflow flag)zimmerma2017-12-211-2/+2
* [tests/thypot.c] another fix...zimmerma2017-12-211-1/+1
* [tests/thypot.c] fixed bug20171221()zimmerma2017-12-211-4/+4
* [tests/thypot.c] new failing testzimmerma2017-12-211-0/+29
* [src/lngamma.c] fixed bug when u=0 in case z0 < 1zimmerma2017-12-211-3/+3
* [tests/tlngamma.c] added test for new failurezimmerma2017-12-201-0/+24
* [tests/tlngamma.c] added failing test with mpfr-4.0.0-rc2zimmerma2017-12-201-0/+34
* [tests/texp2.c] Added test of underflow in MPFR_RNDN with exact valuevlefevre2017-12-191-2/+38
* [tests/tdiv.c] Added new non-regression test: the was the real cause ofvlefevre2017-12-191-0/+25
* [src/fma.c] fixed bug in mpfr_fmazimmerma2017-12-191-0/+44
* [src/mul.c] with Mulders', convert RNDF to RNDZzimmerma2017-12-181-0/+20
* [src/div.c] fixed bug in mpfr_div2_approx()zimmerma2017-12-182-0/+37
* Removed trailing whitespace.vlefevre2017-12-181-1/+1
* [src/exp2.c] fixed bug near underflowzimmerma2017-12-181-0/+29
* [tests/ttanh.c] added test for bug in mpfr_tanhzimmerma2017-12-181-0/+20
* [tests/tadd1sp.c] added test for new bug (still to be fixed):zimmerma2017-12-171-0/+19
* [src/root.c] Completed fix from r11978, as x=-1 was affected too. Alsovlefevre2017-12-151-2/+6
* [tests/troot.c] Replaced mpfr_root by TF (like in the other tests).vlefevre2017-12-151-1/+1
* [src/root.c] fixed bug when x=1zimmerma2017-12-141-0/+17
* [tests/tsub1sp.c] Corrected a type. And mpfr_equal_p being a predicatevlefevre2017-12-141-2/+2
* [tests/tsub1sp.c] added a generic test for bug20171213()zimmerma2017-12-141-0/+49
* [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-131-0/+19
* [tests/talloc.c] Added a comment about why talloc requires ISO C99.vlefevre2017-12-121-0/+1
* Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-123-18/+16
* DEBUG_TGENERIC -> MPFR_DEBUG_TGENERICzimmerma2017-12-111-7/+7