summaryrefslogtreecommitdiff
path: root/div.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-676/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-10/+10
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-10/+10
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-12/+12
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* div.c: fixed types for fprintf when DEBUG and/or DEBUG2 is defined.vlefevre2008-12-261-6/+10
* div.c: fixed #ifdef.vlefevre2008-12-261-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* div.c: fixed underflow bug that occurs in rounding to nearest whenvlefevre2008-08-121-1/+1
* div.c: added logging support.vlefevre2008-08-121-1/+5
* div.c: avoid hiding variable declaration (detected by icc).vlefevre2008-08-071-1/+3
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Fixed bug in div.c: rnd_mode could be modified (MPFR_INVERT_RND), butvlefevre2007-06-281-22/+22
* div.c: GNU coding style.vlefevre2007-06-041-32/+35
* tdiv.c: added missing mpfr_clear's, and spaces before function callszimmerma2007-06-041-13/+31
* 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