Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DCompare.java74 long alsoPlus) { in testLongCompare() argument
97 if (plus > alsoPlus) in testLongCompare()
99 if (alsoPlus < plus) in testLongCompare()
101 if (alsoPlus == plus) in testLongCompare()
/art/test/107-int-math2/src/
DMain.java621 long alsoPlus) { in testLongCompare() argument
644 if (plus > alsoPlus) in testLongCompare()
646 if (alsoPlus < plus) in testLongCompare()
648 if (alsoPlus == plus) in testLongCompare()