OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expressions
(Results
176 - 200
of
2155
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
RegexCache.java
24
* LRU Cache for compiled regular
expressions
used by the libphonenumbers libary.
/external/libsepol/tests/
debug.c
21
/* This includes functions used to debug tests (display bitmaps, conditional
expressions
, etc */
/external/libxml2/include/libxml/
pattern.h
3
* Description: allows to compile and test pattern
expressions
for nodes
/external/llvm/docs/tutorial/
LangImpl2.rst
22
parse the Kaleidoscope language (the latter for binary
expressions
and
33
Kaleidoscope, we have
expressions
, a prototype, and a function object.
34
We'll start with
expressions
first:
93
expressions
. One thing that is nice about our AST is that it captures
132
With this scaffolding, we can now talk about parsing
expressions
and
295
We call this class of
expressions
"primary"
expressions
, for reasons
320
Now that basic
expressions
are handled, we need to handle binary
321
expressions
. They are a bit more complex.
326
Binary
expressions
are significantly harder to parse because they ar
[
all
...]
/external/llvm/test/Assembler/
vector-shift.ll
27
; Constant
expressions
: these should be folded.
/external/llvm/test/Feature/
vector-cast-constant-exprs.ll
3
; All of these constant
expressions
should fold.
/external/llvm/test/MC/Mips/
expr1.s
2
# Check that the assembler can handle the
expressions
as operands.
/external/llvm/test/Transforms/SimplifyCFG/
PhiEliminate3.ll
1
; Test merging of blocks containing complex
expressions
,
/external/regex-re2/doc/
mksyntaxhtml
33
<tr><td colspan=2>Grayed out
expressions
are not supported by RE2.</td></tr>
/external/v8/test/mjsunit/compiler/
regress-or.js
28
// Test deoptimization inside short-circuited
expressions
.
/external/v8/test/mjsunit/
regexp-call-as-function.js
28
// Test that regular
expressions
can be called as functions. Calling
short-circuit-boolean.js
29
// boolean
expressions
.
/external/v8/test/mjsunit/regress/
regress-1647.js
30
// Test for correct deoptimization in named function
expressions
.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
identity_type.hpp
9
Wrap type
expressions
with round parenthesis so they can be passed to macros
/external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java
44
* begin variable searches for evaluation of
expressions
.
72
* begin variable searches for evaluation of
expressions
.
142
* begin variable searches for evaluation of
expressions
.
/external/chromium_org/third_party/libxml/src/
testXPath.c
204
printf("\t--xptr :
expressions
are XPointer
expressions
\n");
206
printf("\t--expr : debug XPath
expressions
only\n");
/external/clang/test/Parser/
cxx11-user-defined-literals.cpp
29
//
expressions
:
35
//
expressions
:
40
// But they can appear in
expressions
.
/external/eigen/Eigen/src/Core/
Random.h
43
* behavior with
expressions
involving random matrices.
70
* behavior with
expressions
involving random matrices.
91
* behavior with
expressions
involving random matrices.
/external/eigen/doc/
I01_TopicLazyEvaluation.dox
15
A traditional math library without expression templates always evaluates all sub-
expressions
into temporaries. So with this code,
21
Expression-templates-based libraries can avoid evaluating sub-
expressions
into temporaries, which in many cases results in large speed improvements. This is called <i>lazy evaluation</i> as an expression is getting evaluated as late as possible, instead of immediately. However, most other expression-templates-based libraries <i>always</i> choose lazy evaluation. There are two problems with that: first, lazy evaluation is not always a good choice for performance; second, lazy evaluation can be very dangerous, for example with matrix products: doing <tt>matrix = matrix*matrix</tt> gives a wrong result if the matrix product is lazy-evaluated, because of the way matrix product works.
55
the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to evaluate immediately matrix products when they are nested into bigger
expressions
.
/external/srec/srec/Semproc/include/
SR_SemanticGraph.h
37
* labels which map to script
expressions
(eScript
expressions
, similar to JavaScript).
38
* These
expressions
are interpreted by a Semantic Processor in order to determine meaning, such as
/external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl
2
# complicated
expressions
.
125
# Aggregate
expressions
161
#
expressions
match.
251
# This file tests randomly generated SQL
expressions
. The
expressions
/external/clang/lib/StaticAnalyzer/
README.txt
22
(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/
JavaExpression.java
27
* This class contains static helper methods for common types of
expressions
, or you can just create
33
* Simple type enumeration to allow us to compare the return types of
expressions
easily and cast
34
*
expressions
nicely.
150
* Creates a typed expression. Typed
expressions
allow for greater optimization by avoiding
391
* when declaring variables from typed
expressions
.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
WatchExpressionsSidebarPane.js
37
WebInspector.SidebarPane.call(this, WebInspector.UIString("Watch
Expressions
"));
121
this.emptyElement.textContent = WebInspector.UIString("No Watch
Expressions
");
128
this.propertiesElement.classList.add("watch-
expressions
");
204
// Now process all the
expressions
, since we have the actual count,
223
// with no
expressions
, and expanded tree, we get some extra vertical
413
contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Delete all watch
expressions
" : "Delete All Watch
Expressions
"), this._deleteAllButtonClicked.bind(this));
/libcore/luni/src/main/java/javax/xml/xpath/
XPath.java
26
* <p><code>XPath</code> provides access to the XPath evaluation environment and
expressions
.</p>
31
* <th colspan="2">Evaluation of XPath
Expressions
.</th>
40
* For the purposes of evaluating XPath
expressions
, a DocumentFragment
186
* <p>See <a href="#XPath-evaluation">Evaluation of XPath
Expressions
</a> for context item evaluation,
222
* <p>See <a href="#XPath-evaluation">Evaluation of XPath
Expressions
</a> for context item evaluation,
249
* <p>See <a href="#XPath-evaluation">Evaluation of XPath
Expressions
</a> for context item evaluation,
282
* <p>See <a href="#XPath-evaluation">Evaluation of XPath
Expressions
</a> for context item evaluation,
Completed in 4473 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>