Searched refs:getSingleULPForValue (Results 1 – 2 of 2) sorted by relevance
264 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() function318 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()
234 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() function288 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()