Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt29 FloatMath.floatOperTest
/art/test/003-omnibus-opcodes/src/
DFloatMath.java135 static float[] floatOperTest(float x, float y) { in floatOperTest() method in FloatMath
367 floatResults = floatOperTest(70000.0f, -3.0f); in run()