Lines Matching refs:mJ
61 private long mJ = 0; field in Main
132 mJ |= ((long) new Long((-2084191070L + (mJ | mJ)))); in testMethod()
139 mJ = (--mJ); in testMethod()
149 mJ /= ((long) (Math.nextDown(-1519600008.0f))); in testMethod()
150 mJ <<= (Math.round(1237681786.0)); in testMethod()
165 mJ >>= (Math.incrementExact(mJ)); in testMethod()
166 mJ = (~ -2103354070L); in testMethod()
171 mJ *= (- ((long) new Long(479832084L))); in testMethod()
172 mJ %= (Long.MAX_VALUE); in testMethod()
176 long lJ0 = (mJ--); in testMethod()
189 mJ -= ((long) new Long(-1968644857L)); in testMethod()
190 mJ ^= (+ (mC.s())); in testMethod()
218 System.out.println("mJ = " + t.mJ); in main()