summaryrefslogtreecommitdiff
path: root/cmp2.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-16/+16
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Likely / Unlikely some tests.pelissip2004-11-161-9/+11
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-34/+11
* improved coverage testzimmerma2004-02-131-2/+12
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Clarified comment.vlefevre2004-01-071-3/+3
* Optimize mpfr_prec_round.pelissip2003-11-051-1/+2
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-2/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+4
* Copyright line updated.vlefevre2002-05-141-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
* Spelling: "canceled"vlefevre2002-01-101-1/+1
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-47/+113
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 1 -> MP_LIMB_T_ONEzimmerma2001-11-161-1/+1
* cmp2.c: Integer overflows checked.vlefevre2001-11-081-17/+39
* mpfr_cmp2: return type changed to mp_prec_t.vlefevre2001-11-081-1/+1
* check apart the case c=0 (otherwise some low significant limbs may bezimmerma2001-04-051-0/+4
* fixed bug when diff_exp >= BITS_PER_MP_LIMBzimmerma2001-04-031-7/+12
* new file for mpfr_cmp2zimmerma2001-04-031-0/+152