summaryrefslogtreecommitdiff
path: root/div_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Fixed bug in mpfr_div_ui for x=0 and u<>0 (sign of result was not set).vlefevre2007-11-211-2/+2
* div_ui.c:vlefevre2007-05-291-54/+77
* 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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-2/+1
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-1/+1
* Add Fast case for u==1pelissip2005-06-141-5/+12
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-4/+4
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Reformatted the code.vlefevre2005-05-041-86/+86
* Apply Guillaume's patch about mpfr_div_ui.pelissip2005-04-131-23/+61
* Reduce InterObject dependency by moving mul_si, div_si and si_divpelissip2005-02-221-1/+17
* Unlikely one test.pelissip2004-12-201-3/+4
* Likely / Unlikely some code.pelissip2004-12-171-29/+28
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-6/+4
* improved test coveragezimmerma2004-02-131-6/+4
* + Better support of non IEEE doubles.pelissip2004-02-061-5/+4
* Changed some error messages into assertions.vlefevre2004-01-141-4/+3
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+2
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-48/+54
* Update related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-7/+8
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+4
* added explicit castzimmerma2002-11-191-1/+1
* Added some assertions (any unsigned long must be representablevlefevre2002-04-191-0/+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
* Misc bug fixes and code clean-up.vlefevre2002-02-011-12/+10
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* removed DEBUG'szimmerma2001-11-161-18/+1
* removed old patch for GMP 2.xxzimmerma2001-11-161-9/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-7/+5
* use MPFR_RET_NAN and MPFR_RETzimmerma2001-10-261-10/+10
* rewritten to implement ternary inexact flagzimmerma2001-10-261-62/+112
* fixed stupid bug when dif < 0zimmerma2001-08-211-3/+3
* fixed bug when dividend is 0zimmerma2001-06-291-0/+6
* k2r -> ansi stylezimmerma2000-12-211-1/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-8/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-1/+19
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-11/+11
* fixed problem when x=yzimmerma2000-09-191-4/+4
* added if (__GNU_MP_VERSION < 3) for mpn_divrem_1-bug patchzimmerma2000-08-161-3/+3
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-1/+1
* swapped gmp-impl.h and longlong.h for GMP 3.0zimmerma2000-04-191-0/+5