Lines Matching refs:mI
28 return (+ (Math.multiplyExact(mI, mI))); in a()
37 return (mI >> (mI++)); in x()
60 private int mI = 0; field in Main
117 int lI0 = (-1456058746 << mI); in testMethod()
130 mI = (Math.min(((int) new Integer(mI)), (766538816 * (++mI)))); in testMethod()
133 lI0 |= ((int) new Integer(((int) new Integer(mI)))); in testMethod()
141 mI &= (- mI); in testMethod()
174 if ((mI > ((mBX.x()) << mI))) { in testMethod()
177 mI >>>= (mBX.x()); in testMethod()
181 mI *= (Integer.MIN_VALUE); in testMethod()
217 System.out.println("mI = " + t.mI); in main()