OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meanNumCount
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/lib/colorchecker/
autolocktest.cpp
58
int
meanNumCount
= 0;
67
++
meanNumCount
;
70
meanRatio = meanRatio /
meanNumCount
;
81
int
meanNumCount
= 0;
90
++
meanNumCount
;
93
meanRatio = meanRatio /
meanNumCount
;
meteringtest.cpp
63
int
meanNumCount
= 0;
73
++
meanNumCount
;
76
meanRatio = meanRatio /
meanNumCount
;
87
int
meanNumCount
= 0;
96
++
meanNumCount
;
99
meanRatio = meanRatio /
meanNumCount
;
Completed in 88 milliseconds