summaryrefslogtreecommitdiff
path: root/tests/tpow.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tpow.c] Replaced mpfr_cmp_ui by versions that can detect NaN.vlefevre2021-02-091-23/+23
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-0/+3
* added mpfr_pown (alias for mpfr_pow_si)zimmerma2021-02-091-0/+105
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-28/+28
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tpow.c] Replaced mpfr_cmp by !mpfr_equal_p for NaN detection.vlefevre2020-03-011-3/+3
* [tests/tpow.c] added one testzimmerma2020-02-291-0/+16
* [tests/tpow.c] added a testzimmerma2020-02-281-0/+31
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-2/+2
* [tests/tpow.c] Fixed a test:vlefevre2018-04-061-2/+3
* [tests/tpow.c] More tests for (-2)^(2^i + 1), not just with i = 256.vlefevre2018-04-061-13/+49
* [tests/tpow.c] modified a test for better coveragezimmerma2018-04-061-3/+5
* [tests/tpow.c] Corrected a comment (again).vlefevre2018-04-061-1/+1
* [tests/tpow.c] Corrected a comment.vlefevre2018-04-061-1/+1
* [src/pow.c] removed some dead code (with comment explaining why)zimmerma2018-04-041-0/+13
* [src/pow.c] simplify code for prec=1zimmerma2018-04-041-12/+51
* [tests/tpow.c] restrict a test to 64-bit exponentzimmerma2018-03-301-0/+2
* [src/pow.c] added commentzimmerma2018-03-291-0/+23
* [tests] Removed some useless #include's, in particular all thevlefevre2018-03-231-3/+0
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Disable the "deprecated" attribute of deprecated functions *only* forvlefevre2017-12-051-0/+1
* 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