summaryrefslogtreecommitdiff
path: root/tests/tpow_z.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-2/+3
* [tests/tpow_z.c] More details for a test in case of failure.vlefevre2011-05-121-1/+11
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-3/+4
* 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
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-32/+32
* 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
* Fixed remaining printf format strings.vlefevre2009-01-141-2/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* tests/tpow_z.c: Check test for bug20080904 with the minimum possible negative...thevenyp2008-09-101-5/+7
* tests/tpow_z.c: Add a test that underflows.thevenyp2008-09-051-0/+30
* tests/tpow_z.c: fixed NaN^0 test.vlefevre2008-07-201-1/+1
* tests/tpow_z.c: test bug20080223() didn't check that the result wasn'tvlefevre2008-07-191-1/+1
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-061-1/+0
* fixed bug reported by Carl Witty (on 32-bit computers):zimmerma2008-02-241-1/+4
* added bug reported by Carl Wittyzimmerma2008-02-231-0/+21
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-181-0/+40
* Untabified and removed trailing spaces.vlefevre2007-11-241-3/+3
* use of RANDS instead of __gmp_randsthevenyp2007-11-201-10/+1
* tli2.c: fix wrong assertion in copyright moticethevenyp2007-11-191-6/+10
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-2/+9
* tpow.c, tpow_z.c: removed a printf that was left by mistake.vlefevre2007-11-041-1/+0
* tpow_z.c: added testcase for the latest mpfr_pow bug (rev 4942),vlefevre2007-11-041-0/+36
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-2/+2
* 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
* tests/tpow_z.c: various corrections.vlefevre2006-11-171-38/+50
* Fixed FSF address.vlefevre2006-03-311-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-5/+5
* Converted tabs to spaces with expand.vlefevre2005-08-181-18/+18
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace test ('p <= i') by assertion ('p > i).pelissip2005-03-291-0/+1
* fixed bug in pow_ui (and pow_z): missing factor 2 in error boundzimmerma2005-03-251-2/+1
* Forget to free x and ypelissip2005-03-251-0/+2
* Add failed regression test.pelissip2005-03-251-0/+26
* casts to allow compilation with g++zimmerma2005-01-271-2/+2