Searched defs:numMantissaBits (Results 1 – 4 of 4) sorted by relevance
264 static float getSingleULPForExponent(int exp, int numMantissaBits) in getSingleULPForExponent()281 static float getSingleULPForValue(float value, int numMantissaBits) in getSingleULPForValue()335 static float addErrorUlp(float value, float numUlps, int numMantissaBits) in addErrorUlp()
266 static float getSingleULPForExponent(int exp, int numMantissaBits) in getSingleULPForExponent()283 static float getSingleULPForValue(float value, int numMantissaBits) in getSingleULPForValue()337 static float addErrorUlp(float value, float numUlps, int numMantissaBits) in addErrorUlp()
662 const int numMantissaBits = getNumMantissaBits(type); in infNanRandomFloats() local913 const int numMantissaBits = getNumMantissaBits(type); in compare() local
197 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local