summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
Commit message (Expand)AuthorAgeFilesLines
* [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