summaryrefslogtreecommitdiff
path: root/pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-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-3/+3
* 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
* Merged vlefevre branch:vlefevre2008-08-111-44/+50
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-11/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-15/+16
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-181-6/+6
* pow_ui.c: fixed an assertion.vlefevre2007-12-181-1/+1
* removed manual change to __gmpfr_emin outside the allowed rangezimmerma2007-11-301-1/+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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-2/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add ceil(log2(size)) bits to initial precision to avoidpelissip2005-03-301-1/+3
* Reformatted code (GNU style, untabify...).vlefevre2005-03-291-60/+63
* Replace test ('p <= i') by assertion ('p > i).pelissip2005-03-291-4/+5
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-1/+9
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean up code.pelissip2005-02-141-28/+36
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-3/+4
* Updated copyright lines.vlefevre2005-01-281-1/+1
* Fix overflows problems.pelissip2005-01-241-44/+46
* Remove mpfr_save_emin_emax and mpfr_restore_emin_emaxpelissip2004-11-181-2/+2
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-2/+3
* Optimize the code:pelissip2004-11-161-36/+39
* Improve coverage tests.pelissip2004-02-231-6/+14
* improved coverage testzimmerma2004-02-141-3/+3
* Add forgotten copyright 2004 line.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+3
* Merged the mpfr-2-0-2-branch pow_ui.c changes to the trunk.vlefevre2003-11-041-18/+19
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-32/+39
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-6/+19
* Added exponent range support.vlefevre2003-09-301-7/+7
* #include "gmp-impl.h" added.vlefevre2003-05-211-1/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-041-13/+10