Home | History | Annotate | Download | only in mtest

Lines Matching refs:mp_cmp_d

1467   if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ) 
1789 /* {{{ mp_cmp_d(a, d) */
1792 mp_cmp_d(a, d)
1797 int mp_cmp_d(mp_int *a, mp_digit d)
1806 } /* end mp_cmp_d() */
1861 you can always use mp_cmp_d(), and for zero, there is mp_cmp_z().
2201 if(mp_cmp_d(&g, 1) != MP_EQ) {