summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* [src/round_prec.c] updated specification of mpfr_can_round with rnd2 = RNDFzimmerma2016-09-021-1/+5
* [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-4/+1
* merged changed from trunk withzimmerma2016-06-231-7/+0
|\
| * Also reverse-merge r9958, r9961 and r9962 (due to the previous ones).vlefevre2016-05-231-7/+0
* | more work on branch faithfulzimmerma2016-06-221-1/+5
|/
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-6/+6
* Added bad_cases tests for mpfr_pow_ui and mpfr_pow_si.vlefevre2016-02-151-0/+40
* more work on gamma_inc (only remains the case a=0 and x>0 to implement)zimmerma2016-02-051-1/+1
* reduce MPFR_EMAX_DEFAULT by 2, and modify some tests cases assumingzimmerma2016-02-051-0/+7
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-3/+3
* MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754zimmerma2016-02-041-2/+2
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-5/+5
* [tests/tpow.c] Removed comment that can now be confusing: try_mpfr.htmlvlefevre2014-04-221-5/+0
* [tests/tpow.c] Added a test corresponding to buggy output onvlefevre2014-04-221-0/+36
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-8/+14
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/tpow.c] Added testcase bug20110320.vlefevre2011-03-211-0/+31
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added support for the division-by-zero exception for the power functionsvlefevre2011-01-161-5/+155
* [tests/tpow.c] Avoid warnings if mpfr_exp_t < long.vlefevre2010-11-101-4/+4
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-2/+2
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-11/+11
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* tpow.c: added an overflow test.vlefevre2009-10-211-35/+43
* tpow.c: added an overflow test in RNDZ.vlefevre2009-10-211-5/+28
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-10/+10
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-2/+2
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-208/+208
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-1/+1
* Added missing void's.vlefevre2009-01-201-2/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* Fixed remaining printf format strings.vlefevre2009-01-141-1/+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.c: updated comment for bug20080820().vlefevre2008-08-201-1/+1
* tests/tpow.c: added testcase for bug mentioned in r5552.vlefevre2008-08-201-0/+37
* tests/tpow.c: completed test bug20080721.vlefevre2008-07-211-10/+36