summaryrefslogtreecommitdiff
path: root/tests/tdiv_2si.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tdiv_2si.c')
-rw-r--r--tests/tdiv_2si.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/tdiv_2si.c b/tests/tdiv_2si.c
index 5046201..2b34aec 100644
--- a/tests/tdiv_2si.c
+++ b/tests/tdiv_2si.c
@@ -1,6 +1,6 @@
/* tdiv_2si -- test file for mpc_div_2si.
-Copyright (C) 2012 INRIA
+Copyright (C) 2012, 2013 INRIA
This file is part of GNU MPC.
@@ -20,14 +20,19 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include "mpc-tests.h"
+#define MPC_FUNCTION_CALL \
+ P[0].mpc_inex = mpc_div_2si (P[1].mpc, P[2].mpc, P[3].si, P[4].mpc_rnd)
+#define MPC_FUNCTION_CALL_REUSE_OP1 \
+ P[0].mpc_inex = mpc_div_2si (P[1].mpc, P[1].mpc, P[3].si, P[4].mpc_rnd)
+
+#include "tgeneric.tpl"
+
int
main (void)
{
- DECL_FUNC (CCS, f, mpc_div_2si);
-
test_start ();
- tgeneric (f, 2, 1024, 7, -1);
+ tgeneric_template ("div_2si.dsc", 2, 1024, 7, 1024);
test_end ();