HomeSort by relevance Sort by last modified time
    Searched refs:m_hasSubnormal (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuFloatFormat.hpp 58 YesNoMaybe hasSubnormal (void) const { return m_hasSubnormal; }
79 YesNoMaybe m_hasSubnormal; // Does the format support denormalized numbers?
tcuFloatFormat.cpp 69 , m_hasSubnormal (hasSubnormal_)
164 return chooseInterval(m_hasSubnormal, rSign * 0.0, d);

Completed in 636 milliseconds