Home
last modified time | relevance | path

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

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