| randlc2x.c | 49 {_cp,_cn} is the "c" addend. Normally _cn is 1, but when nails are in 51 necessary. c==0 is stored as _cp[0]==0 and _cn==1, which makes it easy 62 mp_limb_t _cp[LIMBS_PER_ULONG]; member in struct:__anon23313 118 __GMPN_ADD (cy, tp, tp, tn, p->_cp, p->_cn); 282 dstp->_cp[0] = srcp->_cp[0]; 284 dstp->_cp[1] = srcp->_cp[1]; 286 MPN_COPY (dstp->_cp + 2, srcp->_cp + 2, LIMBS_PER_ULONG - 2) [all...] |