Searched refs:mp_cmp_d (Results 1 - 19 of 19) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_cmp_d.c19 int mp_cmp_d(mp_int * a, mp_digit b) function
H A Dbn_mp_jacobi.c28 if (mp_cmp_d(p, 0) != MP_GT) {
39 if (mp_cmp_d (a, 1) == MP_EQ) {
82 if (mp_cmp_d (&a1, 1) == MP_EQ) {
H A Dbn_mp_prime_miller_rabin.c34 if (mp_cmp_d(b, 1) != MP_GT) {
70 if (mp_cmp_d (&y, 1) != MP_EQ && mp_cmp (&y, &n1) != MP_EQ) {
79 if (mp_cmp_d (&y, 1) == MP_EQ) {
H A Dbn_mp_prime_fermat.c35 if (mp_cmp_d(b, 1) != MP_GT) {
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) {
65 if (mp_cmp_d(a, 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_reduce.c76 if (mp_cmp_d (x, 0) == MP_LT) {
H A Dbn_mp_invmod_slow.c146 if (mp_cmp_d (&v, 1) != MP_EQ) {
152 while (mp_cmp_d(&C, 0) == MP_LT) {
H A Dbn_fast_mp_invmod.c125 if (mp_cmp_d (&v, 1) != MP_EQ) {
H A Dtommath.h331 int mp_cmp_d(mp_int *a, mp_digit b);
H A Dbn.tex927 int mp_cmp_d(mp_int * a, mp_digit b);
951 switch(mp_cmp_d(&number, 7)) \{
1011 switch(mp_cmp_d(&number, 7)) \{
1023 switch(mp_cmp_d(&number, 7)) \{
/barrelfish-2018-10-04/lib/tommath/etc/
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 Dtiming.c267 if (mp_cmp_d(&d, 1)) {
292 } while (mp_cmp_d(&c, 1) != MP_EQ);
304 if (mp_cmp_d(&d, 1) != MP_EQ) {
H A Ddemo.c292 if (mp_cmp(&b, &c) || mp_cmp_d(&e, r2)) {
659 if (mp_cmp_d(&e, 1) != MP_EQ) {
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmtest.c255 if (mp_cmp_d(&c, 1) != 0) continue;
256 if (mp_cmp_d(&b, 1) == 0) continue;
H A Dmpi.h161 int mp_cmp_d(mp_int *a, mp_digit d);
H A Dmpi.c1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ)
1789 /* {{{ mp_cmp_d(a, d) */
1792 mp_cmp_d(a, d)
1797 int mp_cmp_d(mp_int *a, mp_digit d) function
1806 } /* end mp_cmp_d() */
1861 you can always use mp_cmp_d(), and for zero, there is mp_cmp_z().
2201 if(mp_cmp_d(&g, 1) != MP_EQ) {
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c177 if (mp_cmp_d (&v, 1) != MP_EQ) {
1289 int mp_cmp_d(mp_int * a, mp_digit b) function
3089 if (mp_cmp_d(a, 0) != MP_EQ) {
3844 if (mp_cmp_d (&v, 1) != MP_EQ) {
3850 while (mp_cmp_d(&C, 0) == MP_LT) {
4018 if (mp_cmp_d(p, 0) != MP_GT) {
4029 if (mp_cmp_d (a, 1) == MP_EQ) {
4072 if (mp_cmp_d (&a1, 1) == MP_EQ) {
5561 if (mp_cmp_d(b, 1) != MP_GT) {
5686 if (mp_cmp_d(
[all...]

Completed in 65 milliseconds