/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 521 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local 592 iterCount = 2; in createSpecialLoopCase() 593 numIters = 2 * iterCount; in createSpecialLoopCase() 598 iterCount = 2; in createSpecialLoopCase() 599 numIters = 2 * iterCount; in createSpecialLoopCase() 604 iterCount = 0; in createSpecialLoopCase() 610 iterCount = 1; in createSpecialLoopCase() 620 numIters = iterCount - 1; in createSpecialLoopCase() 634 numIters = iterCount - 1; in createSpecialLoopCase() 658 iterCount = 5; in createSpecialLoopCase() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 483 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local 548 iterCount = 2; in createSpecialLoopCase() 549 numIters = 2 * iterCount; in createSpecialLoopCase() 554 iterCount = 2; in createSpecialLoopCase() 555 numIters = 2 * iterCount; in createSpecialLoopCase() 560 iterCount = 0; in createSpecialLoopCase() 566 iterCount = 1; in createSpecialLoopCase() 576 numIters = iterCount - 1; in createSpecialLoopCase() 590 numIters = iterCount - 1; in createSpecialLoopCase() 614 iterCount = 5; in createSpecialLoopCase() [all …]
|
/external/icu/icu4j/perf-tests/perldriver/ |
D | 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/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 605 int iterCount = 3; // value to use in loop in createSpecialLoopCase() local 670 iterCount = 2; in createSpecialLoopCase() 671 numIters = 2 * iterCount; in createSpecialLoopCase() 676 iterCount = 2; in createSpecialLoopCase() 677 numIters = 2 * iterCount; in createSpecialLoopCase() 682 iterCount = 0; in createSpecialLoopCase() 688 iterCount = 1; in createSpecialLoopCase() 698 numIters = iterCount - 1; in createSpecialLoopCase() 712 numIters = iterCount - 1; in createSpecialLoopCase() 736 iterCount = 5; in createSpecialLoopCase() [all …]
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | PerfFramework.pm | 23 my $iterCount = 0; 181 my $iterCount = shift(@b); 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"); 338 out(-$iterCount, " seconds/pass, $NUMPASSES passes</P>\n"); 342 if ($iterCount < 0) { 353 $iterCount = int(-$iterCount / $timePerIter + 0.5); [all …]
|
/external/icu/icu4j/perf-tests/ |
D | 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"); 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); 235 out("Iterations per pass: $iterCount<BR>\n"); 242 ($iterCount, $eventsPerIter, @ms);
|
D | 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"); 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); 245 out("Iterations per pass: $iterCount<BR>\n"); 252 ($iterCount, $eventsPerIter, @ms);
|
D | 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"); 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); 243 out("Iterations per pass: $iterCount<BR>\n"); 250 ($iterCount, $eventsPerIter, @ms);
|
D | 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"); 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); 261 out("Iterations per pass: $iterCount<BR>\n"); 268 ($iterCount, $eventsPerIter, @ms);
|
D | 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"); 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); 248 out("Iterations per pass: $iterCount<BR>\n"); 255 ($iterCount, $eventsPerIter, @ms);
|
D | 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"); 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); 297 out("Iterations per pass: $iterCount<BR>\n"); 304 ($iterCount, $eventsPerIter, @ms);
|
D | perftests.pl | 317 my $iterCount = shift; # actually might be -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); 355 ($iterCount, $eventsPerIter, @ms);
|
/external/opencv3/samples/cpp/ |
D | grabcut.cpp | 61 int getIterCount() const { return iterCount; } in getIterCount() 76 int iterCount; member in GCApplication 90 iterCount = 0; in reset() 253 return iterCount; in nextIter() 262 iterCount++; in nextIter() 267 return iterCount; in nextIter() 320 int iterCount = gcapp.getIterCount(); in main() local 321 cout << "<" << iterCount << "... "; in main() 323 if( newIterCount > iterCount ) in main() 326 cout << iterCount << ">" << endl; in main()
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningShaderTests.cpp | 163 …const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_ite… in genSources() local 173 op << " for (highp int i = 0; i < " << iterCount << " || " << iterCount << " < 0; ++i)\n" in genSources() 179 << " while (i < " << iterCount << " || " << iterCount << " < 0) {\n" in genSources() 191 << " } while (i <= " << iterCount << " || " << iterCount << " < 0);\n"; in genSources()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 335 int iterCount = 0; in convertToSSA() local 348 ++iterCount; in convertToSSA() 360 if (work[bb->getId()] == iterCount) in convertToSSA() 362 work[bb->getId()] = iterCount; in convertToSSA() 376 if (hasAlready[dfBB->getId()] >= iterCount) in convertToSSA() 378 hasAlready[dfBB->getId()] = iterCount; in convertToSSA() 391 if (work[dfBB->getId()] < iterCount) { in convertToSSA() 392 work[dfBB->getId()] = iterCount; in convertToSSA()
|
D | nv50_ir_peephole.cpp | 255 unsigned int iterCount = 0; in foldAll() local 260 } while (foldCount && ++iterCount < 2); in foldAll()
|
/external/opencv3/modules/photo/src/ |
D | contrast_preserve.cpp | 66 int iterCount = 0; in decolor() local 101 iterCount +=1; in decolor() 167 if(iterCount > maxIter) in decolor()
|
/external/opencv3/modules/imgproc/src/ |
D | grabcut.cpp | 530 int iterCount, int mode ) in grabCut() argument 554 if( iterCount <= 0) in grabCut() 567 for( int i = 0; i < iterCount; i++ ) in grabCut()
|
/external/icu/icu4c/source/test/thaitest/ |
D | thaitest.cpp | 229 int32_t iterCount = 0; in compareWordBreaks() local
|
/external/opencv3/modules/java/src/ |
D | imgproc+Imgproc.java | 1944 …tic void grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount, int mode) in grabCut() argument 1947 … rect.x, rect.y, rect.width, rect.height, bgdModel.nativeObj, fgdModel.nativeObj, iterCount, mode); in grabCut() 1953 …public static void grabCut(Mat img, Mat mask, Rect rect, Mat bgdModel, Mat fgdModel, int iterCount) in grabCut() argument 1956 …veObj, rect.x, rect.y, rect.width, rect.height, bgdModel.nativeObj, fgdModel.nativeObj, iterCount); in grabCut() 3131 …width, int rect_height, long bgdModel_nativeObj, long fgdModel_nativeObj, int iterCount, int mode); in grabCut_0() argument 3132 … int rect_width, int rect_height, long bgdModel_nativeObj, long fgdModel_nativeObj, int iterCount); in grabCut_1() argument
|
D | imgproc.cpp | 4070 …h, jint rect_height, jlong bgdModel_nativeObj, jlong fgdModel_nativeObj, jint iterCount, jint mode) in Java_org_opencv_imgproc_Imgproc_grabCut_10() argument 4080 cv::grabCut( img, mask, rect, bgdModel, fgdModel, (int)iterCount, (int)mode ); in Java_org_opencv_imgproc_Imgproc_grabCut_10() 4095 …t rect_width, jint rect_height, jlong bgdModel_nativeObj, jlong fgdModel_nativeObj, jint iterCount) in Java_org_opencv_imgproc_Imgproc_grabCut_11() argument 4105 cv::grabCut( img, mask, rect, bgdModel, fgdModel, (int)iterCount ); in Java_org_opencv_imgproc_Imgproc_grabCut_11()
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_grabcut/ |
D | py_grabcut.markdown | 78 - *iterCount* - Number of iterations the algorithm should run.
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 3057 int iterCount, int mode = GC_EVAL );
|