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 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
*
now deals correctly with exact division
zimmerma
1999-06-23
1
-38
/
+22
*
added tests for n=0 and d=0
zimmerma
1999-06-17
1
-1
/
+5
*
SET_NAN(q) -> SET_NAN(Q)
zimmerma
1999-06-17
1
-3
/
+1
*
now allows destination = source
zimmerma
1999-06-16
1
-16
/
+23
*
printf -> fprintf
zimmerma
1999-06-15
1
-1
/
+1
*
error message when destination equals source (case not yet treated)
zimmerma
1999-06-15
1
-0
/
+4
*
now recognizes division by exact power of 2
zimmerma
1999-06-15
1
-0
/
+8
*
Initial revision
hanrot
1999-06-09
1
-0
/
+95