Lines Matching defs:btwos
167 int rneg, i, cnt, btwos, r_bp_overlap;
217 count_trailing_zeros (btwos, blimb);
218 blimb >>= btwos;
220 umul_ppmm (ovfl, rtwos_bits, e, btwos);
229 TRACE (printf ("trailing zero btwos=%d rtwos_limbs=%ld rtwos_bits=%lu\n",
230 btwos, rtwos_limbs, rtwos_bits));
324 if (btwos != 0)
325 blimb |= (bsecond << (GMP_NUMB_BITS - btwos)) & GMP_NUMB_MASK;
326 bsecond >>= btwos;
346 if (r_bp_overlap || btwos != 0)
349 MPN_RSHIFT_OR_COPY (tp, bp, bsize, btwos);