Searched defs:numMantissaBits (Results 1 – 4 of 4) sorted by relevance
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()
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()
201 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local
205 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local