summaryrefslogtreecommitdiff
path: root/tests/tmul.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced "intensional" by "intentional" in comments.vlefevre2021-03-161-1/+1
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-0/+1
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-4/+4
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-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
* removed TEST_FLAGS stuffzimmerma2018-08-311-2/+0
* [tests/tmul.c] improve coveragezimmerma2018-08-271-0/+30
* [tests/mpfr-test.h] added macro TEST_FLAGS (debug use only)zimmerma2018-08-221-2/+5
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-2/+2
* [src/div.c] added commentzimmerma2018-02-201-1/+16
* [tests/tmul.c] improve coveragezimmerma2018-02-201-0/+28
* [tests/tmul.c] improve coveragezimmerma2018-02-191-0/+82
* [tests/tmul.c] improve coveragezimmerma2018-02-191-0/+54
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests] Solve issues with the incorrect use of mpfr_sgn, and make surevlefevre2017-09-151-1/+1
* fixed a bug in mpfr_mul for RNDF when Mulders' algorithm is usedzimmerma2017-06-021-0/+34
* Merged r11198-11280 from the trunk; no conflicts but additional changes:vlefevre2017-05-041-0/+41
* Merged the latest changes from the trunk (changing a RND_RAND tovlefevre2017-01-091-0/+105
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* Merged the latest changes from the trunk.vlefevre2016-12-151-0/+124
* Merged the following changesets from the trunk:vlefevre2016-09-021-29/+53
* Merged r10599 through r10628 from the trunk, resolving the conflictvlefevre2016-07-221-0/+81
|\
| * [src/mul.c] fixed underflow *after* roundingzimmerma2016-07-081-1/+1
| * [tests/tmul.c] added underflow test for directed rounding toozimmerma2016-07-081-5/+39
| * [tests/tmul.c] added test for underflow after rounding (reveals bug in mul.c)zimmerma2016-07-081-0/+47
* | replaced mpfr_cmp by !mpfr_equal_pzimmerma2016-06-241-2/+2
* | added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-241-0/+51
* | more work on the faithful branchzimmerma2016-05-301-2/+12
* | start implementing RNDF (work in progress)zimmerma2016-05-281-1/+1
|/
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754zimmerma2016-02-041-2/+3
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* missing \nzimmerma2014-01-171-30/+12
* 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
* Bug in mpfr_mul: a call mpfr_mulhigh_n(pointers..., n) where n is somevlefevre2011-05-031-0/+21
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tadd.c, tmul.c] got rid of workaround for old gcc bug. Comment was:zimmerma2009-11-261-6/+3