Searched refs:testRound (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | math-round.js | 31 function testRound(expect, input) { function 53 testRound(0, 0); 54 testRound(-0, -0); 55 testRound(Infinity, Infinity); 56 testRound(-Infinity, -Infinity); 57 testRound(NaN, NaN); 74 testRound(1, 0.5); 75 testRound(1, 0.7); 76 testRound(1, 1); 77 testRound(1, 1.1); [all …]
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 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::__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()
|