summaryrefslogtreecommitdiff
path: root/add1.c
Commit message (Expand)AuthorAgeFilesLines
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-6/+6
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.pelissip2003-11-251-45/+41
* Fix a stupid bug (diff_exp is not equal to the difference of prec)pelissip2003-11-071-2/+0
* Some minor optimizations.pelissip2003-11-071-5/+5
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-3/+7
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-2/+2
* replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should bezimmerma2003-10-061-2/+2
* Optimization (thanks to Patrick Pelissier), as the allocated sizevlefevre2003-10-031-12/+12
* Code clean-up. Assertion failed avoided.vlefevre2003-05-231-16/+15
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-10/+10
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-4/+4
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-8/+8
* Bug fixed (possible integer overflow).vlefevre2002-05-291-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Better comments.vlefevre2001-12-191-2/+2
* Casts to size_t added (safer and could be required in the future).vlefevre2001-11-251-2/+2
* Integer overflows checked.vlefevre2001-11-161-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* add.c -> add.c & add1.cvlefevre2001-11-151-0/+548