HomeSort by relevance Sort by last modified time
    Searched refs:eMax (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuFloat.hpp 265 const int eMax = ((1<<ExponentBits)-2) - ExponentBias;
320 if (e > eMax)
327 DE_ASSERT(de::inRange(e, eMin, eMax));
tcuTextureUtil.cpp     [all...]

Completed in 57 milliseconds