summaryrefslogtreecommitdiff
path: root/pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Copyright notice update: added 2006.vlefevre2006-01-101-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
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* add pow_ui.c file (initially in pow.c)daney2001-11-081-0/+114