Home
last modified time | relevance | path

Searched refs:MP_EQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1024 if(mp_cmp_z(b) == MP_EQ) in mp_div()
1368 if(mp_cmp_z(&t) == MP_EQ) in mp_sqrt()
1653 return MP_EQ; in mp_cmp_z()
1671 ARGCHK(a != NULL, MP_EQ); in mp_cmp_d()
1692 return MP_EQ; in mp_cmp()
1740 ARGCHK(a != NULL, MP_EQ); in mp_cmp_int()
1799 if(mp_cmp_z(a) == MP_EQ && mp_cmp_z(b) == MP_EQ) in mp_gcd()
1801 if(mp_cmp_z(a) == MP_EQ) { in mp_gcd()
2687 if(mp_cmp_z(mp) == MP_EQ) { in mp_toradix()
4476 return MP_EQ; in s_mp_cmp()
[all …]
H A Dmpi-priv.h137 #define MP_EQ 0 macro