summaryrefslogtreecommitdiff
path: root/round_raw_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* 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-8/+8
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-8/+8
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-16/+16
* 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
* 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-9/+9
* Converted tabs to spaces with expand.vlefevre2005-08-181-98/+98
* Change the address of the FSF.pelissip2005-06-021-2/+2
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-20/+39
* Likely some tests.pelissip2004-07-161-2/+2
* Optimize mpfr_round_raw_?pelissip2004-02-251-25/+17
* Remove some warnings.pelissip2004-02-241-3/+3
* improved again documentationzimmerma2004-02-171-1/+2
* improved documentation of *inexpzimmerma2004-02-171-1/+1
* Add 2004 in copyright line.pelissip2004-02-171-1/+1
* added comment about return valuezimmerma2004-02-171-5/+7
* + Optimize a few div.cpelissip2003-12-151-2/+2
* Optimize round_raw_generic by reducing the number of redundant tests.pelissip2003-11-181-49/+126
* * Optimize a few div.c and mul.c.pelissip2003-11-171-0/+168