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

/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1682 /* {{{ mp_cmp(a, b) */
1684 int mp_cmp(const mp_int *a, const mp_int *b) function
1705 } /* end mp_cmp() */
1743 out = mp_cmp(a, &tmp);
2011 if(mp_cmp(&u, &v) >= 0) {
2129 diff_sign = mp_cmp(&f, &g);
2330 if (mp_cmp(&t1, &t0) == MP_EQ)
4419 while(mp_cmp(x, m) >= 0) {

Completed in 70 milliseconds