summaryrefslogtreecommitdiff
path: root/exp_2.c
Commit message (Expand)AuthorAgeFilesLines
* exp_2.c: fixed other log messages.vlefevre2008-08-141-3/+3
* exp_2.c: fixed a log message (the format didn't correspond to the types)vlefevre2008-08-141-1/+2
* [exp_2.c] fixed case where cancel is negative, added comments and improvedzimmerma2008-08-021-5/+19
* exp_2.c: MPFR_EXP -> MPFR_GET_EXP.vlefevre2008-08-011-1/+2
* [exp_2.c] fixed bug20080731zimmerma2008-08-011-6/+10
* exp.c, exp_2.c: fixed the overflow/underflow detection. The underflow_upvlefevre2008-07-311-22/+4
* Added logging support to mpfr_exp_2 (exp_2.c).vlefevre2008-07-311-0/+3
* exp_2.c: GNU style.vlefevre2008-07-291-46/+48
* exp_2.c: solved the assertion failure by detecting a zero due to avlefevre2008-07-261-59/+66
* exp_2.c: added another assertion, that is checked independently ofvlefevre2008-07-261-0/+1
* exp_2.c: added an assertion (more explicit than a similar assertionvlefevre2008-07-261-0/+2
* the O(l^{1/2}) method to evaluate power series is due to zimmerma2008-06-101-5/+5
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-4/+5
* fixed underflow problemzimmerma2007-11-301-7/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* 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
* replaced double by mpfr_t (problem on 64-bit machines)zimmerma2006-11-191-5/+9
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-37/+37
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove variable t which wasn't used!pelissip2005-05-201-6/+1
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-12/+12
* Detect/avoid potential integer overflows.vlefevre2005-05-121-33/+39
* Fix bug when exp(x) is near the limit of an overflow or anpelissip2005-05-111-4/+28
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Fix bug due to wrong estimation of (get_d (x) / LOG2).pelissip2005-03-041-1/+1
* Transform DEBUG message to LOG message.pelissip2005-03-041-17/+13
* Tune mpfr_exp_2 now!pelissip2005-03-041-5/+2
* Add log for other functions.pelissip2005-02-101-2/+5
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Optimize mpfr_exp2 by inlining some code, and by avoiding usingpelissip2005-01-041-62/+67
* Try to retype correctly the functions (replace int by the correct type).pelissip2004-08-241-64/+84
* Move __gmpfr_isqrt and __gmpfr_cuberoot to another file.pelissip2004-08-231-138/+95
* Add some likely, and use a static table instead of a dynamic one.pelissip2004-06-281-0/+3
* Fix overflow problems.pelissip2004-05-061-0/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-7/+7
* Changed some error messages into assertions.vlefevre2004-01-141-12/+11
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-4/+4
* change in can_round calls to get correct inexact flag for rounding to nearestzimmerma2003-10-131-1/+2
* mpfr_round_prec is now obsoletezimmerma2003-09-191-1/+1
* fixed bug in mpfr_exp2_aux2 (spe175.testdrive.hp.com)zimmerma2003-06-191-17/+3
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-53/+72
* fixed pb with count_leading_zeros (n=0)zimmerma2003-04-011-1/+4
* fixed bug found by Frankyzimmerma2003-04-011-36/+51
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-5/+5