summaryrefslogtreecommitdiff
path: root/cmp2.c
Commit message (Expand)AuthorAgeFilesLines
* [cmp2.c] added commentszimmerma2009-03-051-3/+8
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* 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