summaryrefslogtreecommitdiff
path: root/sub1.c
Commit message (Expand)AuthorAgeFilesLines
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* fixed wrong sign of inexact flagzimmerma2004-01-071-1/+1
* fixed bug (wrong inexact flag) for rounding to nearest when sh=0 andzimmerma2004-01-071-30/+41
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.pelissip2003-11-251-3/+5
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-2/+2
* * Optimize a few div.c and mul.c.pelissip2003-11-171-16/+8
* Some minor optimizations.pelissip2003-11-071-11/+19
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-52/+69
* Optimize mpfr_prec_round.pelissip2003-11-051-3/+2
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-9/+18
* Added some MPFR_ASSERTN and improved a comment.vlefevre2003-09-221-3/+6
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+9
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-3/+3
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-3/+3
* Bug fixed (possible integer overflow).vlefevre2002-05-291-1/+2
* Underflow semantics changed (not tested).vlefevre2002-04-231-10/+13
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-18/+34
* Better comments.vlefevre2001-12-191-2/+1
* added commentzimmerma2001-11-301-1/+4
* Some type changes.vlefevre2001-11-171-12/+11
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-5/+5
* ASSERT_ALWAYS -> MPFR_ASSERTNzimmerma2001-11-161-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* add.c -> add.c & add1.cvlefevre2001-11-151-0/+406