HomeSort by relevance Sort by last modified time
    Searched refs:solver (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 20 /// solver behaviour implemented for a number of methods.
37 /// the solver which is using this heuristic.
72 /// \brief Construct an instance with a reference to the given solver.
73 /// @param solver The solver which is using this heuristic instance.
74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver)
75 : s(solver), g(s.getGraph()) { }
77 /// \brief Get the solver which is using this heuristic instance.
78 /// @return The solver which is using this heuristic instance.
80 /// You can use this method to get access to the solver in your derive
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGResourcesCache.cpp 60 SVGResourcesCycleSolver solver(object, resources);
61 solver.resolveCycles();
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
cvfundam.cpp 526 CvLevMarq solver(8, 0, cvTermCriteria(CV_TERMCRIT_ITER+CV_TERMCRIT_EPS, maxIters, DBL_EPSILON));
530 CvMat modelPart = cvMat( solver.param->rows, solver.param->cols, model->type, model->data.ptr );
531 cvCopy( &modelPart, solver.param );
539 if( !solver.updateAlt( _param, _JtJ, _JtErr, _errNorm ))
570 cvCopy( solver.param, &modelPart );
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 1143 solver = 0;
1164 delete solver;
1166 solver = 0;
1182 solver = 0;
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 40 /// solver stack. If no nodes can be proven allocable then the node with
41 /// the lowest estimated spill cost is selected and push to the solver stack
112 /// @param solver A reference to the solver which is using this heuristic.
113 Briggs(HeuristicSolverImpl<Briggs> &solver) :
114 HeuristicBase<Briggs>(solver) {}
  /external/opencv/ml/include/
ml.h 551 CvSVMSolver* solver; member in class:CvSVM
    [all...]
  /external/v8/benchmarks/
deltablue.js 35 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
535 * constraint solver.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 29 * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
529 * constraint solver.

Completed in 618 milliseconds