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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/tests/
test_test_internals.cc 168 // TODO: Test that the parameter is evaluated exactly once.
253 // TODO: Test that the parameter is evaluated exactly once.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h 68 * @param start The start time of the evaluated time range (inclusive)
69 * @param end The end time of the evaluated time range (inclusive)
  /external/clang/test/Analysis/
misc-ps-eager-assume.m 28 // This test case tests that (x != 0) is eagerly evaluated before stored to
132 // to 'p' to not be evaluated along one path, but then an autotransition caused
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 63 // member function is evaluated as needed.
112 // Any odr-use causes the exception specification to be evaluated.
  /external/icu/icu4c/source/i18n/unicode/
basictz.h 68 * @param start The start time of the evaluated time range (inclusive)
69 * @param end The end time of the evaluated time range (inclusive)
  /external/llvm/include/llvm/IR/
GlobalVariable.h 102 // marker may change at runtime before C++ initializers are evaluated.
119 // before C++ initializers are evaluated.
  /external/guava/guava/src/com/google/common/base/
Predicates.java 94 * components evaluates to {@code true}. The components are evaluated in
108 * components evaluates to {@code true}. The components are evaluated in
121 * components evaluate to {@code true}. The components are evaluated in
133 * components evaluates to {@code true}. The components are evaluated in
147 * components evaluates to {@code true}. The components are evaluated in
160 * components evaluates to {@code true}. The components are evaluated in
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 25 // Helper class that implements the language evaluated by RuntimeDyldChecker.
194 // the expression remaining to be evaluated.
263 // expression remaining to be evaluated.
331 // evaluated.
516 // Takes an already evaluated subexpression and checks for the presence of a
520 // expression, plus the expression remaining to be evaluated.
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 544 bool evaluated = false; local
549 evaluated = (*EI)(CE, C);
551 assert(!(evaluated && anyEvaluated)
553 if (evaluated) {
562 // If none of the checkers evaluated the call, ask ExprEngine to handle it.
  /external/llvm/docs/tutorial/
LangImpl4.rst 273 fprintf(stderr, "Evaluated to %f\n", FP());
295 Evaluated to 9.000000
321 Evaluated to 24.000000
354 Evaluated to 0.841471
376 Evaluated to 1.000000
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 131 // // Return the minimum priority of rules that can be evaluated after this
166 // Returns the minimum priority of rules that may be evaluated after
239 // Returns the minimum priority of rules that may be evaluated after
  /external/chromium_org/third_party/libxslt/libxslt/
variables.c 810 * A variable or parameter are evaluated on demand; thus the
866 * the variable needs to be evaluated in the context of
1053 * on-demand. The vars/params don't need to be evaluated if never
1081 * variable value is evaluated with the same context as that used
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 34 /// expression that is evaluated. It can be one of three things: either a
392 /// value may be evaluated directly into the slot, or whether they
393 /// must be evaluated into an unaliased temporary and then memcpy'ed
  /external/eigen/doc/
FunctionsTakingEigenTypes.dox 5 %Eigen's use of expression templates results in potentially every expression being of a different type. If you pass such an expression to a function taking a parameter of type Matrix, your expression will implicitly be evaluated into a temporary Matrix, which will then be passed to the function. This means that you lose the benefit of expression templates. Concretely, this has two drawbacks:
20 \li EigenBase: The base class unifying all types of objects that can be evaluated into dense matrices or arrays, for example special matrix classes such as diagonal matrices, permutation matrices, etc. It can be used in functions that are meant to work on any such general type.
92 In the first two calls to inv_cond, no copy occur because the memory layout of the arguments matches the memory layout accepted by Ref<MatrixXf>. However, in the last call, we have a generic expression that will be automatically evaluated into a temporary MatrixXf by the Ref<> object.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.def 70 INDEX is the variable evaluated to decide which label to jump to.
267 structured block, but are evaluated before the loop body begins.
270 expressions that are evaluated without any synchronization.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 147 report << "| %-66s | %7i |\n" % [ "Semantic Predicates Evaluated", semantic_predicates ]
148 report << "| %-66s | %7i |\n" % [ "Syntactic Predicates Evaluated", syntactic_predicates ]
  /external/bison/tests/
skeletons.at 257 m4@&t@_fatal([this should never be evaluated])
274 m4@&t@_fatal([this should never be evaluated])
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
RuntimeModel.js 272 this.evaluate(expressionString, "completion", true, true, false, false, evaluated.bind(this));
277 function evaluated(result, wasThrown)
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
address_input_helper_test.cc 294 // evaluated.
328 // evaluated.
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 124 // n can be evaluated by playing with float representation.
187 // 2^n can be evaluated by playing with float representation.
  /external/eigen/Eigen/src/Core/
Ref.h 48 * In the const case, if the input expression does not match the above requirement, then it is evaluated into a temporary before being passed to the function.
57 * foo2(2*a); // The expression is evaluated into a temporary
  /external/lldb/www/
architecture.html 189 that contains simple opcodes that can be quickly re-evaluated
190 each time an expression needs to be evaluated, or JIT'ed
  /external/llvm/test/CodeGen/X86/
sink-hoist.ll 5 ; evaluated, however with MachineSink we can sink the other side so
6 ; that it's conditionally evaluated.
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_tan.c 26 * odd polynomial is not evaluated in a way that preserves -0.
s_atan.c 21 * arctangent of t is evaluated by the corresponding formula:

Completed in 912 milliseconds

1 2 3 4 5 6 78 91011>>