Lines Matching refs:mpc_init2
39 mpc_init2 (z, MPC_MAX_PREC (x)); in cmpmul()
40 mpc_init2 (t, MPC_MAX_PREC (x)); in cmpmul()
70 mpc_init2 (x, prec); in testmul()
71 mpc_init2 (y, prec); in testmul()
98 mpc_init2 (x, 1000); in check_regular()
99 mpc_init2 (y, 1000); in check_regular()
140 mpc_init2 (x, 53); in bug20200206()
141 mpc_init2 (y, 53); in bug20200206()
142 mpc_init2 (z, 53); in bug20200206()
226 mpc_init2 (b, 20); in bug20221130()
227 mpc_init2 (c_conj, 20); in bug20221130()
228 mpc_init2 (res, 2); in bug20221130()
229 mpc_init2 (ref, 5); in bug20221130()