Home | History | Annotate | Download | only in tests

Lines Matching refs:MPC

5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
21 #include "mpc-tests.h"
95 case MPC:
126 case MPC:
127 mpfr_set_prec (mpc_realref (params->P[index].mpc),
128 MPC_PREC_RE (params->P[index_ref].mpc));
129 mpfr_set_prec (mpc_imagref (params->P[index].mpc),
130 MPC_PREC_IM (params->P[index_ref].mpc));
166 if (params->T[out] == MPFR || params->T[out] == MPC)