OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posCount
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/apps/traincascade/
cascadeclassifier.cpp
304
int
posCount
= fillPassedSamples( 0, numPos, true, posConsumed );
305
if( !
posCount
)
307
cout << "POS count : consumed " <<
posCount
<< " : " << (int)posConsumed << endl;
309
int proNumNeg = cvRound( ( ((double)numNeg) * ((double)
posCount
) ) / numPos ); // apply only a fraction of negative samples. double is required since overflow is possible
310
int negCount = fillPassedSamples(
posCount
, proNumNeg, false, negConsumed );
314
curNumSamples =
posCount
+ negCount;
/external/skia/tests/
TextBlobTest.cpp
275
unsigned
posCount
= 0;
280
posCount
+= in[i].count * in[i].pos;
/external/icu/icu4c/source/test/intltest/
rbbiapts.cpp
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java
353
int
posCount
= targetNode.getChildren().length + 1;
354
return new DropFeedback(new LinearDropData(indexes,
posCount
, isVertical, selfPos),
[
all
...]
Completed in 87 milliseconds