| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/trint.c] Replaced obsolete mpfr_cmp_abs by mpfr_cmpabs. | vlefevre | 2020-02-12 | 1 | -1/+1 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | [tests/*.c] Added missing "const" qualifier to "char *" when this | vlefevre | 2019-07-02 | 1 | -1/+1 |
* | [tests/trint.c] Fixed C++ compatibility issue (arithmetic on enum) | vlefevre | 2019-01-24 | 1 | -4/+4 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui, | vlefevre | 2018-04-17 | 1 | -1/+1 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | Removed trailing whietespace. | vlefevre | 2017-12-05 | 1 | -2/+2 |
* | make compilation work again (make + make check) with mini-gmp | zimmerma | 2017-12-04 | 1 | -0/+4 |
* | [tests] Got rid of the use of mpfr_print_binary, in general with | vlefevre | 2017-09-14 | 1 | -4/+3 |
* | Merged the latest changes from the trunk. | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similar | vlefevre | 2016-07-22 | 1 | -3/+1 |
* | more work on branch faithful | zimmerma | 2016-06-22 | 1 | -2/+4 |
* | start implementing RNDF (work in progress) | zimmerma | 2016-05-28 | 1 | -3/+3 |
* | changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; | zimmerma | 2016-02-05 | 1 | -5/+5 |
* | [tests/trint.c] Do the significand parity test only for precision > 1. | vlefevre | 2016-02-05 | 1 | -11/+15 |
* | MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754 | zimmerma | 2016-02-04 | 1 | -10/+14 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Added mpfr_rint_roundeven and mpfr_roundeven functions, with | vlefevre | 2015-07-20 | 1 | -23/+54 |
* | [tests/trint.c] Corrected the description (copy-paste error in r9473). | vlefevre | 2015-06-03 | 1 | -1/+1 |
* | [tests/trint.c] Extend basic_tests from [56,72] to [1,72] since i < 4 | vlefevre | 2015-06-03 | 1 | -2/+2 |
* | [tests/trint.c] Also run BASIC_TEST in reduced exponent range | vlefevre | 2015-06-03 | 1 | -32/+48 |
* | [tests/trint.c] Also run BASIC_TEST2 in reduced exponent range | vlefevre | 2015-06-03 | 1 | -27/+50 |
* | [tests/trint.c] In the basic tests, test the flags. | vlefevre | 2015-06-01 | 1 | -2/+22 |
* | [tests/trint.c] Corrections for r9476 and r9477. | vlefevre | 2015-05-31 | 1 | -43/+44 |
* | [tests/trint.c] Added basic tests of the mpfr_{trunc,floor,ceil,round} | vlefevre | 2015-05-29 | 1 | -1/+40 |
* | [tests/trint.c] Added basic tests of the mpfr_rint_* functions. | vlefevre | 2015-05-29 | 1 | -0/+52 |
* | [tests/trint.c] Updated the description (test_generic_round is now | vlefevre | 2015-05-29 | 1 | -1/+1 |
* | [tests/trint.c] Added generic tests for the mpfr_rint_* functions. | vlefevre | 2015-05-29 | 1 | -1/+31 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0. | vlefevre | 2014-06-25 | 1 | -4/+4 |
* | [tests/trint.c] Avoid a warning. | vlefevre | 2014-01-05 | 1 | -0/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -2/+0 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | [tests/trint.c] Removed a useless pointer cast (in general, such casts | vlefevre | 2011-04-29 | 1 | -1/+1 |
* | [tests/trint.c] mantissa -> significand (standard and correct term). | vlefevre | 2011-03-05 | 1 | -5/+5 |
* | [tests/trint.c] Do not use snprintf (C99). | vlefevre | 2011-03-05 | 1 | -6/+3 |
* | Previous extented coverage test in trint.c now self generate tests in and com... | demengeo | 2011-03-04 | 1 | -19/+30 |
* | Extend test coverage of mpfr_rint to 100% | demengeo | 2011-03-04 | 1 | -0/+58 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -2/+2 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -1/+1 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -2/+2 |