summaryrefslogtreecommitdiff
path: root/tests/tcan_round.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
* [tests/tcan_round.c] disabled tests that don't agree with mpfr_can_round docu...zimmerma2018-12-141-0/+6
* [tests]vlefevre2018-12-071-16/+4
* [tests/tcan_round.c] Corrected all the error messages for mini-gmp.vlefevre2018-12-061-3/+6
* [tests/tcan_round.c] Corrected error message for mini-gmp.vlefevre2018-12-061-1/+2
* [tests/tcan_round.c] fixed some TODOs, which exposes a bugzimmerma2018-11-151-13/+37
* [tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITSzimmerma2018-09-111-1/+8
* [src/round_prec.c] fixed for 16-bit limbzimmerma2018-09-041-2/+4
* [tests/tcan_round.c] Added missing casts for printf (error messages).vlefevre2018-08-061-4/+4
* [tests/tcan_round.c] Removed a r2 != MPFR_RNDF test and added 3 TODO'svlefevre2018-04-261-5/+13
* [src/round_prec.c] added commentszimmerma2018-04-061-0/+31
* [src/round_prec.c] fixed a bug (to be reviewed)zimmerma2018-04-051-1/+46
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* [src/round_prec.c] Forbid rnd2 = MPFR_RNDF as it does not make muchvlefevre2016-09-021-11/+18
* Merged the following changesets from the trunk:vlefevre2016-09-021-6/+117
* start implementing RNDF (work in progress)zimmerma2016-05-281-0/+2
* [tests/tcan_round.c] Correction for C++ compilers. Code formatting.vlefevre2016-02-121-10/+12
* Replacedvlefevre2016-02-041-1/+1
* Style: use RND_LOOP; mpfr_can_round returns a Boolean-like value.vlefevre2016-02-031-4/+4
* [tests/tcan_round.c] Added test of mpfr_round_p with powers of twovlefevre2016-02-011-2/+17
* [tests/tcan_round.c] Updated description: mpfr_round_p is also testedvlefevre2016-02-011-1/+1
* typozimmerma2016-01-291-1/+1
* [tests/tcan_round.c] Updated comment and corrected condition on prec.vlefevre2016-01-281-3/+13
* [tests/tcan_round.c] Updated comments.vlefevre2016-01-281-2/+5
* more work on mpfr_can_roundzimmerma2016-01-281-3/+6
* fixed bug in mpfr_can_round for input = 2^kzimmerma2016-01-281-23/+42
* [tests/tcan_round.c] Added tests for powers of two. This triggersvlefevre2016-01-271-4/+33
* 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
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-161-0/+2
* 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-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/*.c] Support the case where mpfr_exp_t is not a long intvlefevre2010-10-191-1/+1
* [tests/tcan_round.c] Removed an incorrect cast, fixing a bug (in thevlefevre2010-10-181-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2