Searched refs:m_hasSubnormal (Results 1 – 2 of 2) sorted by relevance
58 YesNoMaybe hasSubnormal (void) const { return m_hasSubnormal; } in hasSubnormal()79 YesNoMaybe m_hasSubnormal; // Does the format support denormalized numbers? member in tcu::FloatFormat
69 , m_hasSubnormal (hasSubnormal_) in FloatFormat()164 return chooseInterval(m_hasSubnormal, rSign * 0.0, d); in clampValue()