Searched refs:MP_LT (Results 1 – 1 of 1) sorted by relevance
94 #define MP_LT -1 /* less than */ macro443 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()475 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()691 return MP_LT; in mp_cmp()712 return MP_LT; in mp_cmp_d()724 return MP_LT; in mp_cmp_d()863 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()904 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()911 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()938 return MP_LT; in mp_cmp_mag()[all …]