summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-6/+6
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+1
* [tests/tfmma.c] Added extreme_underflow test: before the r13798 bug fix,vlefevre2020-03-241-0/+21
* [tests/tfmma.c] Use mpfr_set_str instead of mpfr_set_d.vlefevre2020-02-111-14/+6
* [src/fmma.c] fixed bug (result might be out of exponent range)zimmerma2020-02-061-0/+33
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* 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/tfmma.c] Added double_rounding test to trigger errors beforevlefevre2018-12-311-0/+64
* [tests/tfmma.c] improve coverage of the UBF case in mpfr_subzimmerma2018-06-051-4/+30
* [src/sub1.c] fixed a bug and solved a FIXME (underflow for UBFs)zimmerma2018-06-041-0/+49
* [tests/tfmma.c] added coverage testzimmerma2018-02-161-0/+9
* [tests/tfmma.c] improve coverage of add.c (ubf case)zimmerma2018-02-161-0/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Removed trailing spaces.vlefevre2017-05-291-1/+1
* Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-041-1/+53
|\
| * [tests/tfmma.c] added one testzimmerma2017-04-061-0/+17
| * [tests/tfmma.c] fixed testzimmerma2017-04-061-1/+2
| * [tests/tfmma.c] added another test (currently fails)zimmerma2017-04-061-1/+9
| * [tests/tfmma.c] Updated comment about bug20170405 (fixed in r11414).vlefevre2017-04-061-1/+3
| * [tests/tfmma.c] Fixed return type of test added in r11407.vlefevre2017-04-061-1/+1
| * added test that triggers an errorzimmerma2017-04-061-0/+24
| * Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* | Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-1/+1
* | fix for RNDFzimmerma2016-06-231-1/+4
|/
* [tests/tfmma.c] Forgot a cast to mpfr_rnd_t for C++ compatibility.vlefevre2016-06-031-1/+1
* [tests/tfmma.c] Correction.vlefevre2016-06-031-1/+1
* [tests/tfmma.c] Test (1/2)x + (1/2)x = x near underflow.vlefevre2016-06-031-1/+60
* [tests/tfmma.c] Replaced precision 64 by GMP_NUMB_BITS (to make surevlefevre2016-06-031-4/+4
* [tests/tfmma.c] Added test cases where the precision of the resultvlefevre2016-06-021-46/+63
* [tests/tfmma.c] Forgot a \n in printf.vlefevre2016-05-291-3/+3
* [tests/tfmma.c] Added overflow tests that trigger an assertion failurevlefevre2016-05-291-9/+50
* [tests/tfmma.c] Completed near_overflow_tests (there's still a crash,vlefevre2016-05-241-8/+7
* [tests/tfmma.c] Added near_overflow_tests, which crashes.vlefevre2016-05-241-2/+81
* [tests/tfmma.c] Added max_tests.vlefevre2016-05-231-0/+46
* [tests/tfmma.c] Corrections and improvements in random_test.vlefevre2016-05-221-12/+18
* [tests/tfmma.c] Replaced mpfr_cmp by the stronger mpfr_equal_p.vlefevre2016-05-221-2/+2
* Replacedvlefevre2016-02-041-1/+1
* try to fix bugs in fmma (work in progress)zimmerma2016-01-161-1/+3
* [tests/tfmma.c] Added tests that trigger an error.vlefevre2016-01-151-0/+67
* [tests/tfmma.c] C++ compatibility.vlefevre2016-01-121-5/+7
* [tests/tfmma.c] Fixed type in printf.vlefevre2016-01-121-2/+2
* Really replaced mpfr_printf by printf.vlefevre2016-01-121-1/+1
* replaced mpfr_printf callszimmerma2016-01-121-4/+10
* forgot two fileszimmerma2016-01-121-0/+107