Searched refs:MP_MASK (Results 26 - 30 of 30) sorted by relevance

12

/barrelfish-2018-10-04/lib/tommath/etc/
H A D2kprime.c30 if (z > MP_MASK) {
H A Dpprime.c60 r &= MP_MASK;
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c280 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK);
351 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
457 W[ix] = ((mp_digit)_W) & MP_MASK;
558 W[ix] = ((mp_digit)_W) & MP_MASK;
678 W[ix] = (mp_digit)(_W & MP_MASK);
692 *tmpb++ = W[ix] & MP_MASK;
935 *tmpc++ &= MP_MASK;
941 *tmpc++ &= MP_MASK;
1754 if (tmp > (mp_word) MP_MASK)
[all...]
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h131 #define MP_MASK ((((mp_digit)1)<<((mp_digit)DIGIT_BIT))-((mp_digit)1)) macro
132 #define MP_DIGIT_MAX MP_MASK
/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c305 a.dp[ix] = MP_MASK;

Completed in 92 milliseconds

12