Lines Matching refs:MP_LT
83 #define MP_LT -1 /* less than */ macro
430 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()
462 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()
675 return MP_LT; in mp_cmp()
696 return MP_LT; in mp_cmp_d()
708 return MP_LT; in mp_cmp_d()
847 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()
888 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
895 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
922 return MP_LT; in mp_cmp_mag()
938 return MP_LT; in mp_cmp_mag()
1605 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1687 if (mp_cmp_mag (a, b) == MP_LT) { in mp_div()
1747 while (mp_cmp (&x, &y) != MP_LT) { in mp_div()
2163 if (mp_cmp_mag(a, n) != MP_LT) { in mp_reduce_2k_l()
2298 if (mp_cmp_d (x, 0) == MP_LT) { in mp_reduce()
2309 while (mp_cmp (x, m) != MP_LT) { in mp_reduce()
2818 if (mp_cmp_mag (x, n) != MP_LT) { in fast_mp_montgomery_reduce()
2919 if (mp_cmp_mag (a, b) != MP_LT) { in mp_montgomery_calc_normalization()