Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DFloatMath.java277 static float[] convF(int i, long l, double d) { in convF() method in FloatMath
376 floatResults = convF(0x88776655, 0x8877665544332211L, -3.1415926535); in run()