Searched refs:mostNegInt (Results 1 – 1 of 1) sorted by relevance
527 int mostNegInt = (int) 0x80000000; in bigDivideOverflow() local530 int intDivResult = mostNegInt / idiv; in bigDivideOverflow()531 int intModResult = mostNegInt % idiv; in bigDivideOverflow()535 Main.assertTrue(intDivResult == mostNegInt); in bigDivideOverflow()