summaryrefslogtreecommitdiff
path: root/src/sqr.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsqr.c] added another corner case for underflow and mpfr_sqr_2zimmerma2017-02-061-0/+6
* [tests/tsqr.c] added a corner underflow casezimmerma2017-02-061-0/+8
* changed mpn_sqr_n into mpn_sqrzimmerma2017-01-211-1/+1
* Improvement of additions with carry.vlefevre2017-01-101-6/+8
* [src/sqr.c] 2 calls to umul_ppmm are enough in mpfr_sqr_2 in most caseszimmerma2017-01-101-10/+30
* [src/sqr.c] added special code for 3 limbszimmerma2017-01-091-19/+169
* fixed underflow bug by replacing !MPFR_IS_LIKE_RNDZ by new macrozimmerma2017-01-051-2/+2
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/sqr.c] Bug fixes (portability): replaced left shift of a valuevlefevre2016-12-311-2/+2
* [src/mul.c] fixed typo in commentzimmerma2016-12-301-1/+1
* [src/mul.c] fixed regression for 1/2 limbs introduced in revision 11098:zimmerma2016-12-301-2/+199
* [src/sqr.c] use special code for 1 and 2 limbszimmerma2016-12-281-1/+8
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-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
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-4/+4
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+4
* 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
* now use Mulders' algorithm also for mpfr_sqr, provides nice speed improvementzimmerma2010-09-241-0/+3
* Source reorganization. In short:vlefevre2010-08-171-0/+107