summaryrefslogtreecommitdiff
path: root/src/rec_sqrt.c
Commit message (Expand)AuthorAgeFilesLines
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-161-1/+1
* 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/rec_sqrt.c] Replaced "if (GMP_NUMB_BITS >= 16)" by a preprocessorvlefevre2018-09-121-10/+11
* [src/rec_sqrt.c] Fixed types for 8-bit limb. Removed useless casts.vlefevre2018-09-121-6/+6
* [src/rec_sqrt.c] Fixed a type from r13172 (int was obviously too shortvlefevre2018-09-121-1/+1
* [src/rec_sqrt.c] fixed for 8-bit limbzimmerma2018-09-111-6/+15
* some fixes for 8-bit limb supportzimmerma2018-09-071-2/+2
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-1/+11
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Updated the remaining www.loria.fr URL's.vlefevre2017-12-061-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Fixed remaining macros with missing "do" … "while (0)", detected withvlefevre2016-08-041-5/+7
* 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
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-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
* [src] Improved some comments with "0", about its sign.vlefevre2013-08-011-1/+1
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] #include <stdlib.h> unconditionally in mpfr-impl.h; removedvlefevre2012-02-241-2/+0
* [src/rec_sqrt.c] Removed useless #include (mpfr-impl.h does a better jobvlefevre2012-02-221-1/+0
* 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-10/+10
* [src/rec_sqrt.c] continued review; I can now prove that cu=0 in all caseszimmerma2011-05-221-19/+23
* [rec_sqrt.c] more review of codes, following comments from Vincentzimmerma2011-05-201-4/+19
* [rec_sqrt.c] removed tabszimmerma2011-05-191-2/+2
* [rec_sqrt.c] review and small change of changeset 7651: most probably cu=0zimmerma2011-05-191-19/+4
* [src/rec_sqrt.c] Improved the comment added in r7651.vlefevre2011-05-031-8/+9
* [src/rec_sqrt.c] Fixed the buffer overflow (bug 12553).vlefevre2011-05-021-4/+18
* [src/rec_sqrt.c] Added an assertion to avoid a buffer overflowvlefevre2011-05-021-1/+2
* [src/rec_sqrt.c] Added a comment about a buffer overflow. Bug report:vlefevre2011-05-021-0/+1
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-2/+3
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-4/+4
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/rec_sqrt.c] Added support for the division-by-zero exception.vlefevre2011-01-161-0/+1
* [src/rec_sqrt.c] Improved comment.vlefevre2010-12-171-1/+1
* [rec_sqrt.c] put back some information lost in commit 7302zimmerma2010-12-171-1/+1
* [src/rec_sqrt.c] Removed a variable that was used only once.vlefevre2010-12-171-3/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-3/+3
* Source reorganization. In short:vlefevre2010-08-171-0/+535