Lines Matching refs:MP_WARRAY
233 mp_word W[MP_WARRAY];
417 mp_digit W[MP_WARRAY];
521 mp_digit W[MP_WARRAY];
624 mp_digit W[MP_WARRAY], *tmpx;
2716 if (((P->used * 2 + 1) < MP_WARRAY) &&
4762 if ((digs < MP_WARRAY) &&
4955 * have less than MP_WARRAY digits and the number of
4961 if ((digs < MP_WARRAY) &&
7302 if ((a->used * 2 + 1) < MP_WARRAY &&
9144 if (((digs) < MP_WARRAY) &&
9239 if (((a->used + b->used + 1) < MP_WARRAY)