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

/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp330 const tcu::UVec4 maxValueExp = max(getCompExpBits(valueMin), getCompExpBits(valueMax)); local
331 const tcu::UVec4 numBitsLost = maxValueExp - min(maxValueExp, derivExp);
497 const int maxValueExp = de::max(de::max(tcu::Float32(forwardComponent.lo()).exponent(), tcu::Float32(forwardComponent.hi()).exponent()), local
506 const int nominatorLoBitsLost = maxValueExp - nominatorLoExp;
507 const int nominatorHiBitsLost = maxValueExp - nominatorHiExp;

Completed in 58 milliseconds