Searched refs:MP_LT (Results 1 - 22 of 22) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_cmp_d.c23 return MP_LT;
35 return MP_LT;
H A Dbn_mp_cmp_mag.c30 return MP_LT;
46 return MP_LT;
H A Dbn_mp_cmp.c25 return MP_LT;
H A Dbn_mp_add.c38 if (mp_cmp_mag (a, b) == MP_LT) {
H A Dbn_mp_montgomery_calc_normalization.c46 if (mp_cmp_mag (a, b) != MP_LT) {
H A Dbn_mp_sub.c39 if (mp_cmp_mag (a, b) != MP_LT) {
H A Dbn_mp_reduce.c76 if (mp_cmp_d (x, 0) == MP_LT) {
85 while (mp_cmp (x, m) != MP_LT) {
H A Dbn_mp_lcm.c35 if (mp_cmp_mag(a, b) == MP_LT) {
H A Dbn_mp_reduce_2k.c47 if (mp_cmp_mag(a, n) != MP_LT) {
H A Dbn_mp_reduce_2k_l.c48 if (mp_cmp_mag(a, n) != MP_LT) {
H A Dbn_mp_invmod_slow.c111 if (mp_cmp (&u, &v) != MP_LT) {
152 while (mp_cmp_d(&C, 0) == MP_LT) {
159 while (mp_cmp_mag(&C, b) != MP_LT) {
H A Dbn_mp_prime_next_prime.c38 if (mp_cmp_d(a, ltm_prime_tab[PRIME_SIZE-1]) == MP_LT) {
41 if (mp_cmp_d(a, ltm_prime_tab[x]) != MP_LT) {
H A Dbn_mp_dr_reduce.c84 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_mp_montgomery_reduce.c108 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_fast_mp_montgomery_reduce.c163 if (mp_cmp_mag (x, n) != MP_LT) {
H A Dbn_mp_div.c32 if (mp_cmp_mag (a, b) == MP_LT) {
114 if (mp_cmp_mag (a, b) == MP_LT) {
174 while (mp_cmp (&x, &y) != MP_LT) {
H A Dbn_fast_mp_invmod.c97 if (mp_cmp (&u, &v) != MP_LT) {
H A Dtommath.h135 #define MP_LT -1 /* less than */ macro
H A Dbn.tex846 case MP_LT: printf("|number1| < |number2|"); break;
904 case MP_LT: printf("number1 < number2"); break;
954 case MP_LT: printf("number < 7"); break;
1014 case MP_LT: printf("2*number < 7"); break;
1026 case MP_LT: printf("2*number/2 < 7"); break;
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c149 if (mp_cmp (&u, &v) != MP_LT) {
367 if (mp_cmp_mag (x, n) != MP_LT) {
848 if (mp_cmp_mag (a, b) == MP_LT) {
1248 return MP_LT;
1293 return MP_LT;
1305 return MP_LT;
1348 return MP_LT;
1364 return MP_LT;
1587 if (mp_cmp_mag (a, b) == MP_LT) {
1669 if (mp_cmp_mag (a, b) == MP_LT) {
[all...]
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h17 #define MP_LT -1 macro
H A Dmpi.c85 #define MP_LT -1 macro
1779 return MP_LT;
1802 return MP_LT;
1830 return MP_LT;
3786 return MP_LT;
3795 return MP_LT;
3819 return MP_LT;

Completed in 113 milliseconds