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
path:
root
/
mul.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize mpfr_mul by inlining and rewriting the rounding.
pelissip
2004-12-08
1
-73
/
+61
*
changed rights (remove executable permission)
zimmerma
2004-10-19
1
-1
/
+1
*
Optimize a few mpfr_mul.
pelissip
2004-02-26
1
-20
/
+19
*
Add a comment.
pelissip
2004-02-23
1
-3
/
+3
*
Reduce the number of used variables.
pelissip
2004-02-17
1
-16
/
+16
*
added comment about probability of normalized product
zimmerma
2004-02-17
1
-0
/
+3
*
Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead.
pelissip
2004-02-12
1
-3
/
+2
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
+ Add function mpfr_print_mantissa_binary, for debugging reason.
pelissip
2003-12-09
1
-3
/
+3
*
Remove some warnings and potential errors (Comparaison between signed and uns...
pelissip
2003-11-21
1
-1
/
+1
*
Optimization of mpfr_mul.
pelissip
2003-11-19
1
-18
/
+16
*
* Optimize a few div.c and mul.c.
pelissip
2003-11-17
1
-5
/
+6
*
Some minor optimizations.
pelissip
2003-11-07
1
-9
/
+16
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-3
/
+3
*
Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).
pelissip
2003-11-05
1
-3
/
+3
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-3
/
+1
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-49
/
+46
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-4
/
+4
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-6
/
+6
*
Re-adding mul.c with fixed permissions.
vlefevre
2002-07-23
1
-0
/
+164
*
Temporarily removing mul.c in order to try to fix its permissions.
vlefevre
2002-07-23
1
-164
/
+0
*
MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
vlefevre
2002-06-26
1
-1
/
+1
*
Underflow semantics changed (not tested).
vlefevre
2002-04-23
1
-6
/
+17
*
Code simplified due to change in the maximum exponent range.
vlefevre
2002-04-23
1
-63
/
+16
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Misc bug fixes and code clean-up.
vlefevre
2002-02-04
1
-1
/
+1
*
MPFR_PREC_MAX redefined.
vlefevre
2002-01-22
1
-4
/
+5
*
Better sign comparison.
vlefevre
2001-11-30
1
-1
/
+1
*
Minor change.
vlefevre
2001-11-23
1
-3
/
+1
*
mpfr_mul partially rewritten:
vlefevre
2001-11-23
1
-43
/
+121
*
removed K&R function headers
zimmerma
2001-11-16
1
-15
/
+1
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
1 -> BITS_PER_MP_LIMB
zimmerma
2001-11-16
1
-1
/
+1
*
computation of inexact flag now directly uses mpfr_round_raw
zimmerma
2001-10-12
1
-16
/
+4
*
Parameter added to mpfr_round_raw: pointer to inexact ternary value.
vlefevre
2001-09-10
1
-1
/
+1
*
fixed pb with inexact flag when 'int' and 'mp_limb_t' has different sizes
zimmerma
2001-04-05
1
-4
/
+4
*
tiny bug in inexact value determination
zimmerma
2001-03-13
1
-1
/
+1
*
mpfr_mul now returns an int
zimmerma
2001-03-13
1
-39
/
+85
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-1
/
+2
*
A few patches.
hanrot
2000-12-15
1
-5
/
+9
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
Take into account Inf, Nans ; clear the flags of the return variable
hanrot
2000-12-13
1
-0
/
+4
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-0
/
+16
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-12
/
+12
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-6
/
+6
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-7
/
+7
[next]