Searched refs:numeratorHiBitsLost (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp507 const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator might have larger exponent than its operands. local
509 const int numeratorHiBits = de::max(0, numBits - numeratorHiBitsLost);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp471 const int numeratorHiBitsLost = de::max(0, maxValueExp - numeratorHiExp); //!< sign, numerator might have larger exponent than its operands. local
473 const int numeratorHiBits = de::max(0, numBits - numeratorHiBitsLost);

Completed in 32 milliseconds