summaryrefslogtreecommitdiff
path: root/tests/print_parameter.c
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:09:07 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2014-01-22 10:09:07 +0000
commitf8e19d05072cb3e7bc32fc093868fdf73fa9a232 (patch)
tree28044abea340c7a5fefa24e36d2318131081c2bd /tests/print_parameter.c
parent9936d02411e3446fb64e5fd8fb8e5671af25dbf1 (diff)
downloadmpc-f8e19d05072cb3e7bc32fc093868fdf73fa9a232.tar.gz
[tests] Support of sin_cos with the new test framework.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1422 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/print_parameter.c')
-rw-r--r--tests/print_parameter.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/print_parameter.c b/tests/print_parameter.c
index e7820c8..3ae502b 100644
--- a/tests/print_parameter.c
+++ b/tests/print_parameter.c
@@ -118,6 +118,13 @@ print_parameter (mpc_fun_param_t* params, int index)
mpc_rnd_mode[params->P[index].mpc_rnd]);
break;
+ case MPCC_INEX:
+ printf (" double ternary value = %s, %s\n",
+ MPC_INEX_STR (MPC_INEX1 (params->P[index].mpcc_inex)),
+ MPC_INEX_STR (MPC_INEX2 (params->P[index].mpcc_inex))
+ );
+ break;
+
default:
fprintf (stderr, "print_parameter: unsupported type.\n");
exit (1);