summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [src/{fits_intmax.c,fits_s.h,fits_u.h}] Fixed mpfr_fits_* functions: thevlefevre2016-02-151-225/+194
* Fixed bug in mpfr_can_round_raw, which affected mpfr_can_round: thevlefevre2016-02-121-8/+89
* [tests/tgeneric_ui.c] Added tests of the extreme integer values,vlefevre2016-02-091-1/+10
* Replacedvlefevre2016-02-04171-171/+171
* [tests/tsqrt.c] Improved testcase for the mpfr_sqrt bug fixed in r9860,vlefevre2016-01-211-4/+9
* Fixed bug in mpfr_sqrt reported by Fredrik Johansson, occurring whenvlefevre2016-01-211-0/+26
* Fixed bug for zeta(s) with s near an even negative integer.vlefevre2016-01-201-1/+21
* [tests/tgeneric.c] Improved the generic tests in order to trigger thevlefevre2016-01-201-1/+6
* Fixed bug found by Fredrik Johansson in the mpfr_jn family of functions.vlefevre2016-01-201-0/+12
* Copyright notice update: added 2016 withvlefevre2016-01-01172-172/+172
* Fixed bug in mulders.c (affecting mpfr_div) reported by Ricky Farr:vlefevre2015-10-291-0/+64
* [tests/tversion.c]vlefevre2015-07-201-0/+40
* [src/frexp.c] Fixed a bug occurring when the current exponent rangevlefevre2015-07-171-0/+103
* [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed some underflow cases invlefevre2015-07-171-58/+63
* [src/{div_2si.c,div_2ui.c,mul_2si.c}] Fixed overflow case when n = 0.vlefevre2015-07-021-0/+75
* [doc/mpfr.texi] Completed specification:vlefevre2015-07-021-22/+52
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-39/+42
* [src/fma.c] Fixed the scaling in case of underflow. Added log messages.vlefevre2015-06-121-77/+145
* [tests/trandom.c] The use of mpfr_rands yielded a compilation failurevlefevre2015-06-101-15/+31
* [src/urandomb.c] Fixed bug which could appear with probability 1/2^32vlefevre2015-06-101-4/+21
* [tests/tsin.c] Added tests to check the mpfr_sin_fast call in src/sin.c,vlefevre2015-06-101-0/+1
* [tests/tgeneric.c] Added overflow/underflow tests. Check whether thevlefevre2015-06-101-85/+198