Lines Matching full:stepsize
466 for (unsigned StepSize = NumParts; StepSize > 1; StepSize /= 2) {467 for (unsigned i = 0; i < NumParts; i += StepSize) {468 unsigned ThisBits = StepSize * PartBits / 2;471 SDValue &Part1 = Parts[i+StepSize/2];