Home | History | Annotate | Download | only in tls

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;
1621 if (mp_cmp_mag (a, b) == MP_LT) {
1703 if (mp_cmp_mag (a, b) == MP_LT) {
1763 while (mp_cmp (&x, &y) != MP_LT) {
2179 if (mp_cmp_mag(a, n) != MP_LT) {
2314 if (mp_cmp_d (x, 0) == MP_LT) {
2325 while (mp_cmp (x, m) != MP_LT) {
2838 if (mp_cmp_mag (x, n) != MP_LT) {
2939 if (mp_cmp_mag (a, b) != MP_LT) {