Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.cpp157 const double rSign = deSign(d); in clampValue() local
164 return chooseInterval(m_hasSubnormal, rSign * 0.0, d); in clampValue()
166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY); in clampValue()