summaryrefslogtreecommitdiff
path: root/sub1.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-4/+4
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-9/+9
* Spelling mistakes & reformatted code.vlefevre2005-02-161-1/+1
* Reformatted code.vlefevre2005-02-151-180/+186
* mpfr_set doesn't produce an EVEN inexact flag.pelissip2005-02-151-2/+7
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Move mpfr_nexttozero and mpfr_nexttoinf from static to mpfr-impl.pelissip2005-02-021-1/+1
* Fix bug of sub1 if dest=src2 and src1 >> src2pelissip2005-02-021-1/+1
* Fix again this previous patch!pelissip2005-01-201-3/+3
* Add commentspelissip2005-01-141-4/+34
* Fix bug in some corner case (Just hope it doesn't add new bugs).pelissip2005-01-141-4/+29
* Reindent the code.pelissip2004-12-201-10/+10
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-5/+5
* Remove some warnings.pelissip2004-02-241-2/+2
* + 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