Home | History | Annotate | Download | only in particle

Lines Matching defs:xShift

42   static final int xShift = tagBits - yTruncBits - xTruncBits;
43 static final long xScale = 1 << xShift;
53 return tag + (y << yShift) + (x << xShift);