summaryrefslogtreecommitdiff
path: root/tests/tget_set_d128.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tget_set_d128.c] Removed a useless C99 comment, which makesvlefevre2021-08-231-1/+0
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* 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-1/+2
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/tget_set_d128.c] Updated a test with a non-canonical encoding:vlefevre2019-08-211-5/+39
* 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_d128.c] Replaced d != d by DOUBLE_ISNAN (d).vlefevre2018-06-231-1/+1
* [tests/tget_set_{d64,d128}.c] When MPFR_ERRDIVZERO is defined,vlefevre2018-06-231-0/+4
* Do not assume that the bit-field ordering for _Decimal128 is necessarilyvlefevre2018-06-221-1/+1
* [tests/tget_set_d128.c] test some random 16-byte inputszimmerma2018-06-221-0/+36
* [tests/tget_set_d64.c] removed TODO (done), added commentzimmerma2018-06-221-2/+0
* Changed union ieee_double_decimal128 to union ieee_decimal128 since thisvlefevre2018-06-221-1/+1
* [tests/tget_set_d128.c] Execute BID code only with BID.vlefevre2018-06-221-1/+4
* [tests/tget_set_d128.c] Simplification and better portability.vlefevre2018-06-221-17/+5
* [tests/tget_set_d128.c] added coverage tests for non-canonical BID encodingszimmerma2018-06-221-0/+45
* [tests/{tget_set_d64.c,tget_set_d128.c}] TODO: Also test non-canonicalvlefevre2018-06-221-0/+2
* [src/set_d128.c] (partly) implement the _MPFR_IEEE_FLOATS case (BID only so far)zimmerma2018-06-211-0/+11
* [src/get_d128.c] avoid using doubleszimmerma2018-06-201-0/+28
* [tests/tget_set_d128.c] improve test coveragezimmerma2018-06-201-0/+24
* [tests/tget_set_d128.c] improve coveragezimmerma2018-06-201-0/+13
* added mpfr_get_decimal128 (still experimental)zimmerma2018-06-201-1/+256
* [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_d128.c] Test the flags too.vlefevre2018-06-191-3/+8
* [tests/tget_set_d128.c] Test more values.vlefevre2018-06-191-10/+13
* [tests/tget_set_d128.c] Converting an integer into _Decimal128 is bettervlefevre2018-06-191-2/+1
* [tests/tget_set_d128.c] Simplified the test, avoiding a bug in ICC 15vlefevre2018-06-191-3/+1
* [tests/tget_set_d128.c] Fixed indentation.vlefevre2018-06-191-3/+4
* [tests/tget_set_d128.c] Added an informative error message.vlefevre2018-06-191-2/+9
* [tests/tget_set_d64.c] added -v option to get verbose outputzimmerma2018-06-131-4/+5
* added mpfr_set_decimal128 (work in progress, not yet fully tested)zimmerma2018-06-131-0/+78