Searched refs:s_mp_cmp_d (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.c442 } else if(s_mp_cmp_d(&tmp, d) >= 0) {
451 if(s_mp_cmp_d(&tmp, 0) == 0)
486 } else if(s_mp_cmp_d(&tmp, d) >= 0) {
496 if(s_mp_cmp_d(&tmp, 0) == 0)
602 if(s_mp_cmp_d(&qp, 0) == 0)
731 if(s_mp_cmp_d(b, 0) == MP_EQ)
764 if (s_mp_cmp_d(c, 0) == MP_EQ)
806 if (s_mp_cmp_d(c, 0) == MP_EQ)
896 if(SIGN(a) == SIGN(b) || s_mp_cmp_d(c, 0) == MP_EQ)
1071 if(s_mp_cmp_d(p
4488 int s_mp_cmp_d(const mp_int *a, mp_digit d) function
[all...]
H A Dmpi-priv.h234 int s_mp_cmp_d(const mp_int *a, mp_digit d); /* magnitude digit compare */

Completed in 68 milliseconds