summaryrefslogtreecommitdiff
path: root/cmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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