OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doRound
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/mjsunit/
math-round.js
34
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/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp
262
return Traits<T>::
doRound
(fmt, value);
300
static Interval
doRound
(const FloatFormat& fmt, T value)
444
static IVal
doRound
(const FloatFormat& fmt, T value)
477
static Void
doRound
(const FloatFormat&, const Void& value) { return value; }
[
all
...]
/external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp
283
return Traits<T>::
doRound
(fmt, value);
321
static Interval
doRound
(const FloatFormat& fmt, T value)
465
static IVal
doRound
(const FloatFormat& fmt, T value)
498
static Void
doRound
(const FloatFormat&, const Void& value) { return value; }
[
all
...]
Completed in 124 milliseconds