Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloat.hpp264 const int eMin = 1 - ExponentBias; in convert() local
278 if (e < eMin) in convert()
281 if ((Flags & FLOAT_SUPPORT_DENORM) && (eMin-e-1 <= MantissaBits)) in convert()
284 int bitDiff = (OtherMantissaBits-MantissaBits) + (eMin-e); in convert()
327 DE_ASSERT(de::inRange(e, eMin, eMax)); in convert()