summaryrefslogtreecommitdiff
path: root/add.c
Commit message (Expand)AuthorAgeFilesLines
* k2r -> ansi stylezimmerma2000-12-211-2/+6
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+5
* added 'return' after dealing with infinitieszimmerma2000-12-071-3/+5
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+25
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-51/+51
* fixed one Array Bound Read (to_nearest, bp=cp and k>=cn)zimmerma2000-09-281-4/+7
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-29/+29
* merged different roundings in case diff_exp<PREC(a), dif<=PREC(c)zimmerma2000-06-211-49/+29
* little changezimmerma2000-05-261-1/+2
* fixed several rounding problemszimmerma2000-05-261-46/+66
* removed misplaced commentzimmerma2000-05-261-1/+0
* removed unused labelzimmerma2000-05-261-1/+0
* fixed more tiny bugszimmerma2000-05-261-2/+13
* fixed remaining bug (case overlap=5, dif>0)zimmerma2000-05-241-4/+5
* fixed problem not solved so far, i.e. when adding round bitzimmerma2000-04-141-1/+4
* unsigned char -> mp_rnd_tzimmerma2000-02-111-15/+14
* replaced printf by fprintf for errorzimmerma1999-12-161-1/+1
* added copyright noticezimmerma1999-07-301-3/+19
* use mpfr_cmp3 instead of mpfr_cmp (avoids warning due to modification ofzimmerma1999-07-051-3/+1
* fixed bug when sizeof(long) <> sizeof(mp_limb_t)zimmerma1999-07-021-96/+25
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-11/+28
* Some limbs of the result where not set to zero as they should.hanrot1999-06-251-1/+1
* Patches an ABR.hanrot1999-06-251-1/+1
* Patched an Array Bound Read.hanrot1999-06-241-1/+2
* treats case b=c in mpfr_sub(a,b,c)zimmerma1999-06-241-1/+2
* special case when one of the arguments is zerozimmerma1999-06-171-0/+3
* Corrected a potential problem in add(a, a, a);hanrot1999-06-171-2/+1
* Gere differemment les problemes d'egalite entre destinations et arguments.hanrot1999-06-161-46/+132
* now allows destination = sourcezimmerma1999-06-161-11/+17
* printf -> fprintfzimmerma1999-06-151-1/+1
* error message when destination equals source (case not yet treated)zimmerma1999-06-151-0/+4
* Initial revisionhanrot1999-06-091-0/+344