summaryrefslogtreecommitdiff
path: root/const_log2.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-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-2/+2
* Converted tabs to spaces with expand.vlefevre2005-08-181-37/+37
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add logging.pelissip2005-02-221-0/+2
* Add ZivLoop controller for constantes.pelissip2005-02-141-4/+2
* Remove malloc/free.pelissip2005-02-141-17/+15
* further efficiency improvement (avoid mpz_init/mpz_clear)zimmerma2005-02-141-42/+52
* new faster algorithm for log(2)zimmerma2005-02-121-124/+130
* Clean up const_log2 code.pelissip2005-02-111-32/+31
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-1/+11
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Remove _MPFR_PROTO for static functions.pelissip2005-01-041-3/+2
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-3/+3
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-3/+3
* Fix a critical bug in case of overflow.pelissip2004-05-051-2/+5
* Add preliminary generic code to handle cached const.pelissip2004-04-211-27/+1
* improved coverage testzimmerma2004-02-131-3/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Changed some error messages into assertions.vlefevre2004-01-141-2/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-2/+2
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-211-43/+43
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-10/+16
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-011-8/+8
* Modify 'r' arg of GENERIC from int to long (min 32 bits).pelissip2003-09-251-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-8/+8
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-2/+2
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Types fixed in const_log2.c (this fixes the tconst_log2 crash).vlefevre2002-04-121-5/+6
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-6/+6
* Functions (constants) renamed.vlefevre2001-12-061-0/+186