Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DFloatMath.java291 static double[] convD(int i, long l, float f) { in convD() method in FloatMath
378 doubleResults = convD(0x88776655, 0x8877665544332211L, 123.456f); in run()