Searched refs:m_hasInf (Results 1 – 2 of 2) sorted by relevance
57 YesNoMaybe hasInf (void) const { return m_hasInf; } in hasInf()80 YesNoMaybe m_hasInf; // Does the format support infinities? member in tcu::FloatFormat
70 , m_hasInf (hasInf_) in FloatFormat()166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY); in clampValue()