summaryrefslogtreecommitdiff
path: root/round_prec.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-240/+0
* Replacedvlefevre2010-07-301-1/+1
* [round_prec.c] Applied a patch from Patrick PĂ©lissier (withvlefevre2010-06-281-7/+16
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-9/+9
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-9/+9
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-9/+9
* [mpfr.texi] added note about mpfr_can_roundzimmerma2009-09-291-8/+11
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-3/+3
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-4/+4
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-4/+4
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* round_prec.c: avoid hiding variable declaration (detected by icc).vlefevre2008-08-071-2/+2
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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