summaryrefslogtreecommitdiff
path: root/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-104/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* 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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated a comment and reformatted the code.vlefevre2005-04-211-18/+18
* Add "MPFR_USE_NO_MACRO" user macro: it allows the user to linkpelissip2004-12-141-2/+3
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-291-2/+7
* Add mpfr_cmp as a real function, not only a macro.pelissip2004-04-281-0/+6
* improved coverage testzimmerma2004-02-131-4/+2
* 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-5/+3
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-17/+21
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* 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
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-13/+6
* mpfr_cmp3 changed and integer overflows checked.vlefevre2001-09-051-50/+55
* moved mpfr_cmp2 to separate file cmp2.czimmerma2001-04-031-179/+0
* fixed new bug in mpfr_cmp2 found by Fabricezimmerma2001-03-271-19/+32
* fixed bug found by Nathalie Revolzimmerma2001-03-211-19/+32
* fixed bug in mpfr_cmp2 (found on the IA64)zimmerma2001-01-181-1/+4
* fixed bug in mpfr_cmp2 when d=0 and lots of bits matchzimmerma2000-12-221-2/+2
* k2r -> ansi stylezimmerma2000-12-211-12/+21
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* fixed bug in mpfr_cmp2 when return value is k*BITS_PER_MP_LIMB-1zimmerma2000-12-051-8/+14
* fixed bug in mpfr_cmp3 (when b=0, s not taken into account)zimmerma2000-12-011-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* returned value was one too small in case d=1zimmerma2000-11-281-1/+1
* fixed bug in mpfr_cmp2: wrong limb considered after cp[cn--] whenzimmerma2000-11-281-8/+10
* Infinis, premiere tentative.hanrot2000-11-211-0/+5