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

/osnet-11/usr/src/common/mpi/
H A Dmpi.c762 } else if(s_mp_cmp(a, b) >= 0) { /* different sign: |a| >= |b| */
800 } else if (!(magDiff = s_mp_cmp(a, b))) {
1225 if ((cmp = s_mp_cmp(a, b)) <= 0) {
1418 if((mag = s_mp_cmp(a, m)) > 0) {
1863 if((mag = s_mp_cmp(a, b)) == MP_EQ)
1893 return s_mp_cmp(a, b);
4429 while (MP_USED(rem) > MP_USED(div) || s_mp_cmp(rem, div) >= 0) {
4437 if (s_mp_cmp(&part, div) < 0) {
4483 for (i = 4; s_mp_cmp(&t, &part) > 0 && i > 0; --i) {
4609 /* {{{ s_mp_cmp(
4612 int s_mp_cmp(const mp_int *a, const mp_int *b) function
[all...]

Completed in 29 milliseconds