summaryrefslogtreecommitdiff
path: root/tests/tset.c
Commit message (Expand)AuthorAgeFilesLines
* [tests] Ignore GCC's -Wc++-compat in the tests that are invalid in C++vlefevre2021-03-081-0/+7
* [tests] In C++, do not cast to "void *" in the tests of macros.vlefevre2021-03-061-2/+2
* [tests/tset.c] Added tests of the mpfr_set macro.vlefevre2021-03-061-22/+32
* [tests] Use RND_LOOP.vlefevre2021-01-311-1/+1
* 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
* [src/set.c] fixed double-rounding bug in mpfr_set_1_2zimmerma2018-12-141-0/+63
* [tests/tset.c] added a test of test_set_1_2(), which currently failszimmerma2018-12-141-0/+26
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [tests/tset.c] For mpfr_neg on NaN, also check that the variable isvlefevre2017-11-101-4/+13
* [tests/tset.c] More NaN tests for mpfr_set.vlefevre2017-11-101-5/+47
* [tests/tset.c] More tests of the NaN flag and the sign bit for mpfr_negvlefevre2017-11-101-9/+29
* [tests/tset.c] The global variable "error" is better as static.vlefevre2017-11-101-1/+1
* [tests/tset.c] For mpfr_neg on NaN, check that the sign bit is flippedvlefevre2017-11-101-4/+7
* [tests/tset.c] In the mpfr_neg test on the sign of NaN:vlefevre2017-11-091-3/+6
* fixed bug reported by Trevor Spiterizimmerma2017-11-091-1/+10
* [tests] Solve issues with the incorrect use of mpfr_sgn, and make surevlefevre2017-09-151-8/+8
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* C++ compatibility.vlefevre2016-06-251-1/+2
* start implementing RNDF (work in progress)zimmerma2016-05-281-2/+5
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* 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
* [tests/tset.c] More mpfr_set_inf tests.vlefevre2015-01-211-2/+11
* [tests/tset.c] More mpfr_set_zero tests.vlefevre2015-01-211-2/+11
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-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/tset.c] Test the mpfr_set function too (patch by Patrick).vlefevre2012-06-261-0/+11
* [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
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/tset.c] Tests didn't fail in case of error from PRINT_ERROR_IF.vlefevre2011-01-141-2/+10
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-0/+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
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tset.c] removed unused variableszimmerma2009-08-261-2/+0
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* tests/tset.c: With revision 6339, some tests were moved and added in the func...thevenyp2009-07-301-0/+1
* Makefile.am mpfr.h mpfr.texi set_zero.c: New function mpfr_set_zero.thevenyp2009-07-201-51/+98
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-18/+18
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Added missing void's.vlefevre2009-01-201-1/+1