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

  /external/dng_sdk/source/
dng_tone_curve.cpp 121 void dng_tone_curve::Solve (dng_spline_solver &solver) const
134 solver.Solve ();
dng_spline.cpp 64 void dng_spline_solver::Solve ()
  /external/eigen/Eigen/src/Core/
Solve.h 17 /** \class Solve
25 * This class represents an expression of A.solve(B)
46 struct traits<Solve<Decomposition, RhsType> >
62 class Solve : public SolveImpl<Decomposition,RhsType,typename internal::traits<RhsType>::StorageKind>
65 typedef typename internal::traits<Solve>::PlainObject PlainObject;
66 typedef typename internal::traits<Solve>::StorageIndex StorageIndex;
68 Solve(const Decomposition &dec, const RhsType &rhs)
84 // Specialization of the Solve expression for dense results
87 : public MatrixBase<Solve<Decomposition,RhsType> >
89 typedef Solve<Decomposition,RhsType> Derived
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
SparsePropagation.cpp 292 void SparseSolver::Solve(Function &F) {
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 293 void SparseSolver::Solve(Function &F) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 258 /// Solve - Solve for constants and executable blocks.
260 void Solve();
264 /// However, this is not a safe assumption. After we solve dataflow, this
    [all...]
LoopStrengthReduce.cpp 85 /// conceivably solve, so it should not affect generated code, but catches the
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp 257 /// Solve - Solve for constants and executable blocks.
259 void Solve();
263 /// However, this is not a safe assumption. After we solve dataflow, this
    [all...]
LoopStrengthReduce.cpp     [all...]

Completed in 521 milliseconds