summaryrefslogtreecommitdiff
path: root/tests/mpc-tests.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunk into branch rootsunityrootsunityAndreas Enge2012-09-191-1/+8
* redoing previous task seriouslyAndreas Enge2012-03-141-1/+1
* solved problems left by r1144 (visibly not tested)Paul Zimmermann2012-03-141-2/+2
* mpc-tests.h: reorganisation of commentAndreas Enge2011-11-041-16/+14
* removed inclusion of mpc-impl.h from mpc-tests.h, required to copy some lines...Andreas Enge2011-11-041-1/+40
* mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;Andreas Enge2011-11-031-3/+3
* mpc-tests.h: removed declaration of unused memory functionsAndreas Enge2011-10-241-2/+0
* random.c, mpc-tests.h: made variables staticAndreas Enge2011-08-301-3/+0
* license change:Andreas Enge2011-08-291-13/+12
* mpc-tests.h: remove redundant definition of MPFR_OUTAndreas Enge2011-02-231-7/+0
* done two "code clean-up" items during a Nancy-Paris train trip...Paul Zimmermann2011-02-091-3/+13
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
* sin_cos: bug fix to allow overlap in argument and resultAndreas Enge2011-01-181-29/+30
* added mpc_fma (request from Mickael Gastineau)Paul Zimmermann2011-01-141-0/+4
* moved declaration of set_pi_over_2 from acos.c/asin.c to header file mpc-impl.hAndreas Enge2010-09-021-20/+20
* code cleanup:Andreas Enge2010-07-301-2/+2
* mpc-test.h, read_data.c: fixed calls of functions with "char *" parameterAndreas Enge2010-06-171-4/+4
* Remove definition of GMP_RND_MAX in tests, since the corresponding mpfr symbo...Philippe Theveny2010-05-031-7/+0
* pow_ui.c:Andreas Enge2010-04-011-1/+1
* added mechanism (copied from GNU MPFR 2.4.1) to check memoryPaul Zimmermann2009-11-201-0/+2
* [mpc-tests.h] added macro to prevent multiple inclusion (useful for the VisualPaul Zimmermann2009-10-121-0/+5
* tests/mpc-tests.h: Use MPFR_RND_MAX instead of GMP_RND_MAX when compiled agai...Philippe Theveny2009-07-291-0/+7
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2Paul Zimmermann2009-03-271-1/+2
* tests/mpc-tests.h tests/read_data.c: factorize code reading data file, and usePhilippe Theveny2009-03-201-5/+13
* strtoc returns -1 upon errorAndreas Enge2009-03-191-0/+5
* revert to UNIX format (r457 changed every file to DOS format).Philippe Theveny2009-03-171-168/+168
* Modify #include chain so as to support DLL creation on CygwinPhilippe Theveny2009-03-171-170/+168
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.Philippe Theveny2009-02-181-1/+22
* removed V_CC related code, since all functions now return a valueAndreas Enge2008-12-081-18/+9
* tests/mpc-tests.h: declare global random seed variables as extern (they are d...Philippe Theveny2008-11-191-2/+2
* - added data files for norm, div, div_fr, fr_div, mul_frAndreas Enge2008-11-131-76/+1
* tests/mpc-tests.h, tests/tgeneric.c: Add new fonction type CCI for mpc_mul_i.Philippe Theveny2008-11-071-0/+3
* random.c: Add new parameter zero_probability to test_default_random in order ...Philippe Theveny2008-11-071-1/+1
* mpc-tests.h: Add a new field for function properties to struct mpc_function; ...Philippe Theveny2008-10-311-10/+38
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...Philippe Theveny2008-10-171-0/+202