Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/003-omnibus-opcodes/src/
H A 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()
/aosp_15_r20/art/test/107-int-math2/src/
H A DMain.java623 long alsoPlus) { in testLongCompare() argument
646 if (plus > alsoPlus) in testLongCompare()
648 if (alsoPlus < plus) in testLongCompare()
650 if (alsoPlus == plus) in testLongCompare()