summaryrefslogtreecommitdiff
path: root/tests/tget_set_d64.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tget_set_d64.c] Fixed missing "#if _MPFR_IEEE_FLOATS" thatvlefevre2020-04-111-2/+3
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-6/+6
* [tests/tget_set_{d64,d128}.c] Added a FIXME and improved a message.vlefevre2020-03-121-2/+5
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/tget_set_d64.c] Updated comment (only the x86 and x86_64 targetsvlefevre2019-07-231-5/+6
* [tests/tget_set_d64.c] Improved a comment.vlefevre2019-07-231-4/+5
* [tests/tget_set_d64.c] Avoid GCC bug 91226: wrong propagation ofvlefevre2019-07-221-3/+8
* [tests/tget_set_d64.c] More output details in the noncanonical test.vlefevre2019-07-221-1/+5
* [tests/tget_set_d64.c] Improved the noncanonical test, but this does notvlefevre2019-07-221-2/+6
* [tests/tget_set_d64.c] More meaningful name of a test with avlefevre2019-07-221-3/+10
* 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/tget_set_d64.c] Removed xxx suffix added in r13139 (by mistake?).vlefevre2018-09-051-1/+1
* [src/get_d64.c] fixed for 16-bit limbzimmerma2018-09-051-2/+2
* [tests/tget_set_d64.c] Improved a test.vlefevre2018-06-231-1/+1
* [tests/tget_set_{d64,d128}.c] When MPFR_ERRDIVZERO is defined,vlefevre2018-06-231-0/+2
* [tests/tget_set_d64.c] test random inputszimmerma2018-06-221-0/+36
* [tests/tget_set_d64.c] fixed a testzimmerma2018-06-221-5/+5
* [tests/tget_set_d64.c] removed TODO (done), added commentzimmerma2018-06-221-3/+2
* [src/set_d64.c] also deal with non-canonical BID encodingzimmerma2018-06-221-0/+26
* [tests/{tget_set_d64.c,tget_set_d128.c}] TODO: Also test non-canonicalvlefevre2018-06-221-0/+2
* [tests/{tget_set_d64.c,tget_set_d128.c}] Tests on powers of 10:vlefevre2018-06-201-8/+23
* [tests/{tget_set_d64.c,tget_set_d128.c}] Added tests on powers of 10.vlefevre2018-06-191-0/+46
* [tests/tget_set_d64.c] added -v option to get verbose outputzimmerma2018-06-131-4/+6
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-1/+1
* [src/get_d64.c] simplified code, and removed dead codezimmerma2018-02-231-7/+44
* [tests] Added/updated comments about the config.h inclusion.vlefevre2018-02-081-0/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-121-3/+1
* [tests] Got rid of MPFR_TESTS_EXCEPTIONS (added in r11489 and above),vlefevre2017-05-191-2/+2
* [tests/tget_set_d64.c] Disable tests with a division by 0 (which nowvlefevre2017-05-191-0/+4
* [tests/tget_set_d64.c] Made PRINT_ERR_MISC more robust.vlefevre2017-05-171-1/+1
* [tests/*.c] Renamed the remaining macros whose names are reservedvlefevre2017-05-171-16/+16
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests] _GMP_IEEE_FLOATS was got rid of in r10150, but still used invlefevre2016-11-151-3/+3
* added comment about printing decimal floatszimmerma2016-05-171-1/+3
* About "config.h" inclusion: code consistency; removed obsolete comment.vlefevre2016-02-251-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] Corrections for builds with "config.h".vlefevre2014-09-091-0/+4
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [tests/tget_set_d64.c] More meaningful messages in check_inf_nan.vlefevre2013-09-151-35/+48
* [tests/tget_set_d64.c] More meaningful messages in check_inf_nanvlefevre2013-09-151-10/+48
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Now --enable-decimal-float does not require any more --with-gmp-build.zimmerma2012-09-031-18/+28
* [src/get_d64.c] mpfr_get_decimal64 was buggy in MPFR_RNDN on somevlefevre2012-08-161-0/+27
* [tests/tget_set_d64.c] Added overflow tests (they cover the two badvlefevre2012-08-151-2/+58