summaryrefslogtreecommitdiff
path: root/add_one_ulp.c
Commit message (Expand)AuthorAgeFilesLines
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-4/+3
* + Better support of non IEEE doubles.pelissip2004-02-061-8/+6
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-3/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-6/+9
* Update related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-1/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-1/+1
* Bug fixed (possible integer overflow).vlefevre2002-05-291-2/+2
* 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
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-0/+56