Home
last modified time | relevance | path

Searched defs:numMantissaBits (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp264 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()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp266 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp662 const int numMantissaBits = getNumMantissaBits(type); in infNanRandomFloats() local
913 const int numMantissaBits = getNumMantissaBits(type); in compare() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp197 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local