Searched refs:BitDistance (Results 1 – 1 of 1) sorted by relevance
591 unsigned BitDistance = N % BITWORD_SIZE; variable592 if (BitDistance == 0)618 const unsigned LSH = BITWORD_SIZE - BitDistance;621 Bits[I] >>= BitDistance;625 Bits[NumWords - 1] >>= BitDistance;640 unsigned BitDistance = N % BITWORD_SIZE; variable641 if (BitDistance == 0)667 const BitWord Mask = maskLeadingOnes<BitWord>(BitDistance);668 const unsigned RSH = BITWORD_SIZE - BitDistance;671 Bits[I] <<= BitDistance;[all …]