summaryrefslogtreecommitdiff
path: root/tests/tpow_all.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* 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
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests] Code simplification and improvement by using SAME_VAL().vlefevre2017-05-291-4/+1
* Merged the latest changes from the trunk.vlefevre2017-05-291-3/+3
|\
| * Do not define macro names starting with "SIG" (+ uppercase letter)vlefevre2017-05-151-2/+2
| * Increase the buffer sizes even more, and added a comment. This mayvlefevre2017-05-091-1/+1
| * fixed bugs found by gcc 7.1.0 (-Werror=format-overflow=)zimmerma2017-05-091-1/+1
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-20/+5
* | more work on branch faithfulzimmerma2016-06-221-0/+15
|/
* Replacedvlefevre2016-02-041-1/+1
* in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y)zimmerma2016-01-141-2/+0
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tpow_all.c] Better flags output in error message.vlefevre2015-06-051-3/+6
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use of the numberof macro.vlefevre2014-01-231-1/+1
* 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
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-2/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-191-4/+5
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-4/+4
* 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-23/+23
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-3/+0
* printf.c tests/tpow_all.c: <string.h> is not automatically included when comp...thevenyp2009-05-051-0/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-51/+51
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-7/+7
* added round to away (still experimental)zimmerma2009-02-261-5/+11
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* [tests] changes to make compilation work with g++ (only fixed errors,zimmerma2008-11-201-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* tests/tpow_all.c: added test of mpfr_rec_sqrt (only with MPFR 2.4.0+).vlefevre2008-08-211-0/+17
* tests/tpow_all.c: removed useless parentheses.vlefevre2008-08-211-1/+1
* tests/tpow_all.c:vlefevre2008-08-201-2/+33
* tests/tpow_all.c: added an underflow test of x^y with y integer < 0.vlefevre2008-08-201-0/+47
* tests/tpow_all.c: fixed mpfr_clear in overflow_inv.vlefevre2008-08-201-1/+2
* tests/tpow_all.c: more detailed error messages.vlefevre2008-08-201-5/+8
* tests/tpow_all.c: improved overflow_inv tests to trigger a bugvlefevre2008-08-201-48/+58