summaryrefslogtreecommitdiff
path: root/cache.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
* [cache.c] fixed bug with directed roundingzimmerma2009-10-301-7/+19
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-2/+2
* [cache.c] improved comment for mpfr_init_cachezimmerma2009-03-061-1/+2
* untabifyvlefevre2009-03-061-1/+1
* [mpfr-impl.h,cache.c] commented out mpfr_init_cachezimmerma2009-03-051-0/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-7/+7
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-1/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-1/+1
* Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-201-1/+0
* Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-201-0/+1
* 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
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Added a MPFR_UNLIKELY.vlefevre2005-11-091-1/+1
* Merged the changes from branch vlefevre:vlefevre2005-11-021-41/+45
* Converted tabs to spaces with expand.vlefevre2005-08-181-28/+28
* Improve efficiency of initial call to mpfr_cache.pelissip2005-06-131-10/+10
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add ZivLoop controller for constantes.pelissip2005-02-141-1/+6
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-5/+0
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Optimize mpfr_set4.pelissip2004-12-091-3/+11
* Likely a test (since cache should always work fine).pelissip2004-07-061-1/+1
* Fix a bug (Use nextbeloz instead of sub_one_ulp).pelissip2004-04-271-5/+6
* Add preliminary generic code to handle cached const.pelissip2004-04-211-0/+112