summaryrefslogtreecommitdiff
path: root/exp2.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-146/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* 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
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-9/+9
* 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
* exp2.c: removed incorrect comment (the overflow test was OK due to thevlefevre2007-12-271-3/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-2/+4
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* exp2.c: use MPFR_SMALL_INPUT_AFTER_SAVE_EXPO instead ofvlefevre2007-06-211-9/+6
* MPFR_RET (mpfr_check_range (...)) -> return mpfr_check_range (...)vlefevre2007-05-281-2/+2
* fixed direction of rounding for MPFR_FAST_COMPUTE_IF_SMALL_INPUTzimmerma2007-05-281-3/+5
* added call to MPFR_FAST_COMPUTE_IF_SMALL_INPUT in exp2zimmerma2007-05-281-1/+8
* 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
* Added an assertion for mpfr_exp2 and a test.vlefevre2006-08-191-0/+2
* In mpfr_exp2, the overflow flag was not set if mpfr_exp2 overflowedvlefevre2006-08-161-1/+3
* The latest mpfr_exp2 fix contained a bug. Partially rewrote mpfr_exp2vlefevre2006-08-151-18/+21
* Better fix for exp2 exponent range bug.vlefevre2006-08-151-44/+40
* Fixed bug in mpfr_exp2 when the argument is an integer and emin > 1.vlefevre2006-08-151-3/+8
* 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
* 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