summaryrefslogtreecommitdiff
path: root/src/round_prec.c
Commit message (Expand)AuthorAgeFilesLines
* Punctuation (missing comma after "however").vlefevre2021-06-211-1/+1
* 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
* [src/round_prec.c] mpfr_can_round_raw: improved the code structure aboutvlefevre2018-11-191-13/+16
* [src/round_prec.c] fixed bug in mpfr_can_round when rnd2=RNDF, rnd1 is azimmerma2018-11-171-4/+19
* [src/round_prec.c] MPFR_LIMB is actually useless now...vlefevre2018-09-041-2/+2
* [src/round_prec.c] Code style and potential correction for 16-bit limb.vlefevre2018-09-041-2/+2
* [src/round_prec.c] fixed for 16-bit limbzimmerma2018-09-041-1/+1
* [src/round_prec.c] Replaced an incorrect comment by an assertion.vlefevre2018-04-061-1/+3
* [src/round_prec.c] added commentszimmerma2018-04-061-0/+3
* [src/round_prec.c] removed some dead code (if rnd1 = rnd2 and the casezimmerma2018-04-061-18/+2
* [src/round_prec.c] fixed a bug (to be reviewed)zimmerma2018-04-051-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-1/+1
* 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-1/+3
* [src/round_prec.c] Added some details in a comment for rnd2 = RNDF.vlefevre2016-09-021-4/+22
* [src/round_prec.c] updated specification of mpfr_can_round with rnd2 = RNDFzimmerma2016-09-021-11/+5
* [src/round_prec.c] Forbid rnd2 = MPFR_RNDF as it does not make muchvlefevre2016-09-021-1/+13
* [src/round_prec.c] FIXME: rnd2 == MPFR_RNDF is not supported yet.vlefevre2016-09-021-0/+1
* Merged the following changesets from the trunk:vlefevre2016-09-021-48/+260
* start implementing RNDF (work in progress)zimmerma2016-05-281-0/+5
* Replacedvlefevre2016-02-041-1/+1
* [src/round_prec.c] Added a TODO to improve the mpfr_can_round_rawvlefevre2016-02-021-0/+7
* fixed FIXMEzimmerma2016-01-291-4/+5
* fixed case when prec > bn * GMP_NUMB_BITS and directed roundingzimmerma2016-01-291-2/+4
* [src/round_prec.c] Updated comments.vlefevre2016-01-281-3/+8
* more work on mpfr_can_roundzimmerma2016-01-281-10/+17
* fixed bug in mpfr_can_round for input = 2^kzimmerma2016-01-281-14/+37
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-251-1/+1
* [src/{exp.c,exp_2.c}] mpfr_exp optimization (modified patchvlefevre2014-01-211-0/+3
* LIKELY some code.vlefevre2014-01-211-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
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-2/+2
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-2/+2
* Source reorganization. In short:vlefevre2010-08-171-0/+240