summaryrefslogtreecommitdiff
path: root/round_p.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-123/+0
* Replacedvlefevre2010-07-301-1/+1
* 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-5/+5
* 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-11/+11
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-11/+11
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-1/+1
* 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
* round_p.c: fixed types for fprintf when WANT_ASSERT >= 2 (sincevlefevre2008-12-261-2/+2
* round_p.c: fixed types for fprintf when WANT_ASSERT >= 2.vlefevre2008-12-261-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* [rec_sqrt.c] fixed bug "bad_case1" (truncation error was forgotten, whenzimmerma2008-08-271-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* round_p.c: in comment, "round to zero" -> "round toward zero".vlefevre2007-12-191-1/+2
* 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
* No longer assume that a mp_limb_t fits in an unsigned long (thisvlefevre2005-08-241-5/+3
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-10/+10
* Clean up use of stdio.h:pelissip2005-06-081-3/+2
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Weaker conditions for return 0 in mpfr_round_p.vlefevre2005-03-301-1/+1
* Add new internal function mpfr_round_p which is a fast replacementpelissip2005-03-141-0/+124