Home
last modified time | relevance | path

Searched refs:mostNegInt (Results 1 – 1 of 1) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DIntMath.java527 int mostNegInt = (int) 0x80000000; in bigDivideOverflow() local
530 int intDivResult = mostNegInt / idiv; in bigDivideOverflow()
531 int intModResult = mostNegInt % idiv; in bigDivideOverflow()
535 Main.assertTrue(intDivResult == mostNegInt); in bigDivideOverflow()