Home | History | Annotate | Download | only in generic

Lines Matching refs:nc

244   mp_limb_t *nc, factor, g;
282 nc = TMP_ALLOC_LIMBS (n);
283 mpn_rshift (nc, np, n, count);
284 n -= (nc[n - 1] == 0);
285 np = nc;
297 if (count == 0) /* We did not allocate nc yet. */
299 nc = TMP_ALLOC_LIMBS (n);
309 /* After the first round we always have nc == np */
310 exp = mpn_remove (nc, &n, np, n, &d, 1, ~(mp_bitcnt_t)0);
323 if ((n == 1) & (nc[0] == 1))
329 np = nc;