Searched refs:convertFloatToHalf (Results 1 – 4 of 4) sorted by relevance
125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0])) in writeRGBE()126 .putShort(FastMath.convertFloatToHalf(tempF[1])). in writeRGBE()127 putShort(FastMath.convertFloatToHalf(tempF[2])); in writeRGBE()
48 short half = FastMath.convertFloatToHalf(flt); in main()
608 short half = FastMath.convertFloatToHalf(f); in convertToHalf()
960 public static short convertFloatToHalf(float flt) { in convertFloatToHalf() method in FastMath