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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decp_jac.c101 if (mp_cmp_d(pz, 1) == 0) {
253 if (mp_cmp_d(pz, 1) == 0) {
282 if (mp_cmp_d(pz, 1) == 0) {
H A Dmpi.h306 int mp_cmp_d(const mp_int *a, mp_digit d);
H A Dmpi.c1328 if(mp_cmp_d(a, 1) <= 0)
1651 /* {{{ mp_cmp_d(a, d) */
1654 mp_cmp_d(a, d)
1659 int mp_cmp_d(const mp_int *a, mp_digit d) function
1668 } /* end mp_cmp_d() */
1723 you can always use mp_cmp_d(), and for zero, there is mp_cmp_z().
2115 if (mp_cmp_d(&f, 1) == MP_EQ) { /* f == 1 */
2265 if (mp_cmp_d(&g, 1) != MP_EQ) {

Completed in 95 milliseconds