summaryrefslogtreecommitdiff
path: root/mul.c
Commit message (Expand)AuthorAgeFilesLines
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-0/+4
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+16
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-12/+12
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-6/+6
* unsigned char -> mp_rnd_tzimmerma2000-02-111-7/+7
* removed executable rightszimmerma1999-11-271-2/+0
* added copyright noticezimmerma1999-07-301-1/+20
* Patch in the case when the low words of the product are zero.hanrot1999-06-291-2/+4
* changed arguments of mpfr_round_raw (now uses precision instead of size)zimmerma1999-06-281-1/+1
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+10
* cleaned local variableszimmerma1999-06-231-10/+9
* fixed bug found by F. Rouillier: x * Z(2/x) -> 0 [carry from mpfr_round_raw]zimmerma1999-06-221-133/+15
* fixed bug: wrong sign when SIGN(a)<0 at beginningzimmerma1999-06-221-1/+1
* special cases NaN and 0zimmerma1999-06-181-0/+5
* Gere differemment les problemes d'egalite entre destinations et arguments.hanrot1999-06-161-1/+4
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1
* Initial revisionhanrot1999-06-091-0/+161