Searched refs:mpc_zero_p (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/src/
H A Dagm.c213 else if (mpc_zero_p (a) || mpc_zero_p (b))
H A Dmpc-impl.h93 #define mpc_zero_p(z) (mpfr_zero_p(mpc_realref(z))&&mpfr_zero_p(mpc_imagref(z))) macro
H A Ddiv.c258 if (mpc_zero_p (c)) /* both Re(c) and Im(c) are zero */
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtballs.c38 || mpc_zero_p (opa) || mpc_zero_p (opb)

Completed in 125 milliseconds