summaryrefslogtreecommitdiff
path: root/round.c
Commit message (Expand)AuthorAgeFilesLines
* added error message when memory allocation failszimmerma2000-12-151-0/+4
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-20/+20
* Correction de prototypes faux dans le cas ou on n'est pas -D__STDC__.hanrot2000-10-191-1/+1
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-4/+4
* Patches for the case where the precision is a multiple of the word size.hanrot2000-06-161-5/+17
* fixed bug in mpfr_round (wrong sign)zimmerma2000-05-291-3/+5
* fixed bug in mpfr_round: did not check allocated space was large enoughzimmerma2000-05-291-0/+8
* RND_MODE -> rnd_modezimmerma2000-05-291-10/+10
* removed variable xrw in mpfr_round_raw (not used)zimmerma2000-04-131-2/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-34/+34
* added copyright noticezimmerma1999-07-301-0/+22
* completely rewritten mpfr_can_round_raw, which costs now O(1)zimmerma1999-07-081-40/+46
* return 0 in mpfr_can_round_rawzimmerma1999-07-051-0/+1
* changed type of 3rd arg. 'neg' of mpfr_can_round_raw from char to intzimmerma1999-07-021-2/+2
* 1UL -> ((mp_limb_t) 1)zimmerma1999-07-021-3/+2
* changed type of mask to mp_limb_t in mpfr_round_raw2zimmerma1999-07-021-3/+3
* added casts to mp_limb_tzimmerma1999-07-011-4/+4
* Two patches : one for an UMR which actually had no effect, one for an FNH inhanrot1999-06-301-4/+6
* Patch in the case when the number of bits is a multiple of the word size.hanrot1999-06-291-13/+17
* changed arguments of mpfr_round_raw (continued)zimmerma1999-06-281-4/+2
* changed arguments of mpfr_round_raw (now uses precision instead of size)zimmerma1999-06-281-18/+21
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-4/+52
* corrected allocated size in mpfr_roundzimmerma1999-06-251-3/+3
* fixed pbs with ABSSIZE(x) wrt PREC(x) in mpfr_roundzimmerma1999-06-251-4/+5
* Corrected an Array Bound Read when all the bits are significative.hanrot1999-06-241-1/+2
* corrected bad case in mpfr_can_round_raw where rnd1=GMP_RNDNzimmerma1999-06-231-12/+24
* fixed bug in mpfr_can_round when prec or err are multiples of BITS_PER_MP_LIMBzimmerma1999-06-221-2/+3
* Various patches.hanrot1999-06-211-35/+29
* Added mpfr_can_round_raw ; mpfr_can_round just calls it.hanrot1999-06-211-30/+38
* fixed bug in mpfr_round_raw2 which was returning other values than 0 or 1zimmerma1999-06-171-3/+3
* mpfr_can_round again and againzimmerma1999-06-161-6/+5
* Encore et toujours mpfr_can_round...hanrot1999-06-151-7/+7
* Patch pour mpfr_can_round.hanrot1999-06-151-2/+5
* Ajoute les modes d'arrondi RNDN et RNDD.hanrot1999-06-141-2/+41
* added include <stdio.h> (needed for FILE in mpfr.h)zimmerma1999-06-101-1/+1
* Initial revisionhanrot1999-06-091-0/+197