Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.cpp158 int rExp = 0; in clampValue() local
162 deFractExp(d, &rExp); in clampValue()
163 if (rExp < m_minExp) in clampValue()
165 else if (deIsInf(d) || rExp > m_maxExp) in clampValue()