Searched refs:MP_LT (Results 1 – 1 of 1) sorted by relevance
85 #define MP_LT -1 /* less than */ macro438 if (mp_cmp_mag (a, b) == MP_LT) { in mp_add()471 if (mp_cmp_mag (a, b) != MP_LT) { in mp_sub()688 return MP_LT; in mp_cmp()710 return MP_LT; in mp_cmp_d()722 return MP_LT; in mp_cmp_d()864 if (mp_cmp (&u, &v) != MP_LT) { in mp_invmod_slow()905 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()912 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()940 return MP_LT; in mp_cmp_mag()[all …]