Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloatFormat.cpp316 void testRound (double arg, double refDown, double refUp) const;
339 void Test::testRound (double arg, double refDown, double refUp) const in testRound() argument
344 check(oss.str(), m_fmt->round(arg, false), refDown); in testRound()