Home
last modified time | relevance | path

Searched refs:evaluated (Results 1 – 25 of 166) sorted by relevance

1234567

/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java51 private boolean[] evaluated = new boolean[ClassConstants.TYPICAL_CODE_LENGTH]; field in StackSizeComputer
66 return evaluated[instructionOffset]; in isReachable()
76 if (!evaluated[instructionOffset]) in getStackSize()
138 if (evaluated.length < codeLength) in visitCodeAttribute0()
140 evaluated = new boolean[codeLength]; in visitCodeAttribute0()
145 Arrays.fill(evaluated, 0, codeLength, false); in visitCodeAttribute0()
289 if (evaluated[instructionOffset]) in evaluateInstructionBlock()
309 while (!evaluated[instructionOffset]) in evaluateInstructionBlock()
312 evaluated[instructionOffset] = true; in evaluateInstructionBlock()
368 if (evaluated[instructionOffset]) in evaluateInstructionBlock()
/external/eigen/doc/
DHiPerformance.dox34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th…
35 and shape. All other expressions are immediately evaluated.
61 Otherwise the product m2 * m3 is evaluated into a temporary.</td>
71 Without this optimization, the matrix product would be evaluated into a
94 and so the matrix product will be immediately evaluated.</td>
106 m2*m3 will be evaluated anyway. However, note how this expression can be rewritten
DTopicLazyEvaluation.dox21evaluated as late as possible, instead of immediately. However, most other expression-templates-ba…
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
57 …that the total cost of an operation is reduced if a sub-expression gets evaluated into a temporary…
/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0.
26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0.
/external/llvm/test/MC/ARM/
Derror-location.s19 @ CHECK: <unknown>:0: error: expression could not be evaluated
26 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
DHasXPath.java61 return evaluated(item, mismatch) in matchesSafely()
74 private Condition<Object> evaluated(Node item, Description mismatch) { in evaluated() method in HasXPath
/external/llvm/test/MC/ELF/
Dsubtraction-error.s8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/llvm/test/Transforms/Reassociate/
Dabsorption.ll4 ; evaluated as the absorbing value.
/external/selinux/secilc/docs/
Dcil_conditional_statements.md86 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>true</c…
90 …L statements that will be instantiated when the <code>boolean</code> is evaluated as <code>false</…
198 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>true</c…
202 …L statements that will be instantiated when the <code>tunable</code> is evaluated as <code>false</…
/external/clang/test/SemaObjCXX/
Darc-ppe.mm16 …nst type 'id'}} expected-warning {{expression with side effects will be evaluated despite being us…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gurmukhi/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-sinhala/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-bengali/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-malayalam/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-assamese/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-oriya/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-kannada/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-gujarati/utrrs/
DREADME2 …ccording to typographical rules applicable to a natural language can be evaluated by one with no k…
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeZoneFormat.java1027 int evaluated = 0; // bit flags representing already evaluated styles in parse() local
1052 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse()
1073 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse()
1088 evaluated |= Style.LOCALIZED_GMT.flag; in parse()
1243 evaluated |= style.flag; in parse()
1267 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse()
1294 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse()
1316 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse()
1371 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse()
1404 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneFormat.java1088 int evaluated = 0; // bit flags representing already evaluated styles in parse() local
1113 evaluated |= (Style.LOCALIZED_GMT.flag | Style.LOCALIZED_GMT_SHORT.flag); in parse()
1134 evaluated |= Style.LOCALIZED_GMT_SHORT.flag; in parse()
1149 evaluated |= Style.LOCALIZED_GMT.flag; in parse()
1304 evaluated |= style.flag; in parse()
1328 ((evaluated & ISO_Z_STYLE_FLAG) == 0 || (evaluated & ISO_LOCAL_STYLE_FLAG) == 0)) { in parse()
1355 (evaluated & Style.LOCALIZED_GMT.flag) == 0) { in parse()
1377 (evaluated & Style.LOCALIZED_GMT_SHORT.flag) == 0) { in parse()
1432 … if (parseTZDBAbbrev && parsedPos < maxPos && (evaluated & Style.SPECIFIC_SHORT.flag) == 0) { in parse()
1465 if (parsedPos < maxPos && (evaluated & Style.ZONE_ID.flag) == 0) { in parse()
[all …]
/external/llvm/lib/Analysis/
DREADME.txt10 Outside the loop, this could be evaluated simply as (%n * %n), however
/external/swiftshader/third_party/LLVM/lib/Analysis/
DREADME.txt10 Outside the loop, this could be evaluated simply as (%n * %n), however

1234567