summaryrefslogtreecommitdiff
path: root/tests/tgmpop.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-4/+4
* 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
* [tests/tgmpop.c] Coding style.vlefevre2018-04-261-6/+6
* [tests/tgmpop.c] For mpfr_cmp_q, improved the test where x is NaN byvlefevre2018-04-261-4/+27
* Removed trailing whitespace.vlefevre2018-03-291-3/+3
* [src/gmp_op.c] fixed bug in mpfr_cmp_q for den(q)=0zimmerma2018-03-281-0/+49
* Fixed spelling mistakes found by codespell 1.11.0.vlefevre2018-03-081-2/+2
* [src/gmp_op.c] removed dead codezimmerma2018-02-201-0/+39
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-061-3/+5
* [tests] Solve issues with the incorrect use of mpfr_sgn, and make surevlefevre2017-09-151-3/+3
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-141-4/+5
* 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-3/+3
* more work on branch faithfulzimmerma2016-06-221-5/+5
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-54/+48
* [tests] Fixed typo in error messages.vlefevre2016-04-071-1/+1
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-18/+18
* 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
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-12/+12
* [tests] Various fixes for r8753.vlefevre2014-01-171-3/+7
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-1/+8
* 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
* [tests/tgmpop.c] Improved division-by-zero tests.vlefevre2011-09-241-52/+72
* [tests/tgmpop.c] check for erange flag in mpfr_cmp_[f,q,z]zimmerma2011-09-191-2/+44
* Fixed printf's calls: support the case where mpfr_prec_t is not a longvlefevre2011-05-121-1/+2
* Removed trailing spaces.vlefevre2011-03-091-1/+1
* Remove the use of mpfr_get_default_prec in some coverage testdemengeo2011-02-211-4/+2
* fixed coding convention of 2 tests functionsdemengeo2011-02-211-33/+37
* Extend test coverage to 100% on mpfr_z_sub and mpfr_mul_q functiondemengeo2011-02-181-9/+58
* Added mpfr_z_sub (function/test/doc)demengeo2011-02-091-0/+154
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tgmpop.c] in case of error, print mpz_t in decimal instead of binaryzimmerma2010-10-191-1/+1
* [tests/tgmpop.c] Added overflow tests for mpfr_add_q / mpfr_sub_q.vlefevre2010-08-231-0/+71
* [src/gmp_op.c] Extend the exponent range in mpfr_add_q / mpfr_sub_qvlefevre2010-08-231-2/+24
* [src/gmp_op.c] Fixed the Inf +/- Inf cases for mpfr_add_q / mpfr_sub_q.vlefevre2010-08-191-0/+22
* [tests/tgmpop.c] Fix rounding mode in overflow teststhevenyp2010-08-191-12/+4
* [src/gmp_op.c] The function mpfr_cmp_z could fail in a reducedvlefevre2010-08-191-0/+5
* [src/gmp_op.c] The functions mpfr_mul_z, mpfr_div_z, mpfr_add_z andvlefevre2010-08-191-0/+63