Searched refs:mpc_zero_p (Results 1 – 2 of 2) sorted by relevance
111 #define mpc_zero_p(z) (mpfr_zero_p(mpc_realref(z))&&mpfr_zero_p(mpc_imagref(z))) macro
256 if (mpc_zero_p (c)) in mpc_div()