Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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() function in tcu::__anondbfb399c0211::Test
408 testRound(p(0) + p(-20) + p(-40), p(0) + p(-20), p(0) + p(-20) + p(-23)); in runTest()
409 testRound(p(-126) - p(-150), p(-126) - p(-149), p(-126)); in runTest()
/third_party/python/Lib/test/
Dtest_fractions.py361 def testRound(self): member in FractionTest