Lines Matching refs:MP_EQ
177 if (mp_cmp_d (&v, 1) != MP_EQ) {
1307 return MP_EQ;
1367 return MP_EQ;
3084 if (mp_cmp_d(a, 0) != MP_EQ) {
3839 if (mp_cmp_d (&v, 1) != MP_EQ) {
3973 *ret = (mp_cmp_mag(&t,arg) == MP_EQ) ? MP_YES : MP_NO;
4024 if (mp_cmp_d (a, 1) == MP_EQ) {
4067 if (mp_cmp_d (&a1, 1) == MP_EQ) {
5382 } while (mp_cmp (&t1, &t2) != MP_EQ);
5571 if (mp_cmp (&t, b) == MP_EQ) {
5681 if (mp_cmp_d(a, ltm_prime_tab[ix]) == MP_EQ) {
5798 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
5801 while ((j <= (s - 1)) && mp_cmp (&y, &n1) != MP_EQ) {
5807 if (mp_cmp_d (&y, 1) == MP_EQ) {
5815 if (mp_cmp (&y, &n1) != MP_EQ) {
5900 if (mp_cmp_d(a, 1) == MP_EQ) {