summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* mpcheck: Move the tool from tests/ to its own subdirectory inside tools/.Andreas Enge2020-06-301-5/+2
* enlarge internal exponent range for several functions + mpcheck cleanupPaul Zimmermann2020-02-061-1/+1
* added mpcheck-longdouble and mpcheck-float128Paul Zimmermann2020-02-051-1/+2
* added mpcheck-floatPaul Zimmermann2020-02-051-1/+1
* renamed mpc_check.c to mpcheck-double.c, plus clean-upPaul Zimmermann2020-02-051-2/+2
* added information about glibc version + fix for "make mpc_check"Paul Zimmermann2020-02-051-1/+1
* mpc_check should not be run by "make check"Paul Zimmermann2020-02-051-2/+2
* new mpc_check file to check against GNU libcPaul Zimmermann2020-02-051-2/+4
* added mpc_dot (dot product)Paul Zimmermann2018-04-241-2/+2
* check return value of malloc() is not NULL in mpc_sumPaul Zimmermann2018-04-191-1/+1
* rootofunity: Handle special case of order 0.Andreas Enge2016-05-241-1/+2
* rootofunity: Use the generic test framework.Andreas Enge2016-05-241-1/+2
* implemented rootofunityAndreas Enge2016-05-241-1/+2
* Add mpc_cmp_abs.Andreas Enge2016-05-241-5/+8
* Adapt valgrind test support to parallel test harness of automake.Andreas Enge2015-05-081-1/+2
* added framework to automatically check wrong overflow or underflow (work inPaul Zimmermann2015-04-101-1/+1
* New test framework, merged from test branch.Philippe Theveny2014-01-201-18/+32
* copied LOADLIBES from MPFRPaul Zimmermann2014-01-101-1/+1
* make LOADLIBES work againPaul Zimmermann2013-12-211-1/+1
* removed "bug" target committed by errorPaul Zimmermann2013-12-201-1/+1
* speed up mpc_sin for small inputPaul Zimmermann2013-12-201-1/+1
* tests/Makefile.am: typo in test nameAndreas Enge2012-07-061-1/+1
* new functions mul_2si, div_2siAndreas Enge2012-07-051-3/+4
* renamed mul/div_2exp to mul/div_2uiAndreas Enge2012-07-051-3/+3
* [TODO] removed mpc_log10Paul Zimmermann2012-04-031-3/+4
* added new function mpc_log10Paul Zimmermann2012-04-031-4/+4
* memory.c, random.c: remove internal memory checks since we rely on valgrindAndreas Enge2011-10-181-1/+1
* tests/Makefile.am: added pow_fr.dat to distributionAndreas Enge2011-09-011-2/+2
* tests/Makefile.am: force creating of executables instead of shell scriptsAndreas Enge2011-08-301-0/+3
* [configure.ac] added --enable-valgrind optionPaul Zimmermann2011-08-301-0/+1
* all Makefile.am: correctly comment the copyright and license noticeAndreas Enge2011-08-291-19/+18
* license change:Andreas Enge2011-08-291-1/+19
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSAndreas Enge2011-08-011-1/+1
* tswap.c: test file for mpc_swapAndreas Enge2011-05-061-1/+1
* tests/Makefile.am: added pow_si.dat to distribution, solvesAndreas Enge2011-05-021-2/+2
* [Makefile.am] modified LOADLIBES so that it works with dynamic libraries tooPaul Zimmermann2011-02-251-1/+1
* tests/Makefile.am: added fma.dat to distributionAndreas Enge2011-02-051-3/+3
* sin_cos: bug fix to allow overlap in argument and resultAndreas Enge2011-01-181-4/+4
* add_si: replaced macro by function, since the macro evaluated its argumentAndreas Enge2011-01-181-1/+1
* added mpc_fma (request from Mickael Gastineau)Paul Zimmermann2011-01-141-2/+2
* [tests/Makefile.am] fixed LOADLIBES so that "make foo" works againPaul Zimmermann2010-05-151-1/+4
* tests/Makefile.am: added pow_ui_dat to the distributionAndreas Enge2010-04-301-1/+1
* pow_ui.c: added code for a second binary trial in certain casesAndreas Enge2010-04-111-2/+2
* pow_ui.c:Andreas Enge2010-04-011-2/+2
* [src/pow_ui.c] implemented small-sliding-window trick. For exponent 12345,Paul Zimmermann2010-03-311-1/+1
* added mechanism (copied from GNU MPFR 2.4.1) to check memoryPaul Zimmermann2009-11-201-1/+1
* moved content of test.c in tget_version.cPaul Zimmermann2009-11-051-2/+2
* [tests/Makefile.am] fixed typoPaul Zimmermann2009-11-051-1/+1
* [test.c] added dummy test file to display versions of GMP and MPFRPaul Zimmermann2009-11-051-1/+1
* smallish technical changes for version 0.8Andreas Enge2009-11-031-1/+2