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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 105 deps_file: File containing deps information to be evaluated, in the
140 url: URL containing deps information to be evaluated.
  /external/clang/test/Analysis/
comparison-implicit-casts.cpp 15 // symbols, so SValBuilder will only see them if they are (a) part of an evaluated
73 // evaluated.
  /frameworks/base/core/java/android/widget/
ImageButton.java 58 * evaluated in order. This is why the "normal" button image comes last, because
60 * android:state_focused} have both evaluated false.</p>
  /ndk/sources/android/support/src/msun/
e_log2.c 72 * f-hfsq must (for args near 1) be evaluated in extra precision
75 * be evaluated in parallel with R. Not combining hfsq with R also
  /packages/apps/Mms/src/org/w3c/dom/events/
Event.java 34 * The event is currently being evaluated at the target
63 * evaluated.
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 34 // opcodes which are evaluated in sequence. The evaluation is done in
54 EVAL_TRUE, // Opcode condition evaluated true.
55 EVAL_FALSE, // Opcode condition evaluated false.
93 // is evaluated.
243 // that are to be created or evaluated in sequence.
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemValueOf.java 66 * is evaluated and the resulting object is converted to a
87 * is evaluated and the resulting object is converted to a
201 * is evaluated and the resulting object is converted to a string
AVTPart.java 48 * Write the evaluated value into the given
ElemIf.java 118 * The expression is evaluated and the resulting object is converted
  /external/eigen/doc/
TutorialMatrixArithmetic.dox 62 performed. The actual computation happens later, when the whole expression is evaluated, typically in \c operator=.
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:
141 If you know your matrix product can be safely evaluated into the destination matrix without aliasing issue, then you can use the \link MatrixBase::noalias() noalias()\endlink function to avoid the temporary, e.g.:
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log2f.c 68 * (ivln2lo + ivln2hi) would be evaluated in float precision
k_sin.c 26 * odd polynomial is not evaluated in a way that preserves -0.
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 58 * on incoming messages before the message body is evaluated.
HttpResponseInterceptor.java 57 * on incoming messages before the message body is evaluated.
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 74 * @return The evaluated value of the variable.
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 159 * @throws XPathExpressionException If the expression cannot be evaluated.
225 * @throws XPathExpressionException If the expression cannot be evaluated.
266 * @throws XPathExpressionException If the expression cannot be evaluated.
320 * @throws XPathExpressionException If the expression cannot be evaluated.
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
VariableSafeAbsRef.java 54 * @return The evaluated variable, or an empty nodeset if not found.
  /external/bison/m4/
inttypes.m4 96 # $2 is evaluated by the C preprocessor, $3 and $4 as compile-time constants.
  /external/ceres-solver/internal/ceres/
gradient_checking_cost_function.h 70 // differentiation everytime a ResidualBlock is evaluated.
  /external/chromium_org/base/
file_version_info.h 54 // This function should be inlined so that the "current module" is evaluated
  /external/chromium_org/chrome/browser/chromeos/login/
resource_loader_browsertest.cc 130 // Check that the JS was loaded and evaluated.
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.h 109 // |condition_attributes_| can be evaluated.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestCallbackHelperContainer.java 109 * @param code A JavaScript code to be evaluated.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.h 47 // V8LazyEventListener is a wrapper for a JavaScript code string that is compiled and evaluated when an event is fired.
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.h 47 // evaluated without knowledge of the medium features. This can happen

Completed in 1487 milliseconds

1 2 3 4 56 7 8 91011>>