Home
last modified time | relevance | path

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

/art/test/458-checker-instruction-simplification/src/
DMain.java1441 public static short floatToIntToShort(float value) { in floatToIntToShort() method in Main
1771 assertIntEquals(12345, floatToIntToShort(12345.75f)); in main()
1772 assertIntEquals(Short.MAX_VALUE, floatToIntToShort((float)(Short.MIN_VALUE - 1))); in main()
1773 assertIntEquals(Short.MIN_VALUE, floatToIntToShort((float)(Short.MAX_VALUE + 1))); in main()