summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests/] Factorise result checking for input from random distribution and inp...thevenyp2013-12-021-8/+10
* [tests/] Add support for testing symmetry.thevenyp2013-12-021-0/+5
* [tests/] Parametrize parameter array.thevenyp2013-11-222-3/+6
* [tests/] Cosmetic changes.thevenyp2013-11-222-213/+229
* [tests/] Add templated tests for mpc_norm, mpc_sub_fr, mpc_proj, and mpc_neg.thevenyp2013-11-129-6/+372
* [tests/] Add templated tests for mpc_log, mpc_log10.thevenyp2013-11-125-6/+151
* [tests/] Add support for char* parameters.thevenyp2013-11-082-0/+8
* [tests/templates.h] Copy needed #include's and #define's from mpc-tests.h.thevenyp2013-11-081-1/+9
* [tests/] Change abstract parameter structure into a union, explicitly disting...thevenyp2013-11-086-37/+86
* [tests/tpl_mpfr.c] Cosmetic changes.thevenyp2013-11-081-3/+2
* [tests/tpl_mpfr.c] Add assertion checking.thevenyp2013-11-081-1/+2
* [tests/tpl_mpfr.c] Cosmetic changes.thevenyp2013-11-081-10/+14
* [tests/] Add templated test for mpc_fma.thevenyp2013-11-074-5/+166
* [tests/] Add templated test for mpc_exp.thevenyp2013-11-073-17/+91
* Synchronize with r1329 from trunk.thevenyp2013-11-0711-32/+66
* [tests/] Add templated tests for mpc_fr_div and mpc_fr_sub.thevenyp2013-11-075-6/+149
* [tests/] Add templated tests for mpc_div, mpc_div_fr, mul_fr.thevenyp2013-11-077-4/+227
* [tests/] Add templated test for mpc_conj.thevenyp2013-11-073-6/+79
* [tests/] Add templated test for mpc_tan and mpc_tanh.thevenyp2013-11-065-2/+326
* [tests/] Add templated test for mpc_sin and mpc_sinh.thevenyp2013-11-065-2/+147
* [tests/] Add templated test for mpc_cos and mpc_cosh.thevenyp2013-11-065-4/+277
* [tests/] Add templated test for mpc_arg.thevenyp2013-11-063-4/+75
* [tests/] Add templated tests for mpc_asinh, mpc_atan, mpc_atanh.thevenyp2013-11-067-5/+294
* [tests/] Add templated test for mpc_asin.thevenyp2013-11-063-5/+78
* [tests/] Add templated test for mpc_acosh.thevenyp2013-11-063-5/+98
* [tests/] Add templated test for mpc_acos.thevenyp2013-11-063-4/+77
* [tests/] Add templated test for mpc_abs.thevenyp2013-11-063-3/+75
* [tests/tadd_si.c] Fix wrong function callthevenyp2013-11-051-1/+1
* [tests/tadd_si.c] Fix wrong parameter type.thevenyp2013-11-051-1/+1
* [tests/] Add templated test for mpc_sub.thevenyp2013-11-053-4/+81
* [tests/] Fix typo, improve comment.thevenyp2013-11-051-2/+2
* [tests/] Fix data_check.tpl inclusion.thevenyp2013-11-054-3/+5
* [tests/read_line.c] Call set_precision() only on mpfr_t and mpc_t parameters.thevenyp2013-11-051-1/+2
* [tests/] Use complete type enumeration in switch statement.thevenyp2013-11-052-36/+77
* [tests/] Use mpz_t instead of mpz_ptr.thevenyp2013-11-052-4/+4
* [tests/] Do not redefine _POSIX_C_SOURCE when it already exists.thevenyp2013-11-051-1/+3
* Synchronize with r1286 from trunk.thevenyp2012-10-2992-1298/+2117
* Remove old macro system in templated tests when not using tgeneric.thevenyp2012-10-292-4/+0
* Add templated tests for pow_z.thevenyp2012-10-298-10/+193
* Add templated tests for pow_fr.thevenyp2012-10-293-5/+106
* Add templated tests for pow.thevenyp2012-10-293-7/+118
* Add templated tests for pow_ui.thevenyp2012-10-293-2/+159
* Fix bugs in buffer size.thevenyp2012-10-291-3/+3
* Fix error message.thevenyp2012-10-291-1/+1
* Add templated test for pow_si.thevenyp2012-10-293-2/+134
* Add sanity check.thevenyp2012-10-291-1/+5
* Add templated tmul.thevenyp2012-10-293-2/+261
* [tests/] Add templated test for reused operands.thevenyp2012-06-2814-158/+453
* Add more template functions (function result checked, parameter reuse not che...thevenyp2012-06-2712-64/+316
* [benchs_tests] - add read filesgastineau2012-06-272-32/+57