summaryrefslogtreecommitdiff
path: root/sub1.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-538/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-15/+15
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-15/+15
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-2/+2
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-13/+13
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* sub1.c: fixed types for printf when DEBUG is defined.vlefevre2008-12-261-5/+8
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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