Lines Matching full:abits
185 for abits in bits:186 a = (1L << abits) - 1188 if bbits < abits:192 y = ((1L << (abits + bbits)) -193 (1L << abits) -