summaryrefslogtreecommitdiff
path: root/src/mul.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-03-081-10/+10
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/mpfr-impl.h] In MPFR_RNDRAW_GEN, do not try to compute thevlefevre2011-05-031-4/+5
* [src/mul.c] Updated the FIXME comment.vlefevre2011-05-031-3/+6
* Bug in mpfr_mul: a call mpfr_mulhigh_n(pointers..., n) where n is somevlefevre2011-05-031-0/+3
* [src/mul.c] Updated a comment.vlefevre2011-03-291-1/+2
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+6
* 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-5/+5
* [mul.c] fixed bug introduced in revision 7183, and reported by Brian Gladmanzimmerma2010-11-101-1/+1
* Removed trailing spaces and untabified several files.vlefevre2010-09-301-27/+27
* [src/mul.c] Added comments concerning the latest changes about mulhigh.vlefevre2010-09-301-1/+10
* [src/mulders.c] added new function mpfr_divhigh_n() for short divisionzimmerma2010-09-291-2/+6
* [mul.c] another changes for Mulders' algorithm in case of a squarezimmerma2010-09-241-10/+15
* [src/mul.c] Change in r7166 was incomplete. Fixed suspicious code.vlefevre2010-09-241-8/+7
* now use Mulders' algorithm also for mpfr_sqr, provides nice speed improvementzimmerma2010-09-241-10/+17
* Source reorganization. In short:vlefevre2010-08-171-0/+511