summaryrefslogtreecommitdiff
path: root/src/mulders.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/mulders.c] fixed issue with --enable-gmp-internalszimmerma2018-11-101-3/+4
* [src/mulders.c] Re-enable the change done in r12382. This is allowedvlefevre2018-04-031-8/+4
* [src/mulders.c] Code style / indentation. Added a comment.vlefevre2018-04-021-10/+12
* [src/mulders.c] Reverting r12382 because divhigh_ktab[n] == n canvlefevre2018-04-021-5/+6
* Removed trailing spaces.vlefevre2018-02-261-1/+1
* [src/mulders.c] removed dead codezimmerma2018-02-221-6/+5
* [src/mulders.c] Removed unused variable dinv.vlefevre2018-02-211-1/+1
* [src/div.c] added commentzimmerma2018-02-201-210/+9
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* changed mpn_sqr_n into mpn_sqrzimmerma2017-01-211-2/+2
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Check that the numberof() macro is used on an array.vlefevre2016-11-291-3/+3
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* update description of filezimmerma2015-10-291-1/+1
* fix bug reported by Ricky Farrzimmerma2015-10-271-3/+4
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-1/+1
* Use of the numberof macro.vlefevre2014-01-231-4/+3
* MPFR now depends on GMP 4.2+ instead of 4.1+.vlefevre2014-01-201-4/+0
* 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
* [src/mulders.c] Clean-up and static assertions (patch from Patrick).vlefevre2012-06-271-18/+26
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/mulders.c] Replaced MPFR_ASSERTD by MPFR_ASSERTN on constantvlefevre2011-08-121-4/+4
* [src/mulders.c] Replaced mp_ptr and mp_srcptr (internal to GMP) byvlefevre2011-08-121-1/+2
* [mpfr-gmp.h] use mpfr_pi1_t instead of gmp_pi1_t to avoid using GMP's namespacezimmerma2011-08-061-2/+6
* [src/mulders.c] use mpn_sbpi1_divappr_q if available and WANT_GMP_INTERNALSzimmerma2011-08-051-21/+29
* [mulders.c] added a basecase code for Mulders' short divisionzimmerma2011-08-051-10/+101
* [mulders.c] fixed bug in mpfr_divhigh_n (this routine was not used yet)zimmerma2011-07-291-3/+7
* [src/mulders.c] MPFR coding conventions for r7752.vlefevre2011-07-281-7/+10
* modified the default tuning parameters so they are within the bounds of thezimmerma2011-07-281-1/+1
* [src/mulders.c] declare mpfr_mullow_n as non-static since it might be usefulzimmerma2011-07-281-1/+1
* [mulders.c] added some code for short division (FoldDiv, not used),zimmerma2011-07-281-15/+213
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-5/+8
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-1/+1
* [src/mulders.c] fixed commentzimmerma2010-10-081-1/+1
* [sqrt.c,mulders.c] added missing cast (detected by nightly builds with g++)zimmerma2010-10-031-1/+1
* [src/mulders.c] Untabified.vlefevre2010-10-011-2/+2
* [src/mulders.c] fixed comments about error analysis in short product,zimmerma2010-09-301-6/+8
* [src/mulders.c] removed leftover debug stuffzimmerma2010-09-301-3/+0
* [src/mulders.c] added new function mpfr_divhigh_n() for short divisionzimmerma2010-09-291-15/+78
* [mulders.c] fixed typozimmerma2010-09-271-1/+1