MP_EQ
if(mp_cmp_z(b) == MP_EQ)
if(s_mp_cmp_d(pQ, 0) == MP_EQ)
if(s_mp_cmp_d(pR, 0) == MP_EQ)
if(mp_cmp_z(&t) == MP_EQ)
return MP_EQ;
ARGCHK(a != NULL, MP_EQ);
ARGCHK(a != NULL && b != NULL, MP_EQ);
if((mag = s_mp_cmp(a, b)) == MP_EQ)
return MP_EQ;
ARGCHK(a != NULL && b != NULL, MP_EQ);
ARGCHK(a != NULL, MP_EQ);
if(mp_cmp_z(a) == MP_EQ && mp_cmp_z(b) == MP_EQ)
if(mp_cmp_z(a) == MP_EQ) {
} else if(mp_cmp_z(b) == MP_EQ) {
if(s_mp_cmp_d(&t, 0) == MP_EQ)
if (mp_cmp_d(&f, 1) == MP_EQ) { /* f == 1 */
if (mp_cmp_d(&g, 1) != MP_EQ) {
if (mp_cmp(&t1, &t0) == MP_EQ)
if(s_mp_cmp_d(mp, 0) == MP_EQ)
MP_SIGN(a) = (s_mp_cmp_d(a, 0) == MP_EQ) ? ZPOS : sig;
if(mp_cmp_z(mp) == MP_EQ) {
return MP_EQ;
return MP_EQ;
if (MP_EQ == mp_cmp_z(mp)) {
if(s_mp_cmp_d(b, 0) == MP_EQ)
if (s_mp_cmp_d(c, 0) == MP_EQ)
if (s_mp_cmp_d(c, 0) == MP_EQ)
if(SIGN(a) == SIGN(b) || s_mp_cmp_d(c, 0) == MP_EQ)