summaryrefslogtreecommitdiff
path: root/round_prec.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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-4/+4
* Converted tabs to spaces with expand.vlefevre2005-08-181-3/+3
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-9/+9
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-2/+4
* Remove a FIXME.pelissip2005-03-141-1/+0
* Likely a test.pelissip2005-02-181-2/+1
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+3
* Fix a bug (If x = Nan, the new new precision wasn't set).pelissip2004-04-211-0/+1
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-4/+4
* Remove some warnings.pelissip2004-02-241-2/+2
* improved coverage testzimmerma2004-02-141-0/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* + Optimize a few div.cpelissip2003-12-151-18/+15
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-2/+2
* * Optimize a few div.c and mul.c.pelissip2003-11-171-130/+24
* Optimize mpfr_prec_round.pelissip2003-11-051-5/+5
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-5/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-36/+43
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-6/+7
* fixed comment of mpfr_round_raw_genericzimmerma2003-10-061-3/+3
* mpfr_round_prec is now obsoletezimmerma2003-09-191-2/+2
* Fixed a bug in mpfr_can_round_raw and added other mpfr_can_roundvlefevre2003-09-151-0/+6
* Added a test to tests/tcan_round.c and assertions to round_prec.c.vlefevre2003-09-151-4/+5
* can_round returns 0 for NaN/Infzimmerma2003-07-011-1/+1
* fixed Uninitialized memory read in mpfr_can_roundzimmerma2003-07-011-4/+6
* (mpfr_round_prec): Bug fixed (case zero wasn't taken into account)vlefevre2003-05-261-4/+5
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* 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-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Added comment for mpfr_round_raw_generic (about using 1-bit precision).vlefevre2002-04-101-11/+16
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_round -> mpfr_round_prec.vlefevre2002-01-251-0/+318