Searched refs:numUlps (Results 1 – 2 of 2) sorted by relevance
316 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp() argument318 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()
286 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp() argument288 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()