OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMinMantissaBits
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp
150
static int
getMinMantissaBits
(glu::Precision precision)
495
const int mantissaBits =
getMinMantissaBits
(precision);
589
const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(
getMinMantissaBits
(precision)) : 0;
714
const int mantissaBits =
getMinMantissaBits
(precision);
785
const int mantissaBits =
getMinMantissaBits
(precision);
837
const int mantissaBits =
getMinMantissaBits
(precision);
920
const int mantissaBits =
getMinMantissaBits
(precision);
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp
149
static int
getMinMantissaBits
(glu::Precision precision)
464
const int mantissaBits =
getMinMantissaBits
(precision);
558
const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(
getMinMantissaBits
(precision)) : 0;
683
const int mantissaBits =
getMinMantissaBits
(precision);
754
const int mantissaBits =
getMinMantissaBits
(precision);
806
const int mantissaBits =
getMinMantissaBits
(precision);
887
const int mantissaBits =
getMinMantissaBits
(precision);
[
all
...]
Completed in 31 milliseconds