Home
last modified time | relevance | path

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

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