Searched refs:testRound (Results 1 – 4 of 4) sorted by relevance
316 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::__anon4fba92a40211::Test372 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()
266 def testRound(self): member in IntegerTestCase806 def testRound(self): member in RealTestCase
338 def testRound(self): member in FractionTest
806 def testRound(self): member in SingleOpTest