Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.cpp38 Interval chooseInterval(YesNoMaybe choice, const Interval& no, const Interval& yes) in chooseInterval() function
164 return chooseInterval(m_hasSubnormal, rSign * 0.0, d); in clampValue()
166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY); in clampValue()