Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dmath-round.js34 var doRound = new Function('input',
36 assertEquals(expect, doRound(input));
37 assertEquals(expect, doRound(input));
38 assertEquals(expect, doRound(input));
39 %OptimizeFunctionOnNextCall(doRound);
40 assertEquals(expect, doRound(input));
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp274 return Traits<T>::doRound(fmt, value); in round()
312 static Interval doRound (const FloatFormat& fmt, T value) in doRound() function
456 static IVal doRound (const FloatFormat& fmt, T value) in doRound() function
489 static Void doRound (const FloatFormat&, const Void& value) { return value; } in doRound() function