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()
217 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() function236 return getSingleULPForExponent(exp, numMantissaBits); in getSingleULPForValue()269 …loat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloa… in convertFloatFlushToZeroRtn()