Home
last modified time | relevance | path

Searched refs:getSingleULPForExponent (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp248 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() function
267 return getSingleULPForExponent(exp, numMantissaBits); in getSingleULPForValue()
300 …loat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloa… in convertFloatFlushToZeroRtn()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp218 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() function
237 return getSingleULPForExponent(exp, numMantissaBits); in getSingleULPForValue()
270 …loat.exponent(), inputFloat.mantissa() & ~truncMask).asFloat() - getSingleULPForExponent(inputFloa… in convertFloatFlushToZeroRtn()