summaryrefslogtreecommitdiff
path: root/set_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Add macro version for small functions:pelissip2004-11-151-0/+1
* 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-1/+1
* Optimization of mpfr_mul.pelissip2003-11-191-4/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-3/+8
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-4/+4
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-5/+4
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+5
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-1/+1
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-1/+1
* 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
* Use MPFR_SET_POS.vlefevre2001-11-291-3/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-42/+36
* Comment added.vlefevre2001-10-191-1/+1
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-29/+40
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-2/+2
* Bugs fixed (wrong types).vlefevre2001-08-101-1/+3
* fixed bug for mpfr_set_ui (x, 0) [was giving -0]daney2001-04-051-16/+20
* added cast to "unsigned long" for ai = ABS(i)zimmerma2001-02-151-0/+68