Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.hpp59 YesNoMaybe hasSubnormal (void) const { return m_hasSubnormal; } in hasSubnormal()
80 YesNoMaybe m_hasSubnormal; // Does the format support denormalized numbers? member in tcu::FloatFormat
DtcuFloatFormat.cpp69 , m_hasSubnormal (hasSubnormal_) in FloatFormat()
164 return chooseInterval(m_hasSubnormal, rSign * 0.0, d); in clampValue()