Lines Matching refs:MP_LT
94 #define MP_LT -1 /* less than */
443 if (mp_cmp_mag (a, b) == MP_LT) {
475 if (mp_cmp_mag (a, b) != MP_LT) {
691 return MP_LT;
712 return MP_LT;
724 return MP_LT;
863 if (mp_cmp (&u, &v) != MP_LT) {
904 while (mp_cmp_d(&C, 0) == MP_LT) {
911 while (mp_cmp_mag(&C, b) != MP_LT) {
938 return MP_LT;
954 return MP_LT;
1620 if (mp_cmp_mag (a, b) == MP_LT) {
1702 if (mp_cmp_mag (a, b) == MP_LT) {
1762 while (mp_cmp (&x, &y) != MP_LT) {
2178 if (mp_cmp_mag(a, n) != MP_LT) {
2313 if (mp_cmp_d (x, 0) == MP_LT) {
2324 while (mp_cmp (x, m) != MP_LT) {
2837 if (mp_cmp_mag (x, n) != MP_LT) {
2938 if (mp_cmp_mag (a, b) != MP_LT) {