Home
last modified time | relevance | path

Searched refs:expressions (Results 1 – 25 of 224) sorted by relevance

123456789

/external/clang/test/SemaTemplate/
Dinstantiate-objc-1.mm3 // Obj-C string literal expressions
13 // @selector expressions
26 // @protocol expressions
39 // @encode expressions
50 // @() boxing expressions.
/external/eigen/doc/
DI02_HiPerformance.dox4 /** \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 …]
DI13_FunctionsTakingEigenTypes.dox22 …atrixBase: The common base class for all dense matrix expressions (as opposed to array expressions
23 … ArrayBase: The common base class for all dense array expressions (as opposed to matrix expression…
28 …s of the most generic object present in Eigen. It coulde be any matrix expressions, any dense or s…
103 \b Note: Functions taking \e const references to Matrix (or Array) can process expressions at the c…
142 The implementation above does now not only work with temporary expressions but it also allows to us…
157 …, Eigen supports automatic resizing but it is not possible to do so on expressions. Why should res…
176expressions and for parameters being matrices and having the wrong size. Resizing the expressions
DC03_TutorialArrayClass.dox90 Arrays also support expressions of the form <tt>array + scalar</tt> which add a scalar to each coef…
141 \section TutorialArrayClassConvert Converting between array and matrix expressions
150 \link MatrixBase Matrix expressions \endlink have an \link MatrixBase::array() .array() \endlink me…
151 'converts' them into \link ArrayBase array expressions\endlink, so that coefficient-wise operations
152 can be applied easily. Conversely, \link ArrayBase array expressions \endlink
169 because Eigen allows assigning array expressions to matrix variables).
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DAbstractControlActionsManager.java19 import org.eclipse.core.expressions.EvaluationResult;
20 import org.eclipse.core.expressions.Expression;
21 import org.eclipse.core.expressions.ExpressionInfo;
22 import org.eclipse.core.expressions.IEvaluationContext;
/external/llvm/test/Integer/
Dconstexpr_bt.ll6 ; 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/
Dconstexpr.ll5 ; 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/clang/docs/
DObjectiveCLiterals.rst10 scalar literal expressions; *Collection Literals* provide a short-hand
82 parenthesized expression. Parenthesized expressions are supported using
92 ``(BOOL)0`` respectively. To support ``@YES`` and ``@NO`` expressions,
110 Objective-C++ also supports ``@true`` and ``@false`` expressions, which
116 Objective-C provides a new syntax for boxing C expressions:
215 As with all C pointers, character pointer expressions can involve
219 ``NULL`` character pointers used in boxed expressions.
224 Boxed expressions will be available in clang 3.2. It is not currently
243 sub-expressions of an array literal can be any Objective-C object
257 sub-expressions of a dictionary literal must be Objective-C object
[all …]
/external/llvm/test/Other/
Dconstant-fold-gep.ll48 ; simplifications on sizeof, alignof, and offsetof expressions. The
181 ; SCEV: Classifying expressions for: @goo8
184 ; SCEV: Classifying expressions for: @goo1
187 ; SCEV: Classifying expressions for: @foo8
190 ; SCEV: Classifying expressions for: @foo1
193 ; SCEV: Classifying expressions for: @hoo8
195 ; SCEV: Classifying expressions for: @hoo1
313 ; SCEV: Classifying expressions for: @fa
316 ; SCEV: Classifying expressions for: @fb
319 ; SCEV: Classifying expressions for: @fc
[all …]
/external/clang/test/SemaObjC/
Dgcc-cast-ext.m12 // GCC allows pointer expressions in integer constant expressions.
/external/clang/test/CodeGenObjC/
Dobjc-literal-debugger-test.m38 // boxed expressions.
49 #error "boxed expressions not supported"
/external/regex-re2/doc/
Dmksyntaxgo25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
/external/llvm/docs/
DTableGenFundamentals.rst155 from various kinds of string processing expressions and ``NAME`` resolves to the
156 final value obtained after resolving all of those expressions. The user may
268 .. _TableGen expressions:
270 TableGen values and expressions
400 colon character ("``:``"). If `value definitions`_ or `let expressions`_ are
437 .. _let expressions:
438 .. _"let" expressions within a record:
440 'let' expressions
445 derived class or definition wants to override. Let expressions consist of the
487 The more esoteric forms of `TableGen expressions`_ are useful in conjunction
[all …]
/external/webkit/LayoutTests/fast/xpath/
Dnull-namespace-in-html-expected.txt1 This tests that XPath expressions with prefixes work correctly.
Dxpath-namespaces-expected.txt1 This tests that XPath expressions with prefixes work correctly.
/external/llvm/test/Assembler/
D2003-05-21-ConstantShiftExpr.ll2 ; Test that shift instructions can be used in constant expressions.
/external/clang/lib/StaticAnalyzer/
DREADME.txt22 (values of variables and expressions) is encapsulated by the state
31 individual expressions. The analysis of an expression can cause the
94 If you are interested in bringing up support for C++ expressions, the
96 handles the simulation of individual expressions. There are plenty of
97 examples there of how other expressions are handled.
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DVariableTranslator.java149 private JavaExpression concatenate(List<JavaExpression> expressions) { in concatenate() argument
153 for (JavaExpression expression : expressions) { in concatenate()
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-constantexpr.ll3 ; This tests to make sure that we can evaluate weird constant expressions
/external/llvm/test/ExecutionEngine/
Dtest-constantexpr.ll3 ; This tests to make sure that we can evaluate weird constant expressions
/external/llvm/docs/tutorial/
DOCamlLangImpl2.rst23 parse the Kaleidoscope language (the latter for binary expressions and
34 Kaleidoscope, we have expressions, a prototype, and a function object.
35 We'll start with expressions first:
69 expressions. One thing that is nice about our AST is that it captures
96 With this scaffolding, we can now talk about parsing expressions and
131 which parses that production. We call this class of expressions
132 "primary" expressions, for reasons that will become more clear `later in
232 Now that basic expressions are handled, we need to handle binary
233 expressions. They are a bit more complex.
238 Binary expressions are significantly harder to parse because they are
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DExpressionEvaluator.java230 private void executeFunction(String name, PExpression... expressions) { in executeFunction() argument
231 Value[] args = new Value[expressions.length]; in executeFunction()
233 args[i] = evaluate(expressions[i]); in executeFunction()
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Djsunittest.js731 var pass = true, expressions = DrNicTest.arrayfromargs(arguments);
732 var elements = expressions.shift();
733 if (elements.length != expressions.length) {
734 …'size mismatch: ? elements, ? expressions (?).', elements.length, expressions.length, expressions);
738 for (var i=0; i < expressions.length; i++) {
739 var expression = expressions[i];
/external/webkit/Source/WebCore/css/
DMediaQuery.h51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } in expressions() function
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
Djstemplate.js531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);

123456789