summaryrefslogtreecommitdiff
path: root/src/add1.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src]vlefevre2020-03-231-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/add1.c] Fix for 16-bit limb.vlefevre2018-09-141-1/+1
* [src/mpfr-impl.h] Define MPFR_LIMB_LSHIFT(x,c) macro to do a left shift,vlefevre2018-08-311-1/+1
* [src/add1.c] fix for 16-bit limbzimmerma2018-08-311-2/+2
* [src/add1.c] fixed compiler warningzimmerma2018-08-311-1/+1
* [src/add1.c] revert previous commit since it does not remove the warning:zimmerma2018-08-291-1/+1
* [src/add1.c] fixed compiler warning (with gcc 8.2.0)zimmerma2018-08-291-1/+1
* GNU style: https://www.gnu.org/prep/standards/standards.html#Formattingzimmerma2018-02-161-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-041-0/+11
|\
| * [src/add1.c] Updated comment about underflow.vlefevre2017-04-061-1/+1
| * [src/add1.c] Handling of UBF and overflow/underflow.vlefevre2017-04-061-0/+11
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | Merged r10573 through r10597 from the trunk (no conflicts).vlefevre2016-07-221-2/+2
|\ \ | |/
| * [src/add1.c] Corrected a comment as in practice, b and c do notvlefevre2016-07-071-2/+2
| * Renamed macro MPFR_EXP_LESS_P to MPFR_UBF_EXP_LESS_P.vlefevre2016-06-291-1/+1
| * [src/add1.c] Re-added the MPFR_ASSERTD. The culprit seems to be r10530.vlefevre2016-06-291-0/+1
| * [src/add1.c] Reverted r10529, which now fails. That's strange.vlefevre2016-06-291-1/+0
| * [src/add1.c] Added a MPFR_ASSERTD.vlefevre2016-06-291-0/+1
| * added comment that EXP(b) >= EXP(c)zimmerma2016-06-291-1/+2
* | Merged r10529 through r10554 from the trunk (no conflicts).vlefevre2016-07-221-0/+1
* | Merged r10520 through r10527 from the trunk (no conflicts).vlefevre2016-07-221-1/+2
* | merged changed from trunk withzimmerma2016-06-231-8/+21
|\ \ | |/
| * Merged the latest changes from the trunk.vlefevre2016-06-061-5/+1
| |\
| * | [src/add1.c] Completed UBF support. Note: due to the restrictionvlefevre2016-06-031-5/+10
| * | Merged the latest changes from the trunk and removed the remainingvlefevre2016-05-241-1/+1
| |\ \
| * | | More UBF support:vlefevre2016-05-231-3/+11
* | | | [src/add1.c] Improved a comment about faithful rounding.vlefevre2016-06-061-1/+3
* | | | [src/add1.c] The code for faithful rounding (MPFR_RNDF) was notvlefevre2016-06-061-20/+23
* | | | Merged the latest changes from the trunk.vlefevre2016-06-061-5/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | [src/add1.c] Simplified code: removed fb = 1 since it was already 1vlefevre2016-06-061-5/+1
| | |/ | |/|
* | | start implementing RNDF (work in progress)zimmerma2016-05-281-2/+17
|/ /
* | removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev)zimmerma2016-05-241-1/+1
|/
* 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
* Code clean-up:vlefevre2014-06-251-4/+4
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-251-3/+3
* Optimization: likely / unlikely, etc. (patch by Patrick Pélissier).vlefevre2014-01-241-1/+1
* [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR,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-4/+4
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1