Home | History | Annotate | Download | only in mtest

Lines Matching defs:MP_EQ

86 #define  MP_EQ        0
706 if(s_mp_cmp_d(q, 0) == MP_EQ)
844 if(s_mp_cmp_d(b, 0) == MP_EQ)
1070 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1151 if(mp_cmp_z(b) == MP_EQ)
1203 if(s_mp_cmp_d(&qtmp, 0) == MP_EQ)
1205 if(s_mp_cmp_d(&rtmp, 0) == MP_EQ)
1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ)
1495 if(mp_cmp_z(&t) == MP_EQ)
1781 return MP_EQ;
1799 ARGCHK(a != NULL, MP_EQ);
1814 ARGCHK(a != NULL && b != NULL, MP_EQ);
1819 if((mag = s_mp_cmp(a, b)) == MP_EQ)
1820 return MP_EQ;
1847 ARGCHK(a != NULL && b != NULL, MP_EQ);
1868 ARGCHK(a != NULL, MP_EQ);
1927 if(mp_cmp_z(a) == MP_EQ && mp_cmp_z(b) == MP_EQ)
1929 if(mp_cmp_z(a) == MP_EQ) {
1931 } else if(mp_cmp_z(b) == MP_EQ) {
1992 if(s_mp_cmp_d(&t, 0) == MP_EQ)
2201 if(mp_cmp_d(&g, 1) != MP_EQ) {
2494 if(s_mp_cmp_d(mp, 0) == MP_EQ)
2551 if(mp_cmp_z(mp) == MP_EQ) {
3800 return MP_EQ;
3823 return MP_EQ;