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
/
div.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added explicit cast
zimmerma
2002-11-19
1
-2
/
+2
*
MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
vlefevre
2002-06-26
1
-2
/
+2
*
Copyright line updated.
vlefevre
2002-05-14
1
-1
/
+1
*
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
*
Comments were incorrect.
vlefevre
2002-01-16
1
-2
/
+2
*
Special cases.
vlefevre
2002-01-14
1
-36
/
+32
*
Ajoute retours chariots dans div.c, etc.
hanrot
2001-11-16
1
-78
/
+48
*
if () remplace par if ( ==0) ou if ( != 0)
hanrot
2001-11-16
1
-7
/
+7
*
return -> MPFR_RET, patch d'un leak dans inp_str.c
hanrot
2001-11-16
1
-7
/
+8
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
added year 2001 in copyright line
zimmerma
2001-11-16
1
-9
/
+1
*
1 -> BITS_PER_MP_LIMB
zimmerma
2001-11-16
1
-9
/
+10
*
removed MPFR_DEBUG_LEVEL definition
zimmerma
2001-10-26
1
-1
/
+0
*
Clearing high part of rem2.
hanrot
2001-10-26
1
-0
/
+4
*
Patch for bits shifted out when the high word of the quotient is nonzero.
hanrot
2001-10-26
1
-5
/
+17
*
Patch for the computation of the u_lo + r part of the remainder when u_lo = 0.
hanrot
2001-10-26
1
-6
/
+9
*
Patch for even rounding.
hanrot
2001-10-25
1
-6
/
+2
*
La division nouvelle est arrivee.
hanrot
2001-10-25
1
-212
/
+288
*
Bug fixed (char -> int).
vlefevre
2001-10-21
1
-2
/
+2
*
*** empty log message ***
hanrot
2001-10-18
1
-1
/
+1
*
New division in div.c, old one renamed in mpfr_div2. Remains to implement
hanrot
2001-10-17
1
-158
/
+244
*
Parameter added to mpfr_round_raw: pointer to inexact ternary value.
vlefevre
2001-09-10
1
-1
/
+1
*
k2r -> ansi style
zimmerma
2000-12-21
1
-16
/
+17
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-6
/
+5
*
_mp_d -> MPFR_MANT
zimmerma
2000-12-15
1
-2
/
+2
*
Yet another patch for include files.
hanrot
2000-12-15
1
-1
/
+1
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
fixed pb with mp_ptr vs mp_srcptr
zimmerma
2000-12-13
1
-1
/
+1
*
in case the destination precision is less than that of the operands,
zimmerma
2000-12-07
1
-3
/
+10
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-8
/
+36
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-20
/
+20
*
replaced mpn_divrem by mpn_tdiv_qr for gmp 3 or later
zimmerma
2000-08-29
1
-4
/
+11
*
fixed (hopefully) bug for 1/1 in precision 32, 64, ...
zimmerma
2000-07-12
1
-7
/
+15
*
Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact results
hanrot
2000-06-19
1
-4
/
+13
*
fixed bug occurring on LinuxPPC (1 << 32)
zimmerma
2000-06-16
1
-9
/
+8
*
removed printf
zimmerma
2000-05-29
1
-2
/
+1
*
removed mpn_divrem_n stuff, now that Burnikel/Ziegler algorithm is in GMP 3.0
zimmerma
2000-05-05
1
-3
/
+1
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-3
/
+11
*
use mpn_divrem_n (Burnikel-Ziegler algorithm) instead of mpn_divrem
zimmerma
2000-02-01
1
-2
/
+4
*
replaced implementation using Goldschmidt's algorithm
zimmerma
1999-10-07
1
-97
/
+210
*
added copyright notice
zimmerma
1999-07-30
1
-0
/
+21
*
Patch when prec < 32.
hanrot
1999-07-01
1
-3
/
+2
*
Patch of an MLK due to multiple initialization of the same variables without
hanrot
1999-07-01
1
-3
/
+4
*
Same as in sqrt (allocation problem).
hanrot
1999-07-01
1
-13
/
+14
*
Prototypes et quelques causes de warnings corriges.
hanrot
1999-06-25
1
-3
/
+11
*
added some mpfr_clear's that were missing
zimmerma
1999-06-24
1
-0
/
+2
*
removed 3rd argument from mpfr_set_prec
zimmerma
1999-06-24
1
-3
/
+3
[next]