summaryrefslogtreecommitdiff
path: root/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-15/+15
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-17/+17
* fixed bug found by G. Ballabio for b=0 and 0<c<1zimmerma2000-05-021-1/+5
* added cast to mp_limb_t (bug on Alpha in tadd with -O2)zimmerma2000-04-191-1/+1
* SIGN -> MPFR_SIGNzimmerma2000-02-111-3/+3
* fixed nasty bug in mpfr_cmp2 (case cc=1)zimmerma1999-12-161-11/+21
* mpfr_cmp2(b,c) now returns PREC(b) if b=c, even if c=0zimmerma1999-10-201-1/+1
* added copyright noticezimmerma1999-07-301-9/+26
* introduced auxiliary function mpfr_cmp3(x,y,sign) to compare x and sign*yzimmerma1999-07-051-4/+6
* Due to the representation of 0 it might have happened that 0 != 0.hanrot1999-07-011-0/+1