Searched refs:floatToIntToShort (Results 1 – 1 of 1) sorted by relevance
1441 public static short floatToIntToShort(float value) { in floatToIntToShort() method in Main1771 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()