summaryrefslogtreecommitdiff
path: root/ui_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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-24/+24
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Reduce InterObject dependency by moving mul_si, div_si and si_divpelissip2005-02-221-1/+17
* Minor modifications.pelissip2004-07-061-3/+3
* new coverage testszimmerma2004-02-141-3/+3
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Changed some error messages into assertions.vlefevre2004-01-141-3/+2
* Remove one warning in mpf_compat.hpelissip2003-12-191-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+2
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-28/+34
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-3/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+2
* Copyright line updated.vlefevre2002-05-141-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
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* implemented ternary flag in mpfr_ui_divzimmerma2001-10-261-16/+27
* k2r -> ansi stylezimmerma2000-12-211-1/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-10/+4
* adapted to NaN/Infzimmerma2000-12-151-9/+16
* _mp_d -> MPFR_MANTzimmerma2000-12-151-1/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-1/+12
* forgot TMP_MARK(marker)zimmerma2000-12-121-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-2/+2
* new functions (compatibility with mpf)zimmerma2000-05-241-0/+57