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