Lines Matching defs:dcnt
76 int ncnt, dcnt, cnt;
83 count_leading_zeros (dcnt, d0);
84 cnt = dcnt - ncnt;
368 int ncnt, dcnt;
377 count_leading_zeros (dcnt, d0);
379 dbi = d0 << dcnt >> (GMP_LIMB_BITS - NBITS);
381 q0 = ((n0 << ncnt) >> (NBITS + 1)) * inv >> (GMP_LIMB_BITS - 1 + ncnt - dcnt);
474 int dcnt;
477 count_leading_zeros (dcnt, d1);
478 dcnt -= ncnt;
480 d1 = (d1 << dcnt) + (d0 >> 1 >> (GMP_LIMB_BITS - 1 - dcnt));
481 d0 <<= dcnt;
499 while (dcnt--);