summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged changesets r12046-12048 from the trunk (bug fix and test).vlefevre2017-12-231-0/+20
* Merged changesets r12026-12045 from the trunk (bug fixes and tests).vlefevre2017-12-233-0/+134
* [tests/texp2.c] Added test of underflow in MPFR_RNDN with exact valuevlefevre2017-12-191-2/+38
* [tests/tdiv.c] Added new non-regression test: the was the real cause ofvlefevre2017-12-191-0/+25
* [src/fma.c] fixed bug in mpfr_fmazimmerma2017-12-191-0/+44
* [src/mul.c] with Mulders', convert RNDF to RNDZzimmerma2017-12-181-0/+20
* [src/div.c] fixed bug in mpfr_div2_approx()zimmerma2017-12-182-0/+37
* Removed trailing whitespace.vlefevre2017-12-181-1/+1
* [src/exp2.c] fixed bug near underflowzimmerma2017-12-181-0/+29
* [tests/ttanh.c] added test for bug in mpfr_tanhzimmerma2017-12-181-0/+20
* [tests/tadd1sp.c] added test for new bug (still to be fixed):zimmerma2017-12-171-0/+19
* [src/root.c] Completed fix from r11978, as x=-1 was affected too. Alsovlefevre2017-12-151-2/+6
* [tests/troot.c] Replaced mpfr_root by TF (like in the other tests).vlefevre2017-12-151-1/+1
* [src/root.c] fixed bug when x=1zimmerma2017-12-141-0/+17
* [tests/tsub1sp.c] Corrected a type. And mpfr_equal_p being a predicatevlefevre2017-12-141-2/+2
* [tests/tsub1sp.c] added a generic test for bug20171213()zimmerma2017-12-141-0/+49
* [src/sub1sp.c] fixed bug in mpfr_sub1sp2()zimmerma2017-12-131-0/+19
* [tests/talloc.c] Added a comment about why talloc requires ISO C99.vlefevre2017-12-121-0/+1
* Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-123-18/+16
* DEBUG_TGENERIC -> MPFR_DEBUG_TGENERICzimmerma2017-12-111-7/+7
* [tests/tget_q.c] Removed trailing whitespace.vlefevre2017-12-111-1/+1
* [tests/tget_q.c] replaced MPFR_ASSERTN(0) by exit(1)zimmerma2017-12-101-2/+2
* [src/get_q.c] make result of mpfr_get_q in canonical formzimmerma2017-12-091-0/+34
* Moved tests/timings-mpfr.c into directory "tools" as it is not partvlefevre2017-12-081-182/+0
* got rid of mpz_dump (undocumented in GMP)zimmerma2017-12-062-6/+8
* [tests/timings-mpfr.c] Removed trailing whitespace, untabified,vlefevre2017-12-061-44/+44
* [timings-mpfr.c] test file for measuring timings (added -p option)zimmerma2017-12-061-0/+182
* [doc/mpfr.texi] For mpfr_fpif_export: the sign of a NaN is stored.vlefevre2017-12-051-0/+16
* Disable the "deprecated" attribute of deprecated functions *only* forvlefevre2017-12-053-0/+3
* Removed trailing whietespace.vlefevre2017-12-051-2/+2
* fixed compiler warnings with mini-gmpzimmerma2017-12-055-66/+75
* Simplified the use of MPFR_USE_FILE since <stdio.h> (<cstdio> for C++)vlefevre2017-12-042-5/+2
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-044-1/+22
* [tests]vlefevre2017-12-042-48/+62
* Solved an output issue on AIX due to the use of setbuf() after outputvlefevre2017-12-012-6/+11
* [tests/tfpif.c] In doit(), before the call to mpfr_fpif_import(), setvlefevre2017-11-291-0/+8
* [tests/tfpif.c] For mpfr_fpif_import, check the precision too.vlefevre2017-11-291-2/+22
* [tests/tfpif_r1.dat] Fixed an obvious error (incorrect sign of 0).vlefevre2017-11-291-0/+0
* [tests/tfpif.c] Output more information in case of error.vlefevre2017-11-291-1/+4
* [tests/tfpif.c] Added TODO's (but the failure should be fixed first).vlefevre2017-11-271-0/+2
* [tests/tfpif.c] Use SAME_VAL instead of mpfr_cmp. This triggers a bugvlefevre2017-11-271-4/+4
* [tests/tfpif.c] Split the main test function into:vlefevre2017-11-271-14/+23
* [tests/tfpif.c] Improved a test (NaN checking). Added comments.vlefevre2017-11-271-3/+3
* [tests/tfpif.c] Removed a TODO done in r10326 and r10338.vlefevre2017-11-271-2/+0
* [tests/tset_exp.c] Check mpfr_get_exp too (with two additional testsvlefevre2017-11-231-8/+30
* [tests/texceptions.c] Minor improvements.vlefevre2017-11-231-3/+3
* [tests/talloc-cache.c]vlefevre2017-11-151-8/+17
* mpfr_mp_memory_cleanup() now returns an error code (currently always 0)vlefevre2017-11-151-2/+5
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-102-4/+3
* [tests/tabs.c] More tests on mpfr_abs, including the ternary valuevlefevre2017-11-101-40/+122