summaryrefslogtreecommitdiff
path: root/tests/tmul.c
Commit message (Expand)AuthorAgeFilesLines
* replaced MPFR 4.0.3 (which does not exist) by MPFR 4.1.0Paul Zimmermann2020-07-241-1/+1
* Add copyright dates.Andreas Enge2020-07-231-1/+1
* added test for bug in mpfr_fmms (fixed in MPFR revision 13688)Paul Zimmermann2020-02-061-0/+29
* New test framework, merged from test branch.Philippe Theveny2014-01-201-6/+16
* changed GMP_RND? to MPFR_RND?Andreas Enge2012-07-231-8/+8
* rename RNDC to MPC_RND in mpc.hAndreas Enge2012-07-051-1/+1
* mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++Andreas Enge2012-07-051-2/+2
* tmul.c: shortened test output using more recent macrosAndreas Enge2012-06-261-35/+19
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereAndreas Enge2011-11-041-8/+8
* license change:Andreas Enge2011-08-291-12/+11
* mul.c: mpc_mul_naive now assumes that all numbers have only non-zero (andAndreas Enge2011-02-231-8/+4
* tmul.c: reverted modification made for debugging and inadvertently checked inAndreas Enge2011-02-151-1/+1
* tmul.c, mul.dat: moved bug case to data fileAndreas Enge2011-02-151-26/+1
* [tmul.c] added bug found by Emmanuel Thome (infinite loop)Paul Zimmermann2011-02-141-0/+26
* done two "code clean-up" items during a Nancy-Paris train trip...Paul Zimmermann2011-02-091-2/+2
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
* tmul.c: moved special values to mul.datAndreas Enge2010-09-021-33/+0
* explicit casts in test/ to avoid warnings with '-Wconversion'Andreas Enge2010-08-311-2/+2
* replaced mp_prec_t and mp_exp_p in test directoryAndreas Enge2010-06-111-2/+2
* Modify #include chain so as to support DLL creation on CygwinPhilippe Theveny2009-03-171-2/+1
* default precision removed, as well as init and all init_setAndreas Enge2009-01-071-9/+6
* tests/tmul.c: Reduce exponent range for random number and increase maximum pr...Philippe Theveny2008-11-141-1/+1
* [mul.c] fixed bug found by Philippe (20081114)Paul Zimmermann2008-11-141-0/+5
* tests/tmul.c: Add bug for wrong inexact value returned by mpc_mul_karatsuba.Philippe Theveny2008-11-141-2/+12
* random.c: Add new parameter zero_probability to test_default_random in order ...Philippe Theveny2008-11-071-4/+4
* tests/tmul.dat: Remove unused file.Philippe Theveny2008-10-311-1/+4
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...Philippe Theveny2008-10-171-9/+4
* tests/tmul.c: update comments according to changes done in r212.Philippe Theveny2008-09-261-7/+0
* tests/tmul.c: remove from function cmpmul the tests now done in tgeneric.Philippe Theveny2008-09-261-92/+1
* tests/tmul.c: remove unused variable.Philippe Theveny2008-09-251-1/+0
* Update changes dates and authors in copyright line.Philippe Theveny2008-09-241-1/+1
* tests/tmul.c: Speed up test while increasing exponent range.Philippe Theveny2008-09-241-10/+7
* tests/tgeneric_ccc.c: random tests for complex functions of two complex varia...Philippe Theveny2008-09-231-169/+56
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...Philippe Theveny2008-07-311-3/+3
* Use the new mpc_urandom function in the test suite so that the tests are repr...Philippe Theveny2008-07-101-6/+0
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forPhilippe Theveny2008-05-301-0/+6
* eliminated comparisons between signed and unsignedAndreas Enge2008-04-111-3/+3
* Cosmetic changes: no tab, no trailing white spaces, and new indentation.Philippe Theveny2008-04-101-157/+157
* File reorganisation into three new directories: src, tests and doc.Philippe Theveny2008-04-091-0/+460