summaryrefslogtreecommitdiff
path: root/tests/trint.c
Commit message (Expand)AuthorAgeFilesLines
* [tests] Use RND_LOOP.vlefevre2021-01-311-2/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+1
* [tests/trint.c] Replaced obsolete mpfr_cmp_abs by mpfr_cmpabs.vlefevre2020-02-121-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-1/+1
* [tests/trint.c] Fixed C++ compatibility issue (arithmetic on enum)vlefevre2019-01-241-4/+4
* 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-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Removed trailing whietespace.vlefevre2017-12-051-2/+2
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-041-0/+4
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-141-4/+3
* 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/+1
* more work on branch faithfulzimmerma2016-06-221-2/+4
* start implementing RNDF (work in progress)zimmerma2016-05-281-3/+3
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-5/+5
* [tests/trint.c] Do the significand parity test only for precision > 1.vlefevre2016-02-051-11/+15
* MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754zimmerma2016-02-041-10/+14
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Added mpfr_rint_roundeven and mpfr_roundeven functions, withvlefevre2015-07-201-23/+54
* [tests/trint.c] Corrected the description (copy-paste error in r9473).vlefevre2015-06-031-1/+1
* [tests/trint.c] Extend basic_tests from [56,72] to [1,72] since i < 4vlefevre2015-06-031-2/+2
* [tests/trint.c] Also run BASIC_TEST in reduced exponent rangevlefevre2015-06-031-32/+48
* [tests/trint.c] Also run BASIC_TEST2 in reduced exponent rangevlefevre2015-06-031-27/+50
* [tests/trint.c] In the basic tests, test the flags.vlefevre2015-06-011-2/+22
* [tests/trint.c] Corrections for r9476 and r9477.vlefevre2015-05-311-43/+44
* [tests/trint.c] Added basic tests of the mpfr_{trunc,floor,ceil,round}vlefevre2015-05-291-1/+40
* [tests/trint.c] Added basic tests of the mpfr_rint_* functions.vlefevre2015-05-291-0/+52
* [tests/trint.c] Updated the description (test_generic_round is nowvlefevre2015-05-291-1/+1
* [tests/trint.c] Added generic tests for the mpfr_rint_* functions.vlefevre2015-05-291-1/+31
* 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-4/+4
* [tests/trint.c] Avoid a warning.vlefevre2014-01-051-0/+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
* [tests/trint.c] Removed a useless pointer cast (in general, such castsvlefevre2011-04-291-1/+1
* [tests/trint.c] mantissa -> significand (standard and correct term).vlefevre2011-03-051-5/+5
* [tests/trint.c] Do not use snprintf (C99).vlefevre2011-03-051-6/+3
* Previous extented coverage test in trint.c now self generate tests in and com...demengeo2011-03-041-19/+30
* Extend test coverage of mpfr_rint to 100%demengeo2011-03-041-0/+58
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-2/+2