summaryrefslogtreecommitdiff
path: root/mul_ui.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-2/+1
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-30/+30
* Fix bug in mul_ui (always alloc buffer instead of trying to reuse it).pelissip2005-06-141-2/+1
* Add Fast case for u==1pelissip2005-06-141-1/+3
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Reduce InterObject dependency by moving mul_si, div_si and si_divpelissip2005-02-221-46/+51
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-1/+1
* Likely some tests / Other minor optimisations.pelissip2004-07-061-6/+6
* improved coverage testzimmerma2004-02-141-3/+2
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-27/+36
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+4
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* 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-041-1/+1
* Fix (Kevin Ryde).vlefevre2002-01-221-2/+9
* Overflow support.vlefevre2001-11-251-38/+38
* ASSERT_ALWAYS -> MPFR_ASSERTNzimmerma2001-11-161-1/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-3/+1
* completely rewrittenzimmerma2001-10-121-82/+46
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-1/+1
* another fix (final copy when xsize > ysize was wrong)zimmerma2001-08-291-9/+24
* another fix (previous one was incomplete)zimmerma2001-08-281-9/+12
* was completely wrong for ysize > xsizezimmerma2001-08-271-5/+4
* fixed pb: sh becomes "negative"zimmerma2001-08-231-15/+19
* Patch for the case b = 0 or c = 0.hanrot2001-05-311-0/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-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
* Bug fixed concerning the flags.vlefevre2000-12-141-0/+8
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-1/+3
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-0/+11
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-11/+11
* Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact resultshanrot2000-06-191-3/+4
* replaced 1st my by my+sh in mpfr_round_raw callzimmerma2000-04-131-3/+7