Home | History | Annotate | Download | only in pre_gen

Lines Matching defs:mp_cmp_mag

367   if (mp_cmp_mag (x, n) != MP_LT) {
848 if (mp_cmp_mag (a, b) == MP_LT) {
1257 return mp_cmp_mag(b, a);
1259 return mp_cmp_mag(a, b);
1337 int mp_cmp_mag (mp_int * a, mp_int * b)
1587 if (mp_cmp_mag (a, b) == MP_LT) {
1669 if (mp_cmp_mag (a, b) == MP_LT) {
1782 } while (mp_cmp_mag(&t1, &t2) == MP_GT);
2352 if (mp_cmp_mag (x, n) != MP_LT) {
3230 if (mp_cmp_mag(&u, &v) == MP_GT) {
3852 while (mp_cmp_mag(&C, b) != MP_LT) {
3973 *ret = (mp_cmp_mag(&t,arg) == MP_EQ) ? MP_YES : MP_NO;
4425 if (mp_cmp_mag(a, b) == MP_LT) {
4713 if (mp_cmp_mag (a, b) != MP_LT) {
4838 if (mp_cmp_mag (x, n) != MP_LT) {
6707 if (mp_cmp_mag(a, n) != MP_LT) {
6773 if (mp_cmp_mag(a, n) != MP_LT) {
7438 } while (mp_cmp_mag(&t1,&t2) == MP_GT);
7494 if (mp_cmp_mag (a, b) != MP_LT) {