Searched refs:getSingleULPForExponent (Results 1 – 2 of 2) sorted by relevance
248 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() function267 return getSingleULPForExponent(exp, numMantissaBits); in getSingleULPForValue()300 …loat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloa… in convertFloatFlushToZeroRtn()
218 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() function237 return getSingleULPForExponent(exp, numMantissaBits); in getSingleULPForValue()270 …loat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloa… in convertFloatFlushToZeroRtn()