/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 56 const std::vector<const XlaExpression*>& expressions, in PrepareArguments() argument 59 std::vector<bool> arg_must_be_compile_time_constant(expressions.size()); in PrepareArguments() 65 args->resize(expressions.size()); in PrepareArguments() 71 switch (expressions[i]->kind()) { in PrepareArguments() 74 arg.constant_value = expressions[i]->constant_value(); in PrepareArguments() 79 expressions[i]->ResolveConstant(client)); in PrepareArguments() 234 std::vector<const XlaExpression*> expressions; in CompileFunctionalNode() local 239 expressions.push_back(expression); in CompileFunctionalNode() 250 PrepareArguments(&xla_op_context, graph.get(), expressions, &arguments)); in CompileFunctionalNode() 262 TF_RET_CHECK(arguments.size() == expressions.size()); in CompileFunctionalNode() [all …]
|
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/ |
D | ExpressionParser.java | 21 import org.jacoco.examples.expressions.Add; 22 import org.jacoco.examples.expressions.Const; 23 import org.jacoco.examples.expressions.Div; 24 import org.jacoco.examples.expressions.IExpression; 25 import org.jacoco.examples.expressions.Mul; 26 import org.jacoco.examples.expressions.Sub;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | lshr-shl-differentconstmask.ll | 7 ; CHECK-NEXT: Classifying expressions for: @udiv_biggerLshr 21 ; CHECK-NEXT: Classifying expressions for: @udiv_biggerShl 37 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerLshr 51 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerLshr_lshrexact 65 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerShr 79 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerShr_lshrexact 95 ; CHECK-NEXT: Classifying expressions for: @masky_biggerLshr 109 ; CHECK-NEXT: Classifying expressions for: @masky_biggerLshr_lshrexact 120 ; CHECK-NEXT: Classifying expressions for: @masky_biggerShr 134 ; CHECK-NEXT: Classifying expressions for: @masky_biggerShr_lshrexact
|
D | shl-lshr-differentconstmask.ll | 7 ; CHECK-NEXT: Classifying expressions for: @mul_biggerShl 21 ; CHECK-NEXT: Classifying expressions for: @mul_biggerLshl 37 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerShl 51 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerShl_shlnuw 65 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerLshr 79 ; CHECK-NEXT: Classifying expressions for: @shifty_biggerLshr_shlnuw 95 ; CHECK-NEXT: Classifying expressions for: @masky_biggerShl 109 ; CHECK-NEXT: Classifying expressions for: @masky_biggerShl_shlnuw 120 ; CHECK-NEXT: Classifying expressions for: @masky_biggerLshr 134 ; CHECK-NEXT: Classifying expressions for: @masky_biggerLshr_shlnuw
|
D | no-wrap-unknown-becount.ll | 7 ; CHECK-LABEL: Classifying expressions for: @s_0 27 ; CHECK-LABEL: Classifying expressions for: @s_1 47 ; CHECK-LABEL: Classifying expressions for: @s_2 67 ; CHECK-LABEL: Classifying expressions for: @s_3 89 ; CHECK-LABEL: Classifying expressions for: @s_4 111 ; CHECK-LABEL: Classifying expressions for: @u_0 131 ; CHECK-LABEL: Classifying expressions for: @u_1 151 ; CHECK-LABEL: Classifying expressions for: @u_2 171 ; CHECK-LABEL: Classifying expressions for: @u_3
|
D | smax-br-phi-idioms.ll | 4 ; CHECK-LABEL: Classifying expressions for: @f0 21 ; CHECK-LABEL: Classifying expressions for: @f1 38 ; CHECK-LABEL: Classifying expressions for: @f2 55 ; CHECK-LABEL: Classifying expressions for: @f3 81 ; CHECK-LABEL: Classifying expressions for: @f4 107 ; CHECK-LABEL: Classifying expressions for: @f5 133 ; CHECK-LABEL: Classifying expressions for: @f6
|
D | constant_condition.ll | 4 ; CHECK-LABEL: Classifying expressions for: @branch_true 20 ; CHECK-LABEL: Classifying expressions for: @branch_false 36 ; CHECK-LABEL: Classifying expressions for: @select_true 45 ; CHECK-LABEL: Classifying expressions for: @select_false
|
D | extract-highbits-sameconstmask.ll | 7 ; CHECK-NEXT: Classifying expressions for: @div 21 ; CHECK-NEXT: Classifying expressions for: @sdiv 39 ; CHECK-NEXT: Classifying expressions for: @mask_b 50 ; CHECK-NEXT: Classifying expressions for: @mask_d
|
D | overflow-intrinsics.ll | 7 ; CHECK-LABEL: Classifying expressions for: @f_sadd_0 38 ; CHECK-LABEL: Classifying expressions for: @f_sadd_1 73 ; CHECK-LABEL: Classifying expressions for: @f_sadd_2 103 ; CHECK-LABEL: Classifying expressions for: @f_sadd_3 129 ; CHECK-LABEL: Classifying expressions for: @f_sadd_4 162 ; CHECK-LABEL: Classifying expressions for: @f_sadd_may_overflow 192 ; CHECK-LABEL: Classifying expressions for: @f_uadd 223 ; CHECK-LABEL: Classifying expressions for: @f_ssub 254 ; CHECK-LABEL: Classifying expressions for: @f_usub 285 ; CHECK-LABEL: Classifying expressions for: @f_smul [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 3 // Obj-C string literal expressions 13 // @selector expressions 26 // @protocol expressions 39 // @encode expressions 50 // @() boxing expressions.
|
/external/eigen/doc/ |
D | HiPerformance.dox | 4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions 7 simply write your expressions in the most high level way. This is especially true 9 take some care when writing your expressions in order to minimize useless evaluations 12 and evaluate complex product expressions, and discuss the current limitations. 13 In particular we will focus on expressions matching level 2 and 3 BLAS routines, i.e, 18 …tural API. Each of these routines can compute in a single evaluation a wide variety of expressions. 21 you to write faster code by making your expressions more Eigen friendly. 33 More precisely each side is simplified by iteratively removing trivial expressions such as scalar m… 34 negation and conjugation. Transpose and Block expressions are not evaluated and they only modify th… 35 and shape. All other expressions are immediately evaluated. [all …]
|
/external/python/cpython3/Doc/library/ |
D | re.rst | 24 Regular expressions use the backslash character (``'\'``) to indicate 42 :ref:`compiled regular expressions <re-objects>`. The functions are shortcuts 63 Regular expressions can be concatenated to form new regular expressions; if *A* 64 and *B* are both regular expressions, then *AB* is also a regular expression. 68 references. Thus, complex expressions can easily be constructed from simpler 69 primitive expressions like the ones described here. For details of the theory 70 and implementation of regular expressions, consult the Friedl book [Frie09]_, 73 A brief explanation of the format of regular expressions follows. For further 76 Regular expressions can contain both special and ordinary characters. Most 78 expressions; they simply match themselves. You can concatenate ordinary [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | constant_condition.ll | 4 ; CHECK-LABEL: Classifying expressions for: @branch_true 20 ; CHECK-LABEL: Classifying expressions for: @branch_false 36 ; CHECK-LABEL: Classifying expressions for: @select_true 45 ; CHECK-LABEL: Classifying expressions for: @select_false
|
D | smax-br-phi-idioms.ll | 4 ; CHECK-LABEL: Classifying expressions for: @f0 21 ; CHECK-LABEL: Classifying expressions for: @f1 38 ; CHECK-LABEL: Classifying expressions for: @f2 55 ; CHECK-LABEL: Classifying expressions for: @f3 81 ; CHECK-LABEL: Classifying expressions for: @f4 107 ; CHECK-LABEL: Classifying expressions for: @f5
|
D | no-wrap-unknown-becount.ll | 7 ; CHECK-LABEL: Classifying expressions for: @s_0 27 ; CHECK-LABEL: Classifying expressions for: @s_1 47 ; CHECK-LABEL: Classifying expressions for: @s_2 67 ; CHECK-LABEL: Classifying expressions for: @u_0 87 ; CHECK-LABEL: Classifying expressions for: @u_1 107 ; CHECK-LABEL: Classifying expressions for: @u_2
|
D | overflow-intrinsics.ll | 7 ; CHECK-LABEL: Classifying expressions for: @f_sadd_0 38 ; CHECK-LABEL: Classifying expressions for: @f_sadd_1 73 ; CHECK-LABEL: Classifying expressions for: @f_sadd_2 103 ; CHECK-LABEL: Classifying expressions for: @f_sadd_3 129 ; CHECK-LABEL: Classifying expressions for: @f_sadd_4 162 ; CHECK-LABEL: Classifying expressions for: @f_sadd_may_overflow 192 ; CHECK-LABEL: Classifying expressions for: @f_uadd 223 ; CHECK-LABEL: Classifying expressions for: @f_ssub 254 ; CHECK-LABEL: Classifying expressions for: @f_usub 285 ; CHECK-LABEL: Classifying expressions for: @f_smul [all …]
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmparser.cpp | 32 auto expressions = ParseTopExpression(); in Parse() local 38 1, true, L"", std::move(arguments), std::move(expressions)); in Parse() 72 std::vector<std::unique_ptr<CXFA_FMExpression>> expressions; in ParseTopExpression() local 77 return expressions; in ParseTopExpression() 85 expressions.push_back(std::move(expr)); in ParseTopExpression() 97 std::vector<std::unique_ptr<CXFA_FMExpression>> expressions; in ParseFunction() local 144 expressions = ParseTopExpression(); in ParseFunction() 145 if (!expressions.size() || !CheckThenNext(TOKendfunc)) in ParseFunction() 150 line, false, ident, std::move(arguments), std::move(expressions)); in ParseFunction() 677 std::vector<std::unique_ptr<CXFA_FMSimpleExpression>> expressions; in ParsePostExpression() local [all …]
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | constexpr.ll | 5 ; This testcase is for testing expressions constructed from 10 ;; Test constant cast expressions 31 ;; Test constant getelementpr expressions for arrays 48 ;; TODO: Test constant getelementpr expressions for structures 77 ;; TODO: Test constant expressions for unary and binary operators
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Integer/ |
D | constexpr_bt.ll | 6 ; This testcase is for testing expressions constructed from 11 ;; Test constant cast expressions 33 ;; Test constant getelementpr expressions for arrays 50 ;; TODO: Test constant getelementpr expressions for structures 79 ;; TODO: Test constant expressions for unary and binary operators
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | constexpr.ll | 5 ; This testcase is for testing expressions constructed from 10 ;; Test constant cast expressions 31 ;; Test constant getelementpr expressions for arrays 48 ;; TODO: Test constant getelementpr expressions for structures 77 ;; TODO: Test constant expressions for unary and binary operators
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 6 ; This testcase is for testing expressions constructed from 11 ;; Test constant cast expressions 33 ;; Test constant getelementpr expressions for arrays 50 ;; TODO: Test constant getelementpr expressions for structures 79 ;; TODO: Test constant expressions for unary and binary operators
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 5 ; This testcase is for testing expressions constructed from 10 ;; Test constant cast expressions 31 ;; Test constant getelementpr expressions for arrays 48 ;; TODO: Test constant getelementpr expressions for structures 77 ;; TODO: Test constant expressions for unary and binary operators
|
/external/swiftshader/third_party/LLVM/test/Integer/ |
D | constexpr_bt.ll | 6 ; This testcase is for testing expressions constructed from 11 ;; Test constant cast expressions 33 ;; Test constant getelementpr expressions for arrays 50 ;; TODO: Test constant getelementpr expressions for structures 79 ;; TODO: Test constant expressions for unary and binary operators
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | constant-fold-gep.ll | 48 ; simplifications on sizeof, alignof, and offsetof expressions. The 178 ; SCEV: Classifying expressions for: @goo8 181 ; SCEV: Classifying expressions for: @goo1 184 ; SCEV: Classifying expressions for: @foo8 187 ; SCEV: Classifying expressions for: @foo1 190 ; SCEV: Classifying expressions for: @hoo8 192 ; SCEV: Classifying expressions for: @hoo1 310 ; SCEV: Classifying expressions for: @fa 313 ; SCEV: Classifying expressions for: @fb 316 ; SCEV: Classifying expressions for: @fc [all …]
|
/external/catch2/docs/ |
D | assertions.md | 5 [Natural Expressions](#natural-expressions)<br> 7 [Matcher expressions](#matcher-expressions)<br> 9 [Expressions with commas](#expressions-with-commas)<br> 13 Catch is different. Because it decomposes natural C-style conditional expressions most of these for… 38 (these forms exist as a workaround for the fact that ! prefixed expressions cannot be decomposed). 45 Do note that "overly complex" expressions cannot be decomposed and thus will not compile. This is d… 157 ## Matcher expressions 175 problems with commas inside the provided expressions. As an example
|