Searched refs:MP_LT (Results 1 – 1 of 1) sorted by relevance
86 #define MP_LT -1 /* less than */ macro435 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()467 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()683 return MP_LT; in mp_cmp()704 return MP_LT; in mp_cmp_d()716 return MP_LT; in mp_cmp_d()855 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()896 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()903 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()930 return MP_LT; in mp_cmp_mag()[all …]