Home
last modified time | relevance | path

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

/art/test/107-int-math2/
Dexpected.txt2 unopTest PASSED
/art/test/003-omnibus-opcodes/src/
DFloatMath.java232 static float unopTest(float f) { in unopTest() method in FloatMath
381 unopTest(123.456f); in run()
DIntMath.java455 static int unopTest(int x) { in unopTest() method in IntMath
611 unopCheck(unopTest(38)); in run()
/art/test/107-int-math2/src/
DMain.java197 static int unopTest(int x) { in unopTest() method in Main
908 res = unopTest(38); in main()