summaryrefslogtreecommitdiff
path: root/tests/print_parameter.c
diff options
context:
space:
mode:
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);