Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.hpp58 YesNoMaybe hasInf (void) const { return m_hasInf; } in hasInf()
81 YesNoMaybe m_hasInf; // Does the format support infinities? member in tcu::FloatFormat
DtcuFloatFormat.cpp70 , m_hasInf (hasInf_) in FloatFormat()
166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY); in clampValue()