summaryrefslogtreecommitdiff
path: root/src/div.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src/div.c] Bug fix: avoid integer overflow in the code added in r9086vlefevre2014-06-261-1/+7
* [src/div.c] Bug fix: avoid an integer overflow when dividing thevlefevre2014-06-261-2/+6
* speedup in mpfr_div for n/n division, using mpz_tdiv_qzimmerma2014-06-251-0/+111
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-1/+1
* [src/div.c] In the case where the divisor has one limb (latest commit),vlefevre2014-06-251-1/+2
* speedup of mpfr_div when divisor has one limbzimmerma2014-06-251-0/+22
* [src/div.c] Added MPFR_ASSERTD assertions and improved a testvlefevre2014-03-251-4/+9
* [src] Added support for MPFR_PURE_FUNCTION_ATTR, MPFR_HOT_FUNCTION_ATTR,vlefevre2014-01-211-1/+1
* [src/*.c] Replaced mpfr_set_divby0 by the faster MPFR_SET_DIVBY0,vlefevre2014-01-211-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Untabified and removed trailing spaces.vlefevre2011-08-011-4/+4
* Added tuning for MPFR_DIV_THRESHOLD, and default value.zimmerma2011-07-311-4/+0
* [mulders.c] fixed bug in mpfr_divhigh_n (this routine was not used yet)zimmerma2011-07-291-5/+116
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+5
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-10/+12
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/div.c] Set the division-by-zero flag.vlefevre2011-01-141-0/+2
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-4/+4
* Source reorganization. In short:vlefevre2010-08-171-0/+676