summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-18/+32
* copied LOADLIBES from MPFRzimmerma2014-01-101-1/+1
* make LOADLIBES work againzimmerma2013-12-211-1/+1
* removed "bug" target committed by errorzimmerma2013-12-201-1/+1
* speed up mpc_sin for small inputzimmerma2013-12-201-1/+1
* tests/Makefile.am: typo in test nameenge2012-07-061-1/+1
* new functions mul_2si, div_2sienge2012-07-051-3/+4
* renamed mul/div_2exp to mul/div_2uienge2012-07-051-3/+3
* [TODO] removed mpc_log10zimmerma2012-04-031-3/+4
* added new function mpc_log10zimmerma2012-04-031-4/+4
* memory.c, random.c: remove internal memory checks since we rely on valgrindenge2011-10-181-1/+1
* tests/Makefile.am: added pow_fr.dat to distributionenge2011-09-011-2/+2
* tests/Makefile.am: force creating of executables instead of shell scriptsenge2011-08-301-0/+3
* [configure.ac] added --enable-valgrind optionzimmerma2011-08-301-0/+1
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-291-19/+18
* license change:enge2011-08-291-1/+19
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSenge2011-08-011-1/+1
* tswap.c: test file for mpc_swapenge2011-05-061-1/+1
* tests/Makefile.am: added pow_si.dat to distribution, solvesenge2011-05-021-2/+2
* [Makefile.am] modified LOADLIBES so that it works with dynamic libraries toozimmerma2011-02-251-1/+1
* tests/Makefile.am: added fma.dat to distributionenge2011-02-051-3/+3
* sin_cos: bug fix to allow overlap in argument and resultenge2011-01-181-4/+4
* add_si: replaced macro by function, since the macro evaluated its argumentenge2011-01-181-1/+1
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-141-2/+2
* [tests/Makefile.am] fixed LOADLIBES so that "make foo" works againzimmerma2010-05-151-1/+4
* tests/Makefile.am: added pow_ui_dat to the distributionenge2010-04-301-1/+1
* pow_ui.c: added code for a second binary trial in certain casesenge2010-04-111-2/+2
* pow_ui.c:enge2010-04-011-2/+2
* [src/pow_ui.c] implemented small-sliding-window trick. For exponent 12345,zimmerma2010-03-311-1/+1
* added mechanism (copied from GNU MPFR 2.4.1) to check memoryzimmerma2009-11-201-1/+1
* moved content of test.c in tget_version.czimmerma2009-11-051-2/+2
* [tests/Makefile.am] fixed typozimmerma2009-11-051-1/+1
* [test.c] added dummy test file to display versions of GMP and MPFRzimmerma2009-11-051-1/+1
* smallish technical changes for version 0.8enge2009-11-031-1/+2
* added test files for pow_ui, pow_fr, pow_si, pow_d, pow_ldzimmerma2009-10-121-2/+3
* [pow_d.c, pow_ld.c] use DBL_MANT_DIG and LDBL_MANT_DIGzimmerma2009-10-071-2/+2
* merged inverse trigonometric and inverse hyperbolic functions from branchzimmerma2009-09-301-5/+5
* missing files for the new mpc_atan functionzimmerma2009-09-291-1/+1
* [pow.c] more work on cases with sign of zero as input/outputzimmerma2009-06-261-1/+1
* tests/Makefile.am: Files in tests/ directory can now be computed using make.thevenyp2009-06-111-0/+1
* First version of mpc_pow. Seems to run ok, but we have problems with largezimmerma2009-06-041-4/+4
* [configure.ac] removed double quotes to enhance portability asenge2009-04-081-5/+5
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-021-8/+8
* [treimref.c] test file for mpc_realref and mpc_imagrefzimmerma2009-03-201-1/+1
* tests/random.c: stdio.h is now included by mpc-tests.hthevenyp2009-03-201-1/+1
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-181-3/+4
* tests/test.c: enhance and move its tests into more specific files.thevenyp2009-02-041-8/+8
* replaced call to mpfr_sin_cos by calls to mpfr_cos andenge2008-12-081-8/+8
* added return value to coshenge2008-12-081-1/+1
* some more signs filled in, computed using mpc at higher precisionenge2008-12-081-1/+1