Searched defs:mp_cmp_d (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/common/mpi/
H A Dmpi.c1510 if(mp_cmp_d(a, 1) <= 0)
1833 /* {{{ mp_cmp_d(a, d) */
1836 mp_cmp_d(a, d)
1841 int mp_cmp_d(const mp_int *a, mp_digit d) function
1850 } /* end mp_cmp_d() */
1905 you can always use mp_cmp_d(), and for zero, there is mp_cmp_z().
2297 if (mp_cmp_d(&f, 1) == MP_EQ) { /* f == 1 */
2447 if (mp_cmp_d(&g, 1) != MP_EQ) {

Completed in 25 milliseconds