summaryrefslogtreecommitdiff
path: root/src/add1.c
Commit message (Expand)AuthorAgeFilesLines
* [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 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
* | [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
|\ \ | |/
| * removed too aggressive MPFR_LIKELY/MPFR_UNLIKELY (see README.dev)zimmerma2016-05-241-1/+1
* | More UBF support:vlefevre2016-05-231-3/+11
|/
* 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
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [add1.c] ibidem (see previous commit log)zimmerma2011-03-031-1/+2
* 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
* [src/mpfr-impl.h] Added MPFR_UEXP macro to check (in debug mode) thatvlefevre2010-10-101-2/+4
* [add1.c] fixed compiler warning (from g++)zimmerma2010-10-101-2/+2
* Source reorganization. In short:vlefevre2010-08-171-0/+535