Home
last modified time | relevance | path

Searched refs:repetition (Results 1 – 22 of 22) sorted by relevance

/external/eigen/bench/
Dbenchmark-blocking-sizes.cpp571 for (int repetition = 0; repetition < measurement_repetitions; repetition++) { in run() local
602 for (int repetition = 0; repetition < measurement_repetitions; repetition++) { in run() local
/external/ltp/testcases/network/stress/
DREADME115 NS_TIMES (for the repetition test)
181 o NS_TIMES (for the repetition test)
182 The number of repetition times for the repetition tests.
/external/llvm/test/CodeGen/ARM/
Ddebug-info-sreg2.ll6 ; Just making sure the first part of the location isn't a repetition
/external/llvm/lib/Target/Mips/
DMSA.txt5 optimisation, reduce the size of the ISel matcher, and reduce repetition in
/external/deqp/modules/gles2/performance/
Des2pShaderOptimizationTests.cpp321 …const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) … in generateProgramData() local
324 …aderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition); in generateProgramData()
/external/deqp/modules/gles3/performance/
Des3pShaderOptimizationTests.cpp324 …const string repetition = optimized ? repeatIndexedTemplate("\t" + expressionTemplate(m_caseType) … in generateProgramData() local
327 …aderType, "\t" + getShaderPrecision(m_caseShaderType) + " vec4 valueOrig = value;\n" + repetition); in generateProgramData()
/external/pcre/dist2/
DChangeLog171 43. Detect integer overflow in pcre2test pattern and data repetition counts.
318 38. A bug which was introduced by the single character repetition optimization
734 43. Single character repetition in JIT has been improved. 20-30% speedup
798 repetition and could match an empty string, a segfault was likely. The pattern
913 strings matched by the repetition are not all the same length.
DHACKING460 A subpattern with an indefinite maximum repetition is replicated in the
465 A subpattern with a bounded maximum repetition is replicated in a nested
485 repetition is zero, the group is preceded by OP_BRAPOSZERO.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig315 // or \c otherwise. repeat is the repetition meta character (?, *,
368 // repetition. We match the first atom of regex with the first
/external/llvm/lib/Support/
Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/swiftshader/third_party/LLVM/lib/Support/
Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/pcre/dist2/doc/
Dpcre2.txt4161 (d) If PCRE2_UNGREEDY is set, the greediness of the repetition quanti-
4632 recursion to handle subpatterns and indefinite repetition. This means
4716 resented as a tree structure. An unlimited repetition in the pattern
4734 left) in the subject string as well. The order in which repetition
4742 on the way the greedy and ungreedy repetition quantifiers are specified
4800 ungreedy nature of repetition quantifiers is not relevant (though it
5064 there is no difference between greedy and ungreedy repetition, their
6864 The general repetition quantifier specifies a minimum and maximum num-
6917 be useful, such patterns are now accepted, but if any repetition of the
7015 repetition, failure of what follows normally causes the repeated item
[all …]
Dpcre2test.txt633 repetition feature, similar to the one described for subject lines
/external/flatbuffers/docs/source/
DTutorial.md1001 Here is a repetition these lines, to help highlight them more clearly:
/external/googletest/googletest/docs/
DV1_5_AdvancedGuide.md565 grouping (`"(xy)"`), brackets (`"[xy]"`), and repetition count
DAdvancedGuide.md640 grouping (`"(xy)"`), brackets (`"[xy]"`), and repetition count
DV1_6_AdvancedGuide.md638 grouping (`"(xy)"`), brackets (`"[xy]"`), and repetition count
DV1_7_AdvancedGuide.md638 grouping (`"(xy)"`), brackets (`"[xy]"`), and repetition count
/external/llvm/docs/
DCodeGenerator.rst177 abstractions to reduce the amount of repetition.
/external/openssh/
DChangeLog1057 typo: accidental repetition; bz#2386
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/v8/
DChangeLog21322 minimum repetition count is inside another quantifier.