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

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

Completed in 1400 milliseconds