Home | History | Annotate | Download | only in rand

Lines Matching refs:_cn

49    {_cp,_cn} is the "c" addend.  Normally _cn is 1, but when nails are in
50 use a ulong can be bigger than one limb, and in this case _cn is 2 if
51 necessary. c==0 is stored as _cp[0]==0 and _cn==1, which makes it easy
61 mp_size_t _cn;
115 /* t = t + c. NOTE: tn is always >= p->_cn (precondition for __GMPN_ADD);
117 ASSERT (tn >= p->_cn);
118 __GMPN_ADD (cy, tp, tp, tn, p->_cp, p->_cn);
280 dstp->_cn = srcp->_cn;
324 MPN_SET_UI (p->_cp, p->_cn, c);
328 if (seedn < p->_cn)
329 p->_cn = (p->_cp[0] != 0);