Lines Matching full:nbits
1726 ///<summary> We will often need to do a mod operator (i mod nbits).1728 /// same as <![CDATA[(I and (nbits-1))]]>. Since mod is slow, we use a precomputed1768 /// <param name="nbits">The size of the bitset in bits</param>