Searched refs:minLong (Results 1 – 2 of 2) sorted by relevance
403 long minLong = -9223372036854775808L; in longOperCheck() local406 long result = (((minLong + plusOne) - plusOne) / negOne) / negOne; in longOperCheck()407 Main.assertTrue(result == minLong); in longOperCheck()
479 long minLong = -9223372036854775808L; in longOperTest() local482 long result = (((minLong + plusOne) - plusOne) / negOne) / negOne; in longOperTest()483 if (result != minLong) { return 1; } in longOperTest()