summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test ofvlefevre2017-09-051-3/+7
* [tests]vlefevre2017-09-055-9/+7
* [tests/turandom.c] Correction for 16-bit int.vlefevre2017-09-011-1/+1
* [tests/turandom.c] print got/expected probabilities in test_underflow()zimmerma2017-08-301-3/+11
* [tests/turandom.c] forgot exp=1 casezimmerma2017-08-291-5/+6
* added test_underflow()zimmerma2017-08-291-0/+25
* Corrections for use with --with-gmp-build.vlefevre2017-08-282-5/+5
* [tests/turandom.c] Disabled the reprod_abi test with GMP < 4.2.0vlefevre2017-08-271-0/+2
* [tests/turandom.c] Check that the behavior does not depend on thevlefevre2017-08-271-0/+87
* [tests/turandom.c] In bug20170123, use a local gmp_randstate_t variablevlefevre2017-08-271-2/+5
* [src/mpfr-gmp.h,tests/tests.c] Got rid of __gmp_randstate_struct, whichvlefevre2017-08-271-5/+3
* [tests/turandom.c] Disabled a test with GMP < 4.2.0 since it depends onvlefevre2017-08-271-1/+5
* [src/urandom.c] Generate the exception flags for mpfr_urandom almost asvlefevre2017-08-221-2/+160
* [src/urandom.c] Fixed bug reported by Trevor Spiteri:vlefevre2017-08-221-0/+20
* [tests/mpf_compat.h] Include "mpfr-test.h" instead of "mpfr-impl.h",vlefevre2017-08-011-1/+1
* [src/mpf2mpfr.h] Fixed mpf_fits_s* and mpf_get_si macros.vlefevre2017-06-051-8/+12
* [tests/tsprintf.c] Fixed setlocale usage (problem detected with MinGWvlefevre2017-05-281-3/+2
* [src] Moved "#include <errno.h>" from printf.c to vasprintf.c (thisvlefevre2017-05-281-2/+30
* [tests] Increase buffer sizes to avoid a build failure with GCC 7vlefevre2017-05-282-2/+2
* Copyright notice update: added 2017 withvlefevre2017-01-01172-172/+172
* [src/strtofr.c] Fixed bug in mpfr_strtofr(): in round-to-nearest,vlefevre2016-12-191-0/+19
* [src/vasprintf.c] Fixed a bug: spec.prec can be a negative number othervlefevre2016-12-151-0/+20
* [tests/tdiv.c] Improved code readability, fixing a small bugvlefevre2016-09-141-2/+4
* [tests/tset_ld.c] In bug_20160907, fixed the method to get the smallestvlefevre2016-09-121-11/+14
* [tests/tabs.c] Removed mpfr_test_init (not needed here).vlefevre2016-09-121-1/+0
* [tests/tset_ld.c] Move tests_start_mpfr and mpfr_test_init earlier.vlefevre2016-09-121-3/+3
* [tests/tset_ld.c] Corrected a type (due to a printf with %ld) and fixedvlefevre2016-09-121-5/+7
* [src/get_ld.c] Fixed bug for little-endian x86 extended precision.vlefevre2016-09-081-0/+58
* Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round:vlefevre2016-09-051-6/+117
* [tests/tzeta.c] Updated test_generic invocation based on the trunkvlefevre2016-09-051-1/+4
* [tests/tmul.c] Added underflow test from the trunk (merged changesetsvlefevre2016-08-221-0/+105
* [tests/tsi_op.c] Fixed a macro. There were no consequences exceptvlefevre2016-08-041-7/+9
* [tests/tset_{si,sj}.c] Fixed macros. There were no consequences exceptvlefevre2016-08-042-2/+2
* [tests] C++ compatibility: avoid errors with "g++ -std=c++11" or later.vlefevre2016-08-044-11/+11
* [tests/tsub.c] Added comments for check_max_almosteven.vlefevre2016-05-301-0/+23
* [src/sub1.c] Fixed bug in mpfr_sub1 (real subtraction b - c, |b| > |c|):vlefevre2016-05-291-0/+130
* For mpfr_add_ui and mpfr_sub_ui, make sure that all the expected flagsvlefevre2016-05-222-0/+4
* [tests/tversion.c] Improved output of compiler information.vlefevre2016-03-021-3/+24
* [tests/tget_flt.c] Do tests that may involve subnormals onlyvlefevre2016-03-021-0/+2
* [tests/tget_flt.c] Use DOUBLE_ISNAN() instead of f == f.vlefevre2016-03-011-1/+2
* Replaced the remaining ASSERT_ALWAYS by MPFR_ASSERTN.vlefevre2016-02-293-15/+15
* fixed assert macroszimmerma2016-02-291-18/+18
* [tests/tversion.c]vlefevre2016-02-291-0/+51
* In the tests, use tests_allocate and tests_free instead ofvlefevre2016-02-246-25/+25
* [src/{cmp_d.c,cmp_ld.c}] Bug fixes: mpfr_cmp_d (resp. mpfr_cmp_ld) wasvlefevre2016-02-232-8/+54
* [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong resultsvlefevre2016-02-221-1/+38
* [src/agm.c] Fixed bug in mpfr_agm in case the two FP inputs havevlefevre2016-02-221-0/+40
* [src/rem1.c] Fixed bug in the mpfr_rem1 internal function (used byvlefevre2016-02-192-20/+83
* [src/gamma.c] Bug fix in case the argument is an integer fitting in anvlefevre2016-02-191-0/+12
* [src/root.c] Fixed root(x,k) for large very values of k: MPFR couldvlefevre2016-02-151-39/+194