Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt30 FloatMath.doubleOperTest
/art/test/003-omnibus-opcodes/src/
DFloatMath.java184 static double[] doubleOperTest(double x, double y) { in doubleOperTest() method in FloatMath
369 doubleResults = doubleOperTest(70000.0, -3.0); in run()