Searched refs:MP_EQ (Results 1 - 21 of 21) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_prime_miller_rabin.c70 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
73 while ((j <= (s - 1)) && mp_cmp (&y, &n1) != MP_EQ) {
79 if (mp_cmp_d (&y, 1) == MP_EQ) {
87 if (mp_cmp (&y, &n1) != MP_EQ) {
H A Dbn_mp_cmp_d.c37 return MP_EQ;
H A Dbn_mp_cmp_mag.c49 return MP_EQ;
H A Dbn_mp_prime_fermat.c50 if (mp_cmp (&t, b) == MP_EQ) {
H A Dbn_mp_jacobi.c39 if (mp_cmp_d (a, 1) == MP_EQ) {
82 if (mp_cmp_d (&a1, 1) == MP_EQ) {
H A Dbn_mp_fread.c56 if (mp_cmp_d(a, 0) != MP_EQ) {
H A Dbn_mp_prime_is_prime.c40 if (mp_cmp_d(a, ltm_prime_tab[ix]) == MP_EQ) {
H A Dbn_mp_is_square.c101 *ret = (mp_cmp_mag(&t,arg) == MP_EQ) ? MP_YES : MP_NO;
H A Dbn_mp_n_root.c95 } while (mp_cmp (&t1, &t2) != MP_EQ);
H A Dbn_fast_mp_invmod.c125 if (mp_cmp_d (&v, 1) != MP_EQ) {
H A Dbn_mp_prime_next_prime.c65 if (mp_cmp_d(a, 1) == MP_EQ) {
H A Dbn_mp_invmod_slow.c146 if (mp_cmp_d (&v, 1) != MP_EQ) {
H A Dtommath.h136 #define MP_EQ 0 /* equal to */ macro
H A Dbn.tex845 case MP_EQ: printf("|number1| = |number2|"); break;
903 case MP_EQ: printf("number1 = number2"); break;
953 case MP_EQ: printf("number = 7"); break;
1013 case MP_EQ: printf("2*number = 7"); break;
1025 case MP_EQ: printf("2*number/2 = 7"); break;
/barrelfish-2018-10-04/lib/tommath/etc/
H A Dmont.c38 if (mp_cmp(&pp, &p) != MP_EQ) {
H A Dpprime.c260 if (mp_cmp_d (&y, 1) != MP_EQ)
273 if (mp_cmp_d (&y, 1) == MP_EQ)
281 if (mp_cmp_d (&y, 1) == MP_EQ)
290 if (mp_cmp_d (&y, 1) == MP_EQ)
298 if (mp_cmp_d (&y, 1) == MP_EQ)
307 if (mp_cmp_d (&y, 1) == MP_EQ)
316 if (mp_cmp_d (&y, 1) != MP_EQ)
/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c94 if (mp_cmp(&c, &d) != MP_EQ) {
138 if (mp_cmp_mag(&b, &a) != MP_EQ) {
326 if (mp_cmp(&b, &c) != MP_EQ) {
374 if (mp_cmp(&b, &c) != MP_EQ) {
445 if (mp_cmp(&a, &b) != MP_EQ) {
465 if (mp_cmp(&a, &b) != MP_EQ) {
481 if (mp_cmp(&c, &d) != MP_EQ) {
496 if (mp_cmp(&c, &d) != MP_EQ) {
508 if (mp_cmp_mag(&c, &d) != MP_EQ) {
525 if (mp_cmp(&c, &d) != MP_EQ) {
[all...]
H A Dtiming.c292 } while (mp_cmp_d(&c, 1) != MP_EQ);
304 if (mp_cmp_d(&d, 1) != MP_EQ) {
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.c86 #define MP_EQ 0 macro
706 if(s_mp_cmp_d(q, 0) == MP_EQ)
844 if(s_mp_cmp_d(b, 0) == MP_EQ)
1070 if(sgn == MP_ZPOS || s_mp_cmp_d(c, 0) == MP_EQ)
1151 if(mp_cmp_z(b) == MP_EQ)
1203 if(s_mp_cmp_d(&qtmp, 0) == MP_EQ)
1205 if(s_mp_cmp_d(&rtmp, 0) == MP_EQ)
1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ)
1495 if(mp_cmp_z(&t) == MP_EQ)
[all...]
H A Dmpi.h18 #define MP_EQ 0 macro
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c177 if (mp_cmp_d (&v, 1) != MP_EQ) {
1307 return MP_EQ;
1367 return MP_EQ;
3089 if (mp_cmp_d(a, 0) != MP_EQ) {
3844 if (mp_cmp_d (&v, 1) != MP_EQ) {
3978 *ret = (mp_cmp_mag(&t,arg) == MP_EQ) ? MP_YES : MP_NO;
4029 if (mp_cmp_d (a, 1) == MP_EQ) {
4072 if (mp_cmp_d (&a1, 1) == MP_EQ) {
5387 } while (mp_cmp (&t1, &t2) != MP_EQ);
5576 if (mp_cmp (&t, b) == MP_EQ) {
[all...]

Completed in 126 milliseconds