OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numBitsLostInOp
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp
98
inline int
numBitsLostInOp
(float input, float output)
765
const int bitsLost = precision != glu::PRECISION_HIGHP ?
numBitsLostInOp
(in0, refOut0) : 0;
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp
99
inline int
numBitsLostInOp
(float input, float output)
796
const int bitsLost = precision != glu::PRECISION_HIGHP ?
numBitsLostInOp
(in0, refOut0) : 0;
[
all
...]
Completed in 97 milliseconds