HomeSort by relevance Sort by last modified time
    Searched defs:evaluation (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/doc/examples/
PolynomialUtils1.cpp 16 Vector4d evaluation; local
18 evaluation[i] = poly_eval( polynomial, roots[i] ); }
19 cout << "Evaluation of the polynomial at the roots: " << evaluation.transpose();
  /external/chromium_org/sandbox/win/src/
policy_engine_processor.cc 19 // takes as inputs the opcode and the current evaluation context and returns
49 bool evaluation = false; local
55 // short circuit evaluation, we stop as soon as we find an 'action' opcode
56 // and the current evaluation is true.
71 // Evaluation block.
75 evaluation = false;
86 evaluation = true;
98 if (evaluation) {
99 // Reaching the end of the policy with a positive evaluation is probably
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 79 milliseconds