summaryrefslogtreecommitdiff
path: root/exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-13/+13
* Converted tabs to spaces with expand.vlefevre2005-08-181-32/+32
* Change the address of the FSF.pelissip2005-06-021-2/+2
* improved const_euler and eintzimmerma2005-05-041-7/+5
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean uppelissip2005-02-141-21/+24
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+3
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-6/+6
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-1/+2
* Fix overflow and add corresponding tests.pelissip2004-05-061-91/+93
* Optimize it a bit.pelissip2004-05-061-26/+15
* improved test coveragezimmerma2004-02-121-8/+8
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-11/+9
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-24/+24
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-13/+16
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-1/+1
* mpfr_isinteger -> mpfr_integer_pzimmerma2003-02-131-1/+1
* fixed pb for underflow and rounding to nearestzimmerma2003-01-071-2/+9
* Added assertions that can be resolved at compile time: the exponentsvlefevre2003-01-071-1/+4
* Bug fix: __mpfr_emax -> __gmpfr_emax.vlefevre2003-01-061-1/+1
* fixed infinite loop for 2^integerzimmerma2003-01-061-4/+17
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-5/+5
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* previous fix was completely wrongzimmerma2002-03-271-1/+1
* added check for underflowzimmerma2002-03-271-16/+22
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-16/+11
* removed K&R function headerszimmerma2001-11-161-7/+0
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* remove the proto, remove math.hdaney2001-11-161-5/+2
* removed mpfr_exp2_si (not used)zimmerma2001-11-161-21/+0
* err => long intdaney2001-10-261-2/+2
* ajout du flag inexactdaney2001-10-181-2/+4
* actualisation de exp2.cdaney2001-10-171-4/+0
* actualisation de exp2daney2001-10-171-67/+87
* implement ternary inexact flagzimmerma2001-10-151-33/+31
* add functiondaney2001-04-051-375/+75
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-7/+9
* changed c from mp_limb_t into unsigned long in mpfr_exp2_aux2zimmerma2000-12-221-10/+16
* k2r -> ansi stylezimmerma2000-12-211-7/+30
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-9/+14
* _mp_d -> PTRzimmerma2000-12-151-1/+1
* Patches for compiler warnings.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* we need m >= 2 in mpfr_exp2_aux2zimmerma2000-12-121-0/+2
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-2/+0