summaryrefslogtreecommitdiff
path: root/tests/tsum.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-2/+2
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-021-4/+8
* 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/tsum.c] Code style.vlefevre2018-04-191-4/+4
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-121-1/+1
* [tests] Code simplification and improvement by using SAME_VAL().vlefevre2017-05-291-3/+1
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* [tests/tsum.c] The new test for MPFR_RNDF in r11079 can actually triggervlefevre2016-12-201-1/+1
* [tests/tsum.c] Improved a test to support MPFR_RNDF. It doesn't fail,vlefevre2016-12-201-19/+38
* [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-37/+21
* [tests/tsum.c] Correction: r10484 didn't take the latest version fromvlefevre2016-06-241-45/+60
* Merged the latest changes from the trunk.vlefevre2016-06-241-14/+61
|\
| * [tests/tsum.c] Test the support of reused arguments.vlefevre2016-06-241-14/+61
* | Removed trailing spaces.vlefevre2016-06-241-1/+1
* | merged changed from trunk withzimmerma2016-06-231-1/+1
|\ \ | |/
| * [tests/tsum.c] Improved check3:vlefevre2016-06-081-29/+40
| * Value coverage for tsum: After r9984 to differentiate sq > MPFR_PREC_MINvlefevre2016-06-081-1/+1
* | RNDF: fixed mpfr_sum and tsumzimmerma2016-06-021-0/+12
|/
* [tests/tsum.c] Updated comment of bug20160315 after fix in 3.1 branch.vlefevre2016-03-151-1/+5
* [tests/tsum.c] Added bug20160315 (this bug appears when porting sum.cvlefevre2016-03-151-0/+33
* [tests/tsum.c] Clarified a bit more.vlefevre2016-02-081-2/+4
* [tests/tsum.c] Added explanations concerning the check1 test.vlefevre2016-02-081-1/+12
* Value coverage for tsum: reduce output length.vlefevre2016-02-081-1/+1
* Value coverage for tsum: differentiate sq > MPFR_PREC_MIN and not.vlefevre2016-02-081-8/+10
* [tests/tsum.c] Source on 80 columns.vlefevre2016-02-071-1/+2
* extended the check1() test, gives failure on 64-bit processorzimmerma2016-02-071-13/+16
* Replacedvlefevre2016-02-041-1/+1
* Cleanup of memory allocation in the tests:vlefevre2016-01-291-8/+8
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tsum.c] Corrections for C++.vlefevre2015-12-151-3/+3
* [tests/tsum.c] Correction.vlefevre2015-12-141-1/+1
* clock() should work everywherezimmerma2015-12-141-16/+3
* [tests/tsum.c] The timing test from r9753 in POSIX-only.vlefevre2015-12-141-2/+13
* timing test to compare mpfr_sum and naive algorithm (without correct rounding)zimmerma2015-12-111-1/+89
* [tests/tsum.c] Added a comment.vlefevre2015-11-041-0/+5
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-05-291-1/+2
* [tests/tsum.c] In cancel(), increase the number of tests from 8 to 1000.vlefevre2015-05-051-1/+1
* [tests/tsum.c] Changes in cancel():vlefevre2015-05-051-2/+9
* [tests/tsum.c] Added a comment about the latest fixed bug.vlefevre2015-04-101-0/+4
* [tests/tsum.c] Replaced a mpfr_inits by a mpfr_inits2.vlefevre2015-04-091-1/+1
* [tests/tsum.c] Added a simple test that triggers a glibc free() errorvlefevre2015-04-091-0/+30
* [tests/tsum.c] Removed a temporary comment.vlefevre2015-04-091-2/+0
* [tests/tsum.c] Added check_underflow test.vlefevre2015-04-091-4/+123
* [tests/tsum.c] Comments.vlefevre2015-04-081-2/+6
* [tests/tsum.c] Added check_overflow test, which triggers a bug.vlefevre2015-04-081-0/+52
* [tests/tsum.c] Completed the cancel test (generic random tests withvlefevre2015-03-311-15/+25