summaryrefslogtreecommitdiff
path: root/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+16
* Correction d'un ABR.hanrot1999-06-251-2/+7
* & -> &&zimmerma1999-06-241-1/+1
* added test cn>= in mpfr_cmp2zimmerma1999-06-211-4/+9
* Patch in cmp2 for some dirty cases (2^a + 2^b <-> 2^a + z, z << 2^a, b << a)hanrot1999-06-171-60/+102
* Initial revisionhanrot1999-06-091-0/+123