summaryrefslogtreecommitdiff
path: root/tests/tdiv.c
Commit message (Expand)AuthorAgeFilesLines
* [src/div_ui.c] Major rewrite to fix a mpfr_div_ui bug.vlefevre2018-01-311-5/+6
* [tests/tdiv.c] mpfr_div bug bug20180126: also test negative values.vlefevre2018-01-271-19/+32
* [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
* Minor date-related changes as in the trunk:vlefevre2018-01-091-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
* speedup in mpfr_div for n/n division, using mpz_tdiv_qzimmerma2014-06-251-0/+50
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/tdiv.c] Added consistency tests between mpfr_div, mpfr_ui_div,vlefevre2011-01-141-3/+88
* [src/div.c] Set the division-by-zero flag.vlefevre2011-01-141-13/+135
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-9/+9
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-4/+0