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

  /external/ceres-solver/internal/ceres/
evaluator.cc 40 #include "ceres/evaluator.h"
49 Evaluator::~Evaluator() {}
51 Evaluator* Evaluator::Create(const Evaluator::Options& options,
80 *error = "Invalid Linear Solver Type. Unable to create evaluator.";
evaluator.h 52 // The Evaluator interface offers a way to interact with a least squares cost
56 class Evaluator {
58 virtual ~Evaluator();
73 static Evaluator* Create(const Options& options,
85 // The parallelism of the evaluator is controlled by num_threads; it
94 // evaluator object can be constructed.
121 // Options struct to control Evaluator::Evaluate;
148 // Variant of Evaluator::Evaluate where the user wishes to use the
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgamma.c 35 // a procedure that evaluates the function. In the case of reverse evaluation, the evaluator will
51 cmsParametricCurveEvaluator Evaluator; // The evaluator
57 // This is the default (built-in) evaluator
65 DefaultEvalParametricFn, // Evaluator
143 fl ->Evaluator = Plugin ->Evaluator;
269 // Initialize the segments stuff. The evaluator for each segment is located and a pointer to it
294 p ->Evals[i] = c ->Evaluator;
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 444 // Evaluator template.
447 struct Evaluator;
450 struct Evaluator<OP_ADD, In0Type, In0DataType, In1Type, In1DataType>
459 struct Evaluator<OP_SUB, In0Type, In0DataType, In1Type, In1DataType>
468 struct Evaluator<OP_MUL, In0Type, In0DataType, In1Type, In1DataType>
477 struct Evaluator<OP_DIV, In0Type, In0DataType, In1Type, In1DataType>
486 struct Evaluator<OP_COMP_MUL, In0Type, In0DataType, In1Type, In1DataType>
495 struct Evaluator<OP_UNARY_PLUS, In0Type, In0DataType, In1Type, In1DataType>
504 struct Evaluator<OP_NEGATION, In0Type, In0DataType, In1Type, In1DataType>
513 struct Evaluator<OP_PRE_INCREMENT, In0Type, In0DataType, In1Type, In1DataType
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 321 // Evaluator callback for user-suplied parametric curves. May implement more than one type
332 cmsParametricCurveEvaluator Evaluator; // The evaluator
555 // This function may be used to set the optional evaluator and a block of private data. If private data is being used, an optional
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 882 // Evaluator template.
887 struct Evaluator;
890 struct Evaluator<OP_ADD, In0DataType, In1DataType>
903 struct Evaluator<OP_SUB, In0DataType, In1DataType>
916 struct Evaluator<OP_MUL, In0DataType, In1DataType>
929 struct Evaluator<OP_DIV, In0DataType, In1DataType>
942 struct Evaluator<OP_COMP_MUL, In0DataType, In1DataType>
955 struct Evaluator<OP_OUTER_PRODUCT, In0DataType, In1DataType>
968 struct Evaluator<OP_TRANSPOSE, In0DataType, In1DataType>
980 struct Evaluator<OP_INVERSE, In0DataType, In1DataType
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 300 milliseconds