Home
last modified time | relevance | path

Searched refs:testRound (Results 1 – 3 of 3) 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() function in tcu::__anon57a37c3b0211::Test
372 testRound(p(0) + p(-20) + p(-40), p(0) + p(-20), p(0) + p(-20) + p(-23)); in runTest()
373 testRound(p(-126) - p(-150), p(-126) - p(-149), p(-126)); in runTest()
/external/python/cpython3/Lib/test/
Dtest_fractions.py338 def testRound(self): member in FractionTest
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py524 def testRound(self): member in SingleOpTest