Home
last modified time | relevance | path

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

/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/dist/
DHACKING428 A subpattern with an indefinite maximum repetition is replicated in the
433 A subpattern with a bounded maximum repetition is replicated in a nested
453 repetition is zero, the group is preceded by OP_BRAPOSZERO.
DChangeLog249 data item and had a minimum repetition of zero (for example, [^\x{100}]* in
931 5. A reference to an unset group with zero minimum repetition was giving
993 6. Lookbehinds such as (?<=a{2}b) that contained a fixed repetition were
1333 if they are repeated, backtracking one repetition now resets captured
1594 repetition (this should not affect the compiled code).
1896 inside another quantified group. (If there's no repetition, the reference
1948 repetition. The same bug could also affect patterns like /(\x{ff}{0,2})*/8
2680 string has an unlimited repetition quantifier, it no longer makes this
5102 7. Fixed bug: a zero repetition after a literal string (e.g. /abcde{0}/) was
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Drouting.rst292 The intention is to avoid repetition when defining routes.
/external/llvm/lib/Support/
Dregengine.inc183 /* this loop does only one repetition except for backrefs */
/external/pcre/dist/doc/
Dpcre.txt1392 resented as a tree structure. An unlimited repetition in the pattern
1410 left) in the subject string as well. The order in which repetition
1418 on the way the greedy and ungreedy repetition quantifiers are specified
1475 ungreedy nature of repetition quantifiers is not relevant. Greedy and
2031 avoid too much repetition, we refer just to pcre_compile() below, but
4675 (d) If PCRE_UNGREEDY is set, the greediness of the repetition quanti-
6212 The general repetition quantifier specifies a minimum and maximum num-
6265 useful, such patterns are now accepted, but if any repetition of the
6362 repetition, failure of what follows normally causes the repeated item
6475 reference" of this type can make sense when a repetition is involved
[all …]
/external/llvm/docs/
DCodeGenerator.rst177 abstractions to reduce the amount of repetition.
/external/v8/
DChangeLog4108 minimum repetition count is inside another quantifier.