Searched refs:BitDistance (Results 1 – 1 of 1) sorted by relevance
629 unsigned BitDistance = N % BITWORD_SIZE; variable630 if (BitDistance == 0)656 const unsigned LSH = BITWORD_SIZE - BitDistance;659 Bits[I] >>= BitDistance;663 Bits[NumWords - 1] >>= BitDistance;678 unsigned BitDistance = N % BITWORD_SIZE; variable679 if (BitDistance == 0)705 const BitWord Mask = maskLeadingOnes<BitWord>(BitDistance);706 const unsigned RSH = BITWORD_SIZE - BitDistance;709 Bits[I] <<= BitDistance;[all …]