Searched defs:numMantissaBits (Results 1 – 4 of 4) sorted by relevance
218 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent()234 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue()286 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp()
248 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent()264 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue()316 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp()
641 const int numMantissaBits = getNumMantissaBits(type); in infNanRandomFloats() local876 const int numMantissaBits = getNumMantissaBits(type); in compare() local
188 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local