summaryrefslogtreecommitdiff
path: root/tests/tfr_div.c
Commit message (Collapse)AuthorAgeFilesLines
* New test framework, merged from test branch.Philippe Theveny2014-01-201-4/+13
| | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1416 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* license change:Andreas Enge2011-08-291-12/+11
| | | | | | | | | | | | LGPLv3+ for code FDLv1.3+ for mpc.texi simple disclaimer for supporting files (README, NEWS, INSTALL) tests/memory.c: replaced by version from mpfr-3.0.1 mpfr.texi: small cleanups; added real authors again, while keeping copyright notice with INRIA git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@1027 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."Paul Zimmermann2011-01-251-1/+1
| | | | git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@891 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* - added data files for norm, div, div_fr, fr_div, mul_frAndreas Enge2008-11-131-2/+3
| | | | | | | | | - debugged some of the corresponding functions - tests/mpc-tests.h: removal of macros - tests/read_data.c: reorganisation of reused code in functions git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@299 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, ↵Philippe Theveny2008-10-171-28/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests/tgeneric_cc.c, tests/tgeneric_cfc.c, tests/tgeneric_cuuc.c, tests/tgeneric_fc.c, tests/tgeneric_ccf.c, tests/tgeneric_cuc.c: code moved into test/tgeneric.c. tests/read_data_cc.c: code moved into tests/read_data.c. tests/mpc-tests.h: helper test function are in this new library tests/tgeneric.c: generic are reuse tests for all function prototypes used in MPC. tests/read_data.c: read data in a file. tests/comparisons.c: comparaison function working also with special values tests/random.c: functions become public tests/tsub_ui.c: use new libmpc-tests tests/tconj.c: use new libmpc-tests tests/tmul_ui.c: use new libmpc-tests tests/tmul_2exp.c: use new libmpc-tests tests/texp.c: use new libmpc-tests tests/tsinh.c: use new libmpc-tests tests/tneg.c: use new libmpc-tests tests/tui_div.c: use new libmpc-tests tests/tsub_fr.c: use new libmpc-tests tests/tdiv_2exp.c: use new libmpc-tests tests/tmul_fr.c: use new libmpc-tests tests/tadd_ui.c: use new libmpc-tests tests/tsqrt.c: use new libmpc-tests tests/ttanh.c: use new libmpc-tests tests/tfr_div.c: use new libmpc-tests tests/tnorm.c: use new libmpc-tests tests/tadd_fr.c: use new libmpc-tests tests/tfr_sub.c: use new libmpc-tests tests/tui_ui_sub.c: use new libmpc-tests tests/tmul_si.c: use new libmpc-tests tests/tdiv_ui.c: use new libmpc-tests tests/tlog.c: use new libmpc-tests tests/tdiv.c: use new libmpc-tests tests/ttan.c: use new libmpc-tests tests/tcos.c: use new libmpc-tests tests/tadd.c: use new libmpc-tests tests/tsin.c: use new libmpc-tests tests/tsub.c: use new libmpc-tests tests/tcosh.c: use new libmpc-tests tests/tmul.c: use new libmpc-tests tests/tabs.c: use new libmpc-tests tests/tsqr.c: use new libmpc-tests tests/tdiv_fr.c: use new libmpc-tests tests/tui_sub.c: removed because mpc_ui_sub is a macro. tests/abs.dat: new test file for mpc_abs. tests/Makefile.am: record previous changes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@258 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* src/fr_sub.c: Fix bug revealed by tests (wrong sign in imaginary part).Philippe Theveny2008-09-241-48/+19
| | | | | | | | | tests/tgeneric_cfc.c: random tests for complex functions of two variables : the first one of type mpfr_t and the second one of type mpc_t; and tests for parameter reuse. tests/Makefile.am: add tgeneric_cfc.c to EXTRA_DIST and add new tests files. tests/tfr_div.c tests/tfr_sub.c: use tgeneric_cfc.c git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@196 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* tests/tfr_div.c: rename function 'check_random', avoiding ambiguity with ↵Philippe Theveny2008-09-231-2/+2
| | | | | | libc function. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@187 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* corrected tiny error in tfr_div.cAndreas Enge2008-09-151-1/+1
| | | | | | | erased things from TODO that are done git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@169 211d60ee-9f03-0410-a15a-8952a2c7a4e4
* src/fr_div.c: Add new function (preliminary version, adapted from mpc_div, ↵Philippe Theveny2008-09-121-0/+88
need a better handling for very big/very small exponents). src/mpc.h src/Makefile.am doc/mpc.texi: Add mpc_fr_div. tests/Makefile.am tests/tfr_div.c: Associated tests (need tests for special values). git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/mpc/trunk@167 211d60ee-9f03-0410-a15a-8952a2c7a4e4