summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* new mpn_sqrtrem4_approx function (unused so far)zimmerma2016-12-162-1/+264
* [src/sin.c] Handled a FIXME.vlefevre2016-12-151-3/+8
* [src/sqrt_tab.h] Added copyright notice.vlefevre2016-12-151-0/+22
* [sqrt.c] simplify code for GMP_NUMB_BITS = 64zimmerma2016-12-151-75/+33
* better fix than r11025zimmerma2016-12-141-5/+1
* [sqrt_tab.h] new header file with table for mpn_sqrtrem2_approx()zimmerma2016-12-143-222/+228
* [sqrt.c] added mathematical error in mpn_sqrtrem2_approx()zimmerma2016-12-141-1/+3
* added non-regression test for bug fix in r11037zimmerma2016-12-141-0/+20
* [src/vasprintf.c] Fixed a bug as spec.prec can be a negative numbervlefevre2016-12-141-1/+1
* [sqrt.c] faster version of mpn_sqrtrem2 for 64-bit limbzimmerma2016-12-131-19/+240
* [sqrt.c] approximate version of mpn_sqrtrem2, saves a few cycles in mpfr_sqrt1zimmerma2016-12-131-8/+30
* [add/sub] added MPFR_UNLIKELY when adding one ulp changes the binadezimmerma2016-12-132-6/+8
* [src/sin.c] Added missing word in r11032 comment.vlefevre2016-12-121-2/+2
* [src/sin.c] Common/related subexpressions. Added a FIXME.vlefevre2016-12-121-5/+8
* [cos.c,exp_2.c,log.c] improved initial precision for Ziv's strategyzimmerma2016-12-123-9/+8
* [sin.c] improved strategy for initial precisionzimmerma2016-12-121-1/+7
* [sqrt.c] updated code and commentszimmerma2016-12-121-10/+20
* [sqrt.c] slightly improve mpn_rsqrtrem1() (and detailed error analysis)zimmerma2016-12-121-14/+27
* [sqrt.c] removed mpn_sqrtrem1 (no longer needed since r11023)zimmerma2016-12-121-78/+0
* [sqrt.c] fixed comments to be coherent with the codezimmerma2016-12-121-3/+3
* fixed https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=21053&group_i...zimmerma2016-12-121-0/+4
* [src/sqrt.c] Corrected a comment (1 has exponent 1 and we supportvlefevre2016-12-091-1/+2
* [sqrt.c] no more special case for prec <= GMP_NUMB_BITS/2, and added commentszimmerma2016-12-091-11/+8
* [src/sqrt.c] Bug fix (replaced = by ==). Note: this kind of bug couldvlefevre2016-12-091-4/+4
* [src] Simplified ~MPFR_LIMB_ZERO to MPFR_LIMB_MAX.vlefevre2016-12-092-7/+7
* [div.c] simplified mpfr_div_1 and mpfr_div_2zimmerma2016-12-091-44/+44
* [div.c] added comments and simplified codezimmerma2016-12-091-22/+28
* [div.c] simplified codezimmerma2016-12-091-2/+1
* likewise for mpfr_mul_2()zimmerma2016-12-092-1/+12
* fixed bug in mpfr_mul_1() introduced in r11004 and added test casezimmerma2016-12-092-1/+59
* [div.c] simplified underflow test in mpfr_div_1()zimmerma2016-12-091-11/+6
* [src/div_ui.c] underflow is unlikely!vlefevre2016-12-091-1/+1
* [src/sqrt.c] overflow and underflow are unlikely!vlefevre2016-12-091-4/+4
* [div.c] overflow and underflow are unlikely!zimmerma2016-12-091-2/+2
* [div.c] slightly better code (less dependencies) for mpfr_div_1 when u0 >= v0zimmerma2016-12-091-6/+6
* [div.c] simplified mpfr_div_1() codezimmerma2016-12-091-14/+12
* [div.c] in mpfr_div_1, do not deal with the case where the precision iszimmerma2016-12-091-20/+2
* [src/mul.c] Slight improvement (but shouldn't affect the generated codevlefevre2016-12-091-1/+3
* [mul.c] likewise for mpfr_mul_2()zimmerma2016-12-091-2/+1
* [mul.c] simplified mpfr_mul_1()zimmerma2016-12-091-2/+1
* fixed similar bug in mpfr_mul_2() + non-regression testzimmerma2016-12-092-13/+38
* [mul.c] simplified the code and fixed a bugzimmerma2016-12-092-24/+48
* [sub1sp.c] added comment + assertzimmerma2016-12-091-3/+9
* [src] Fixed bug introduced in r10964 with --with-gmp-build: movevlefevre2016-12-092-3/+3
* [add1sp.c] added commentzimmerma2016-12-091-0/+4
* [add1sp.c] simplified mpfr_add1sp2()zimmerma2016-12-091-6/+2
* [sub1sp.c] in mpfr_sub1sp2(), compute a0 before a1 whenever possiblezimmerma2016-12-091-11/+15
* [tools/mbench/mfv5.cc] Fixed type.vlefevre2016-12-091-1/+1
* [mbench] fixed typozimmerma2016-12-081-2/+2
* Replaced two ~0 with mp_limb_t target by MPFR_LIMB_MAX.vlefevre2016-12-082-2/+2