summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [src/zeta_ui.c]vlefevre2015-06-081-16/+104
* Various fixes, improvements and new tests concerning the exponent rangevlefevre2015-06-059-128/+292
* [tests/tdiv_d.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/td_div.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/tgeneric_ui.c] Added missing \n. Minor improvements.vlefevre2015-06-041-7/+5
* [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in somevlefevre2015-06-031-1/+182
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-06-036-9/+18
* [tests/tstdint.c] Added missing #include <stdlib.h> needed since r9448vlefevre2015-05-281-0/+2
* [tests/{tstdint.c,tvalist.c}] Added missing #include "mpfr-test.h"vlefevre2015-05-232-0/+4
* [tests/tstckintc.c] Fixed undefined behavior (invalid pointer).vlefevre2015-05-231-2/+3
* [tests/{tstdint.c,tvalist.c}] Use tests_start_mpfr / tests_end_mpfr,vlefevre2015-05-222-1/+12
* [tests/tests.c] Changed an error message.vlefevre2015-05-211-10/+25
* [tests/tests.c] Fixed tests_default_random in case mpfr_exp_t > long.vlefevre2015-05-211-1/+1
* Test suite improvement with Automake 1.13.vlefevre2015-05-204-86/+101
* [tests/tversion.c] Output the applied patches (if any).vlefevre2015-05-201-0/+3