Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.hpp49 YesNoMaybe hasSubnormal = MAYBE,
59 YesNoMaybe hasSubnormal (void) const { return m_hasSubnormal; } in hasSubnormal() function in tcu::FloatFormat
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3350 if (ctx.format.hasSubnormal() != tcu::YES) in compare()
4266 const bool haveSubnormal = format.hasSubnormal() != tcu::NO; in genRandom()