/external/deqp/modules/gles3/functional/ |
es3fShaderLoopTests.cpp | 483 int iterCount = 3; // value to use in loop 548 iterCount = 2; 549 numIters = 2 * iterCount; 554 iterCount = 2; 555 numIters = 2 * iterCount; 560 iterCount = 0; 566 iterCount = 1; 576 numIters = iterCount - 1; 590 numIters = iterCount - 1; 614 iterCount = 5 [all...] |
/external/icu/icu4j/perf-tests/perldriver/ |
PerfFramework4j.pm | 23 my $iterCount = 0; 199 # $a->[1]: 'begin' data, == $iterCount 206 my $iterCount = shift(@b); 213 # out("Iterations per pass: $iterCount<BR>\n"); 215 # debug("Iterations per pass: $iterCount<BR>\n"); 225 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter); 227 ($iterCount, $operationsPerIter, \@ms); 357 my $iterCount = shift; # actually might be -seconds/pass 360 if ($iterCount > 0) { 361 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n") [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderLoopTests.cpp | 521 int iterCount = 3; // value to use in loop 592 iterCount = 2; 593 numIters = 2 * iterCount; 598 iterCount = 2; 599 numIters = 2 * iterCount; 604 iterCount = 0; 610 iterCount = 1; 620 numIters = iterCount - 1; 634 numIters = iterCount - 1; 658 iterCount = 5 [all...] |
/external/icu/icu4c/source/test/perf/perldriver/ |
PerfFramework.pm | 23 my $iterCount = 0; 174 # $a->[1]: 'begin' data, == $iterCount 181 my $iterCount = shift(@b); 188 # out("Iterations per pass: $iterCount<BR>\n"); 190 # debug("Iterations per pass: $iterCount<BR>\n"); 200 ($iterCount, $operationsPerIter, \@ms, $eventsPerIter); 202 ($iterCount, $operationsPerIter, \@ms); 332 my $iterCount = shift; # actually might be -seconds/pass 335 if ($iterCount > 0) { 336 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n") [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderLoopTests.cpp | 605 int iterCount = 3; // value to use in loop 670 iterCount = 2; 671 numIters = 2 * iterCount; 676 iterCount = 2; 677 numIters = 2 * iterCount; 682 iterCount = 0; 688 iterCount = 1; 698 numIters = iterCount - 1; 712 numIters = iterCount - 1; 736 iterCount = 5 [all...] |
/external/icu/icu4j/perf-tests/ |
converterperf.pl | 214 my $iterCount = shift; # actually might be -seconds/pass 217 if ($iterCount > 0) { 218 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 220 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 223 # is $iterCount actually -seconds/pass? 224 if ($iterCount < 0) { 237 $iterCount = int(-$iterCount / $timePerIter + 0.5); 246 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 247 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
dateformatperf.pl | 201 my $iterCount = shift; # actually might be -seconds/pass 204 if ($iterCount > 0) { 205 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 207 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 210 # is $iterCount actually -seconds/pass? 211 if ($iterCount < 0) { 224 $iterCount = int(-$iterCount / $timePerIter + 0.5); 233 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 234 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
decimalformatperf.pl | 196 my $iterCount = shift; # actually might be -seconds/pass 199 if ($iterCount > 0) { 200 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 202 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 205 # is $iterCount actually -seconds/pass? 206 if ($iterCount < 0) { 219 $iterCount = int(-$iterCount / $timePerIter + 0.5); 228 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 229 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
normperf.pl | 250 my $iterCount = shift; # actually might be -seconds/pass 253 if ($iterCount > 0) { 254 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 256 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 259 # is $iterCount actually -seconds/pass? 260 if ($iterCount < 0) { 273 $iterCount = int(-$iterCount / $timePerIter + 0.5); 282 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 283 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
ucharacterperf.pl | 198 my $iterCount = shift; # actually might be -seconds/pass 201 if ($iterCount > 0) { 202 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 204 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 207 # is $iterCount actually -seconds/pass? 208 if ($iterCount < 0) { 221 $iterCount = int(-$iterCount / $timePerIter + 0.5); 230 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 231 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
unicodesetperf.pl | 188 my $iterCount = shift; # actually might be -seconds/pass 191 if ($iterCount > 0) { 192 out("$iterCount iterations/pass, $NUMPASSES passes</P>\n"); 194 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 197 # is $iterCount actually -seconds/pass? 198 if ($iterCount < 0) { 211 $iterCount = int(-$iterCount / $timePerIter + 0.5); 220 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 221 my @t = callJava($method, $pat, $iterCount, $NUMPASSES) [all...] |
perftests.pl | 317 my $iterCount = shift; # actually might be -seconds/pass 319 # is $iterCount actually -seconds/pass? 320 if ($iterCount < 0) { 333 $iterCount = int(-$iterCount / $timePerIter + 0.5); 337 print "Measuring $iterCount iterations x $NUMPASSES passes..."; 338 my @t = callJava($testclass, $method, $pat, $iterCount, $NUMPASSES); 344 # $a->[1]: 'begin' data, == $iterCount 355 ($iterCount, $eventsPerIter, @ms);
|
/external/opencv3/samples/cpp/ |
grabcut.cpp | 61 int getIterCount() const { return iterCount; } 76 int iterCount; 90 iterCount = 0; 253 return iterCount; 262 iterCount++; 267 return iterCount; 320 int iterCount = gcapp.getIterCount(); 321 cout << "<" << iterCount << "... "; 323 if( newIterCount > iterCount ) 326 cout << iterCount << ">" << endl [all...] |
/external/deqp/modules/gles3/stress/ |
es3sLongRunningShaderTests.cpp | 163 const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_iterCount" : "v_iterCount") : 173 op << " for (highp int i = 0; i < " << iterCount << " || " << iterCount << " < 0; ++i)\n" 179 << " while (i < " << iterCount << " || " << iterCount << " < 0) {\n" 191 << " } while (i <= " << iterCount << " || " << iterCount << " < 0);\n";
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ssa.cpp | 335 int iterCount = 0; 348 ++iterCount; 360 if (work[bb->getId()] == iterCount) 362 work[bb->getId()] = iterCount; 376 if (hasAlready[dfBB->getId()] >= iterCount) 378 hasAlready[dfBB->getId()] = iterCount; 391 if (work[dfBB->getId()] < iterCount) { 392 work[dfBB->getId()] = iterCount;
|
nv50_ir_peephole.cpp | 255 unsigned int iterCount = 0; 260 } while (foldCount && ++iterCount < 2); [all...] |
/external/opencv3/modules/photo/src/ |
contrast_preserve.cpp | 66 int iterCount = 0; 101 iterCount +=1; 167 if(iterCount > maxIter)
|
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 229 int32_t iterCount = 0;
|
/external/opencv3/modules/imgproc/src/ |
grabcut.cpp | 530 int iterCount, int mode ) 554 if( iterCount <= 0) 567 for( int i = 0; i < iterCount; i++ )
|
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | [all...] |
imgproc.cpp | [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | 349 runs iterCount iterations of the algorithm. */ [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |