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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/res/res/values-mcc302-mnc610/
config.xml 21 <!-- Don't use roaming icon for considered operators -->
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ptrs_specialize.h 15 // User wants to disable proxy -> operators
  /external/eigen/doc/
TutorialMatrixArithmetic.dox 12 Eigen offers matrix/vector arithmetic operations either through overloads of common C++ arithmetic operators such as +, -, *,
14 For the Matrix class (matrices and vectors), operators are only overloaded to support
22 also have the same \c Scalar type, as Eigen doesn't do automatic type promotion. The operators at hand here are:
40 Multiplication and division by a scalar is very simple too. The operators at hand here are:
60 but it is useful to just mention it now. In Eigen, arithmetic operators such as \c operator+ don't
94 As for basic arithmetic operators, \c transpose() and \c adjoint() simply return a proxy object without doing the actual transposition. If you do <tt>b = a.transpose()</tt>, then the transpose is evaluated at the same time as the result is written into \c b. However, there is a complication here. If you do <tt>a = a.transpose()</tt>, then Eigen starts writing the result into \c a before the evaluation of the transpose is finished. Therefore, the instruction <tt>a = a.transpose()</tt> does not replace \c a with its transpose, as one would expect:
121 two operators:
  /external/chromium_org/tools/gn/
operators_unittest.cc 6 #include "tools/gn/operators.h"
36 TEST(Operators, SourcesAppend) {
99 TEST(Operators, ListAppend) {
155 TEST(Operators, ShortCircuitAnd) {
180 TEST(Operators, ShortCircuitOr) {
  /external/chromium_org/v8/src/
token.h 47 /* Assignment operators. */ \
68 /* Binary operators sorted by precedence. */ \
87 /* Compare operators sorted by precedence. */ \
101 /* Unary operators. */ \
282 // operators; returns 0 otherwise.
  /bootable/recovery/edify/
README 30 - Operators (like "&&" and "||") are just syntactic sugar for builtin
85 - The && and || operators can be used similarly; they evaluate their
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 32 * Wrapper class for UErrorCode, with conversion operators for direct use
44 * and C++ taking UErrorCode & (reference) via conversion operators.
  /external/clang/include/clang/AST/
OperationKinds.h 307 // Operators listed in order of precedence.
309 BO_PtrMemD, BO_PtrMemI, // [C++ 5.5] Pointer-to-member operators.
310 BO_Mul, BO_Div, BO_Rem, // [C99 6.5.5] Multiplicative operators.
311 BO_Add, BO_Sub, // [C99 6.5.6] Additive operators.
312 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators.
313 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators.
314 BO_EQ, BO_NE, // [C99 6.5.9] Equality operators.
320 BO_Assign, BO_MulAssign, // [C99 6.5.16] Assignment operators.
  /external/javassist/src/main/javassist/compiler/
TokenId.java 91 // operators from NEQ to ARSHIFT_E
97 // operators from MOD_E to ARSHIFT_E
  /art/compiler/sea_ir/ir/
sea_node.h 73 // operators because that would lead to duplication of their unique ids.
  /docs/source.android.com/src/devices/tech/datausage/
index.jd 29 and mobile operators, to help explain technical details they should be
  /external/chromium_org/content/public/browser/
desktop_media_id.h 54 // Operators so that DesktopMediaID can be used with STL containers.
  /external/chromium_org/net/quic/
quic_bandwidth.h 65 // Non-member relational operators for QuicBandwidth.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.idl 31 // Composite Operators
SVGFEMorphologyElement.idl 31 // Morphology Operators
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 36 // Equal operators have to be used instead of negation here to make NaN work as well.
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 24 int fOppSum; // for binary operators: the opposite winding sum
  /external/chromium_org/tools/idl_parser/
idl_ppapi_lexer.py 29 # Special multi-character operators
  /external/chromium_org/v8/src/compiler/
graph-reducer.h 35 // folding of low-level operators) can be integrated into the graph reduction
js-generic-lowering.h 26 // Lowers JS-level operators to runtime and IC calls in the "generic" case.

Completed in 1110 milliseconds

1 2 3 4 56 7 8 91011>>