HomeSort by relevance Sort by last modified time
    Searched full:operators (Results 176 - 200 of 2129) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
string 45 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
string 43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
string 43 #include <bits/localefwd.h> // For operators >>, <<, and getline.
  /prebuilts/sdk/renderscript/clang-include/
iso646.h 1 /*===---- iso646.h - Standard header for alternate spellings of operators---===
  /external/chromium_org/third_party/sqlite/src/test/
fts3expr2.test 49 # * Whether or not explict AND operators are used. i.e. if
86 set operators [list NEAR NOT AND OR]
87 set op [lindex $operators [rnd 4]]
  /external/compiler-rt/lib/asan/
asan_new_delete.cc 12 // Interceptors for operators new and delete.
23 // C++ operators can't have visibility attributes on Windows.
49 // To make sure that C++ allocation/deallocation operators are overridden on
  /external/deqp/data/gles2/shaders/
constant_expressions.test 66 group operators "Operators"
190 end # operators
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.int_op.txt 32 + Integer scalar and vector unary operators:
36 + Integer scalar and vector binary operators:
51 + Scalar-scalar, vector-vector and vector-scalar binary operators
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dvec.inl 36 /*** assignment operators ***/
74 /*** unary operators ***/
86 /*** binary operators ***/
  /external/chromium_org/net/base/
int128.h 29 // Arithmetic operators.
123 // Comparison operators.
139 // Unary operators
155 // Logical operators.
186 // Shift operators.
  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermNode.h 29 // Operators used by the high-level (parse tree) representation.
44 // Unary operators
91 // Built-in functions potentially mapped to operators
467 // Intermediate class for node types that hold operators.
492 // Nodes for all the basic binary math operators.
531 // Nodes for unary math operators.
595 // Conservatively assume function calls and other aggregate operators have side-effects
  /external/llvm/docs/tutorial/
OCamlLangImpl6.rst 2 Kaleidoscope: Extending the Language: User-defined Operators
15 doesn't have many useful operators (like division, logical negation, or
19 user-defined operators to the simple and beautiful Kaleidoscope
30 User-defined Operators: the Idea
35 redefine existing operators: you can't programatically change the
36 grammar, introduce new operators, change precedence levels, etc. In this
38 user round out the set of operators that are supported.
40 The point of going into user-defined operators in a tutorial like this
46 the programmer to introduce new operators into the grammar: the grammar
49 The two specific features we'll add are programmable unary operators
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 10 On the one hand it filters out invalid operators like the bitshift
11 operators we don't allow in templates. On the other hand it separates
102 # bind operators to token types
103 operators = { variable
132 reverse_operators = dict([(v, k) for k, v in iteritems(operators)])
133 assert len(operators) == len(reverse_operators), 'operators dropped'
135 sorted(operators, key=lambda x: -len(x))))
590 token = operators[value]
629 # like operators
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokenizer.py 141 # delete, in, instanceof, new, typeof - included as operators.
152 # List of regular expressions to match as operators. Some notes: for our
156 # Operators that are subsets of larger operators must come later in this list
256 # Find numbers. This has to happen before operators because scientific
260 # Find operators and simple assignments
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py 141 # delete, in, instanceof, new, typeof - included as operators.
148 # List of regular expressions to match as operators. Some notes: for our
152 # Operators that are subsets of larger operators must come later in this list
272 # Find numbers. This has to happen before operators because
276 # Find operators and simple assignments
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prlong.h 99 ** MACROS: LL_<relational operators>
115 ** MACROS: LL_<logical operators>
130 ** MACROS: LL_<mathematical operators>
141 ** MACROS: LL_<mathematical operators>
152 ** MACROS: LL_<shifting operators>
165 ** MACROS: LL_<conversion operators>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/decimal/
decimal 102 // 3.2.7 Unary arithmetic operators.
110 // 3.2.8 Binary arithmetic operators.
182 // 3.2.9 Comparison operators.
256 // 3.2.2.6 Increment and decrement operators.
339 // 3.2.3.6 Increment and decrement operators.
423 // 3.2.4.6 Increment and decrement operators.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/decimal/
decimal 102 // 3.2.7 Unary arithmetic operators.
110 // 3.2.8 Binary arithmetic operators.
182 // 3.2.9 Comparison operators.
256 // 3.2.2.6 Increment and decrement operators.
339 // 3.2.3.6 Increment and decrement operators.
423 // 3.2.4.6 Increment and decrement operators.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/decimal/
decimal 102 // 3.2.7 Unary arithmetic operators.
110 // 3.2.8 Binary arithmetic operators.
182 // 3.2.9 Comparison operators.
256 // 3.2.2.6 Increment and decrement operators.
339 // 3.2.3.6 Increment and decrement operators.
423 // 3.2.4.6 Increment and decrement operators.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/decimal/
decimal 102 // 3.2.7 Unary arithmetic operators.
110 // 3.2.8 Binary arithmetic operators.
182 // 3.2.9 Comparison operators.
256 // 3.2.2.6 Increment and decrement operators.
339 // 3.2.3.6 Increment and decrement operators.
423 // 3.2.4.6 Increment and decrement operators.

Completed in 2056 milliseconds

1 2 3 4 5 6 78 91011>>