summaryrefslogtreecommitdiff
path: root/mul_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Infinis, premiere tentative.hanrot2000-11-211-0/+11
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-11/+11
* Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact resultshanrot2000-06-191-3/+4
* replaced 1st my by my+sh in mpfr_round_raw callzimmerma2000-04-131-3/+7
* Correction d'un bug quand le carry contient tous les bits significatifs.hanrot2000-04-131-9/+32
* unsigned char -> mp_rnd_tzimmerma2000-02-111-9/+9
* now set sign correctlyzimmerma1999-10-141-0/+2
* added copyright noticezimmerma1999-07-301-0/+21
* added cast to mp_limb_t for shiftszimmerma1999-07-011-2/+2
* fixed bug due to shift=0 in mpn_rshiftzimmerma1999-07-011-1/+3
* changed arguments of mpfr_round_raw (now uses precision instead of size)zimmerma1999-06-281-1/+2
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-0/+8
* use PREC(x) instead of ABSSIZE(x) to get number of significant limbszimmerma1999-06-251-13/+18
* fixed problem with count_leading_zeros undefined for 0zimmerma1999-06-211-2/+4
* Correction du prototype de mpfr_mul_uihanrot1999-06-141-1/+1
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-0/+1
* Initial revisionhanrot1999-06-091-0/+42