Searched refs:MP_EQ (Results 1 – 2 of 2) sorted by relevance
731 if(s_mp_cmp_d(b, 0) == MP_EQ) in mp_neg()764 if (s_mp_cmp_d(c, 0) == MP_EQ) in mp_add()806 if (s_mp_cmp_d(c, 0) == MP_EQ) in mp_sub()896 if(SIGN(a) == SIGN(b) || s_mp_cmp_d(c, 0) == MP_EQ) in mp_mul()1024 if(mp_cmp_z(b) == MP_EQ) in mp_div()1071 if(s_mp_cmp_d(pQ, 0) == MP_EQ) in mp_div()1073 if(s_mp_cmp_d(pR, 0) == MP_EQ) in mp_div()1368 if(mp_cmp_z(&t) == MP_EQ) in mp_sqrt()1653 return MP_EQ; in mp_cmp_z()1671 ARGCHK(a != NULL, MP_EQ); in mp_cmp_d()[all …]
137 #define MP_EQ 0 macro