Searched refs:testRound (Results 1 – 4 of 4) sorted by relevance
352 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::__anonbe6458020211::Test408 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()
361 def testRound(self): member in FractionTest
272 def testRound(self): member in IntegerTestCase842 def testRound(self): member in RealTestCase
882 def testRound(self): member in TestFactory.SingleOpTest