HomeSort by relevance Sort by last modified time
    Searched full:itercount (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 482 int iterCount = 3; // value to use in loop
547 iterCount = 2;
548 numIters = 2 * iterCount;
553 iterCount = 2;
554 numIters = 2 * iterCount;
559 iterCount = 0;
565 iterCount = 1;
575 numIters = iterCount - 1;
589 numIters = iterCount - 1;
613 iterCount = 5
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 520 int iterCount = 3; // value to use in loop
591 iterCount = 2;
592 numIters = 2 * iterCount;
597 iterCount = 2;
598 numIters = 2 * iterCount;
603 iterCount = 0;
609 iterCount = 1;
619 numIters = iterCount - 1;
633 numIters = iterCount - 1;
657 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...]
Output.pm 348 #outputData($iterCount);
  /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/valgrind/memcheck/tests/
vcpu_fbench.c 300 int itercount; /* The iteration counter for the main loop variable
730 printf("\nfbench <itercount>\n\n");
731 printf("where <itercount> is the number of iterations\n");
772 for (itercount = 0; itercount < niter; itercount++) {
  /external/valgrind/perf/
fbench.c 296 int itercount; /* The iteration counter for the main loop variable
726 printf("\nfbench <itercount>\n\n");
727 printf("where <itercount> is the number of iterations\n");
768 for (itercount = 0; itercount < niter; itercount++) {
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 378 /// @param IterCount The maximum iteration count of L.
379 void replace(const SCEV *IterCount);
438 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *IterCount,
    [all...]
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 229 int32_t iterCount = 0;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 940 milliseconds