Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:MP_PREC

3339     /* ensure there are always at least MP_PREC digits extra on top */
3340 size += (MP_PREC * 2) - (size % MP_PREC);
3398 a->dp = OPT_CAST(mp_digit) XMALLOC (sizeof (mp_digit) * MP_PREC);
3404 for (i = 0; i < MP_PREC; i++) {
3411 a->alloc = MP_PREC;
3618 size += (MP_PREC * 2) - (size % MP_PREC);