Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1362 public static int floatToDoubleToInt(float value) { in floatToDoubleToInt() method in Main
1763 assertIntEquals(11, floatToDoubleToInt(11.3f)); in main()