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
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-237
/
+237
*
Clean up use of stdio.h:
pelissip
2005-06-08
1
-1
/
+1
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Replace TMP_ALLOC by MPFR_TMP_ALLOC
pelissip
2005-05-18
1
-8
/
+8
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-2
/
+2
*
Updated copyright lines.
vlefevre
2005-01-28
1
-2
/
+2
*
added missing casts
zimmerma
2005-01-27
1
-5
/
+5
*
fixed bug (overlap in mpn_divrem)
zimmerma
2005-01-25
1
-2
/
+10
*
Fix bug if not gmp-impl.h (mpn_sub_nc is internal).
pelissip
2005-01-04
1
-64
/
+57
*
new version (completely rewritten)
zimmerma
2004-12-24
1
-343
/
+490
*
Rename this variable again.
pelissip
2004-09-28
1
-5
/
+5
*
Replace variable 'near' to 'the_real_near' since MSVC incorreclty
pelissip
2004-09-28
1
-5
/
+5
*
Remove some warnings.
pelissip
2004-02-24
1
-1
/
+1
*
further simplification of the code (replaced one in-place shift and copy
zimmerma
2004-02-24
1
-9
/
+46
*
simplified the code of div.c and improved coverage
zimmerma
2004-02-23
1
-159
/
+150
*
deal with overflow/underflow in mpfr_div
zimmerma
2004-02-16
1
-1
/
+13
*
Optimize add1sp, sub1sp and div.
pelissip
2004-02-16
1
-24
/
+27
*
Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead.
pelissip
2004-02-12
1
-4
/
+2
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-4
/
+2
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-63
/
+62
*
* Optimize a few div.c and mul.c.
pelissip
2003-11-17
1
-5
/
+5
*
Some minor optimizations.
pelissip
2003-11-07
1
-4
/
+4
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-1
/
+1
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-11
/
+8
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-53
/
+60
*
Change the internal format of MPFR: ZERO, INF and NAN have special values of ...
pelissip
2003-10-27
1
-4
/
+4
*
No longer perform the pre-check for exactness when first division step was
zimmerma
2003-09-15
1
-115
/
+118
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-3
/
+3
*
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
[next]