Searched refs:mpc_zero_p (Results 1 – 4 of 4) sorted by relevance
38 || mpc_zero_p (opa) || mpc_zero_p (opb) in mpc_mpcb_agm()
213 else if (mpc_zero_p (a) || mpc_zero_p (b)) in mpc_agm()
93 #define mpc_zero_p(z) (mpfr_zero_p(mpc_realref(z))&&mpfr_zero_p(mpc_imagref(z))) macro
258 if (mpc_zero_p (c)) /* both Re(c) and Im(c) are zero */ in mpc_div()