summaryrefslogtreecommitdiff
path: root/div.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* div.c: removed the bad use of MPFR_LIMB_ZERO.vlefevre2006-04-061-2/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* div.c: fixed a bug and no longer use mpn_sub_nc.vlefevre2006-03-241-1/+2
* Some clean-up in div.c; do not steal GMP's namespace (could lead tovlefevre2006-03-241-22/+29
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* fixed efficiency bug for small divisor (division had same cost than forzimmerma2005-11-241-9/+8
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-5/+5
* Converted tabs to spaces with expand.vlefevre2005-08-181-237/+237
* Clean up use of stdio.h:pelissip2005-06-081-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-8/+8
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Updated copyright lines.vlefevre2005-01-281-2/+2
* added missing castszimmerma2005-01-271-5/+5
* fixed bug (overlap in mpn_divrem)zimmerma2005-01-251-2/+10
* Fix bug if not gmp-impl.h (mpn_sub_nc is internal).pelissip2005-01-041-64/+57
* new version (completely rewritten)zimmerma2004-12-241-343/+490
* Rename this variable again.pelissip2004-09-281-5/+5
* Replace variable 'near' to 'the_real_near' since MSVC incorrecltypelissip2004-09-281-5/+5
* Remove some warnings.pelissip2004-02-241-1/+1
* further simplification of the code (replaced one in-place shift and copyzimmerma2004-02-241-9/+46
* simplified the code of div.c and improved coveragezimmerma2004-02-231-159/+150
* deal with overflow/underflow in mpfr_divzimmerma2004-02-161-1/+13
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-24/+27
* Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead.pelissip2004-02-121-4/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* + Optimize a few div.cpelissip2003-12-151-63/+62
* * Optimize a few div.c and mul.c.pelissip2003-11-171-5/+5
* Some minor optimizations.pelissip2003-11-071-4/+4
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-11/+8
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-53/+60
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-4/+4
* No longer perform the pre-check for exactness when first division step waszimmerma2003-09-151-115/+118
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* added explicit castzimmerma2002-11-191-2/+2
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Comments were incorrect.vlefevre2002-01-161-2/+2
* Special cases.vlefevre2002-01-141-36/+32
* Ajoute retours chariots dans div.c, etc.hanrot2001-11-161-78/+48
* if () remplace par if ( ==0) ou if ( != 0)hanrot2001-11-161-7/+7
* return -> MPFR_RET, patch d'un leak dans inp_str.chanrot2001-11-161-7/+8