index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new mpn_sqrtrem4_approx function (unused so far)
zimmerma
2016-12-16
2
-1
/
+264
*
[src/sin.c] Handled a FIXME.
vlefevre
2016-12-15
1
-3
/
+8
*
[src/sqrt_tab.h] Added copyright notice.
vlefevre
2016-12-15
1
-0
/
+22
*
[sqrt.c] simplify code for GMP_NUMB_BITS = 64
zimmerma
2016-12-15
1
-75
/
+33
*
better fix than r11025
zimmerma
2016-12-14
1
-5
/
+1
*
[sqrt_tab.h] new header file with table for mpn_sqrtrem2_approx()
zimmerma
2016-12-14
3
-222
/
+228
*
[sqrt.c] added mathematical error in mpn_sqrtrem2_approx()
zimmerma
2016-12-14
1
-1
/
+3
*
added non-regression test for bug fix in r11037
zimmerma
2016-12-14
1
-0
/
+20
*
[src/vasprintf.c] Fixed a bug as spec.prec can be a negative number
vlefevre
2016-12-14
1
-1
/
+1
*
[sqrt.c] faster version of mpn_sqrtrem2 for 64-bit limb
zimmerma
2016-12-13
1
-19
/
+240
*
[sqrt.c] approximate version of mpn_sqrtrem2, saves a few cycles in mpfr_sqrt1
zimmerma
2016-12-13
1
-8
/
+30
*
[add/sub] added MPFR_UNLIKELY when adding one ulp changes the binade
zimmerma
2016-12-13
2
-6
/
+8
*
[src/sin.c] Added missing word in r11032 comment.
vlefevre
2016-12-12
1
-2
/
+2
*
[src/sin.c] Common/related subexpressions. Added a FIXME.
vlefevre
2016-12-12
1
-5
/
+8
*
[cos.c,exp_2.c,log.c] improved initial precision for Ziv's strategy
zimmerma
2016-12-12
3
-9
/
+8
*
[sin.c] improved strategy for initial precision
zimmerma
2016-12-12
1
-1
/
+7
*
[sqrt.c] updated code and comments
zimmerma
2016-12-12
1
-10
/
+20
*
[sqrt.c] slightly improve mpn_rsqrtrem1() (and detailed error analysis)
zimmerma
2016-12-12
1
-14
/
+27
*
[sqrt.c] removed mpn_sqrtrem1 (no longer needed since r11023)
zimmerma
2016-12-12
1
-78
/
+0
*
[sqrt.c] fixed comments to be coherent with the code
zimmerma
2016-12-12
1
-3
/
+3
*
fixed https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=21053&group_i...
zimmerma
2016-12-12
1
-0
/
+4
*
[src/sqrt.c] Corrected a comment (1 has exponent 1 and we support
vlefevre
2016-12-09
1
-1
/
+2
*
[sqrt.c] no more special case for prec <= GMP_NUMB_BITS/2, and added comments
zimmerma
2016-12-09
1
-11
/
+8
*
[src/sqrt.c] Bug fix (replaced = by ==). Note: this kind of bug could
vlefevre
2016-12-09
1
-4
/
+4
*
[src] Simplified ~MPFR_LIMB_ZERO to MPFR_LIMB_MAX.
vlefevre
2016-12-09
2
-7
/
+7
*
[div.c] simplified mpfr_div_1 and mpfr_div_2
zimmerma
2016-12-09
1
-44
/
+44
*
[div.c] added comments and simplified code
zimmerma
2016-12-09
1
-22
/
+28
*
[div.c] simplified code
zimmerma
2016-12-09
1
-2
/
+1
*
likewise for mpfr_mul_2()
zimmerma
2016-12-09
2
-1
/
+12
*
fixed bug in mpfr_mul_1() introduced in r11004 and added test case
zimmerma
2016-12-09
2
-1
/
+59
*
[div.c] simplified underflow test in mpfr_div_1()
zimmerma
2016-12-09
1
-11
/
+6
*
[src/div_ui.c] underflow is unlikely!
vlefevre
2016-12-09
1
-1
/
+1
*
[src/sqrt.c] overflow and underflow are unlikely!
vlefevre
2016-12-09
1
-4
/
+4
*
[div.c] overflow and underflow are unlikely!
zimmerma
2016-12-09
1
-2
/
+2
*
[div.c] slightly better code (less dependencies) for mpfr_div_1 when u0 >= v0
zimmerma
2016-12-09
1
-6
/
+6
*
[div.c] simplified mpfr_div_1() code
zimmerma
2016-12-09
1
-14
/
+12
*
[div.c] in mpfr_div_1, do not deal with the case where the precision is
zimmerma
2016-12-09
1
-20
/
+2
*
[src/mul.c] Slight improvement (but shouldn't affect the generated code
vlefevre
2016-12-09
1
-1
/
+3
*
[mul.c] likewise for mpfr_mul_2()
zimmerma
2016-12-09
1
-2
/
+1
*
[mul.c] simplified mpfr_mul_1()
zimmerma
2016-12-09
1
-2
/
+1
*
fixed similar bug in mpfr_mul_2() + non-regression test
zimmerma
2016-12-09
2
-13
/
+38
*
[mul.c] simplified the code and fixed a bug
zimmerma
2016-12-09
2
-24
/
+48
*
[sub1sp.c] added comment + assert
zimmerma
2016-12-09
1
-3
/
+9
*
[src] Fixed bug introduced in r10964 with --with-gmp-build: move
vlefevre
2016-12-09
2
-3
/
+3
*
[add1sp.c] added comment
zimmerma
2016-12-09
1
-0
/
+4
*
[add1sp.c] simplified mpfr_add1sp2()
zimmerma
2016-12-09
1
-6
/
+2
*
[sub1sp.c] in mpfr_sub1sp2(), compute a0 before a1 whenever possible
zimmerma
2016-12-09
1
-11
/
+15
*
[tools/mbench/mfv5.cc] Fixed type.
vlefevre
2016-12-09
1
-1
/
+1
*
[mbench] fixed typo
zimmerma
2016-12-08
1
-2
/
+2
*
Replaced two ~0 with mp_limb_t target by MPFR_LIMB_MAX.
vlefevre
2016-12-08
2
-2
/
+2
[prev]
[next]