summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tdiv.c] Use set_emax rather than mpfr_set_emax with a test.vlefevre2021-01-311-6/+1
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-3/+3
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8zimmerma2018-12-101-3/+5
* [tests/tdiv.c] Fixed bad format string for an error message, detectedvlefevre2018-11-271-1/+2
* [tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp.vlefevre2018-09-061-1/+1
* [tests/tdiv.c] fixed test_20151023()zimmerma2018-09-061-3/+13
* [tests/tdiv.c] more detailed error messagezimmerma2018-09-041-2/+12
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-4/+4
* [tests/tdiv.c] improve coverage, now 100% for div.czimmerma2018-02-201-0/+47
* [src/div.c] get rid of mpfr_div_with_mpz_tdiv_qzimmerma2018-02-201-43/+3
* [tests/tdiv.c] improve coveragezimmerma2018-02-201-3/+43
* [tests/tdiv.c] improve coverage of mpfr_div_2zimmerma2018-02-201-0/+75
* [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
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests/tdiv.c] Added new non-regression test: the was the real cause ofvlefevre2017-12-191-0/+25
* [src/div.c] fixed bug in mpfr_div2_approx()zimmerma2017-12-181-0/+17
* [tests] Solve issues with the incorrect use of mpfr_sgn, and make surevlefevre2017-09-151-8/+4
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-141-11/+12
* [tests] Code simplification and improvement by using SAME_VAL().vlefevre2017-05-291-2/+1
* Merged r11198-11280 from the trunk; no conflicts but additional changes:vlefevre2017-05-041-0/+25
* Merged the latest changes from the trunk.vlefevre2017-01-061-1/+49
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* Merged the latest changes from the trunk except those related tovlefevre2016-12-061-2/+4
* Merged the following changesets from the trunk:vlefevre2016-09-021-0/+54
* [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-6/+3
* disable mpfr_all_div() for RNDFzimmerma2016-06-241-5/+7
* replaced mpfr_cmp by !mpfr_equal_pzimmerma2016-06-241-2/+2
* added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-241-0/+51
* fixed mpfr_all_div() for RNDFzimmerma2016-06-231-2/+2
* more work on the faithful branchzimmerma2016-05-301-5/+13
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-19/+19
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tdiv.c] Improved comment about the mpfr_divhigh_n_basecase bug.vlefevre2015-10-291-2/+2
* [tests/tdiv.c] Updated comment about the mpfr_divhigh_n_basecase bug.vlefevre2015-10-291-2/+5
* fix bug reported by Ricky Farrzimmerma2015-10-271-0/+62
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [tests/tdiv.c] Forgot "exit (1);".vlefevre2014-06-261-0/+2
* [tests/tdiv.c] Added mpfr_div tests on extreme values. This detectsvlefevre2014-06-261-0/+89