Lines Matching defs:an
44 the size of the value in the normal way for an mpz_t, except that a value
76 mp_size_t tn, seedn, an;
92 an = SIZ (p->_mp_a);
99 ta = an + seedn + 1;
103 mp_size_t tmp = an + seedn;
111 /* t = a * seed. NOTE: an is always > 0; see initialization. */
112 ASSERT (seedn >= an && an > 0);
113 mpn_mul (tp, seedp, seedn, ap, an);
237 /* Store p->_mp_seed as an unnormalized integer with size enough