Searched defs:eMax (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloat.hpp265 const int eMax = ((1<<ExponentBits)-2) - ExponentBias; local
320 if (e > eMax)
327 DE_ASSERT(de::inRange(e, eMin, eMax));
H A DtcuTextureUtil.cpp1007 const int eMax = (1<<eBits)-1; local
1008 const float maxVal = (float)(((1<<mBits) - 1) * (1<<(eMax-eBias))) / (float)(1<<mBits);

Completed in 367 milliseconds