/cts/apps/CameraITS/tests/scene5/ |
test_lens_shading_and_color_uniformity.py | 80 # Evaluation begins
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
AbstractLeastSquaresOptimizer.java | 121 * and the maximal number of evaluation is set to its default value.</p>
|
/external/apache-http/src/org/apache/http/conn/ |
ManagedClientConnection.java | 214 * error conditions and the evaluation of a
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemCallTemplate.java | 205 // so that the default param evaluation will work correctly.
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 38 * created for each evaluation. A faster way is to precompile the
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Variable.java | 194 * evaluation will occur. If a variable within scope is not found, a warning
|
/external/ceres-solver/internal/ceres/ |
gradient_checking_cost_function.cc | 137 LOG(WARNING) << "Function evaluation failed.";
|
linear_solver.h | 151 // the residual using a |b - Ax| evaluation.
|
/external/clang/include/clang/Basic/ |
LangOptions.def | 222 "maximum constexpr evaluation steps")
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporterVisitor.h | 339 /// \param N A node "downstream" from the evaluation of the statement.
|
/external/deqp/doc/testspecs/GLES31/ |
functional.tessellation.txt | 66 "point_mode" input layout qualifier in the tessellation evaluation shader (TES).
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderDiscardTests.cpp | 165 // Evaluation functions
|
/external/deqp/modules/gles2/functional/ |
es2fShaderDiscardTests.cpp | 168 // Evaluation functions
|
/external/deqp/modules/gles3/functional/ |
es3fShaderDiscardTests.cpp | 148 // Evaluation functions
|
/external/eigen/Eigen/src/Core/ |
Array.h | 198 /** Copy constructor with in-place evaluation */
|
ProductBase.h | 123 // Implicit conversion to the nested type (trigger the evaluation of the product)
|
/external/eigen/doc/ |
TopicAliasing.dox | 35 that \c mat(2,2) is actually 1. The problem is that %Eigen uses lazy evaluation (see
|
TutorialMatrixArithmetic.dox | 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:
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btCollisionObject.h | 114 ///internal update revision number. It will be increased when the object changes. This allows some subsystems to perform lazy evaluation.
|
/external/libxml2/python/ |
drv_libxml2.py | 31 (some kind of lazy evaluation?)
|
/external/llvm/lib/CodeGen/ |
TargetSchedule.cpp | 100 /// evaluation of predicates that depend on instruction operands or flags.
|
/external/ltrace/ |
TODO | 58 This would still require pretty complete expression evaluation.
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
publications.html | 84 we used in the empirical evaluation section is available:
|
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 21 package proguard.evaluation.value;
|
/external/skia/src/utils/ |
SkPatchUtils.cpp | 19 * evaluation f(t) then we need to substract f(t+h) - f(t) = m*t + m*h + b - m*t + b = mh. After
|