Searched refs:Workspace (Results 1 - 9 of 9) sorted by relevance

/external/libtextclassifier/common/
H A Dworkspace.h39 class Workspace { class in namespace:libtextclassifier::nlp_core
42 virtual ~Workspace() {}
46 Workspace() {} function in class:libtextclassifier::nlp_core::Workspace
49 TC_DISALLOW_COPY_AND_ASSIGN(Workspace);
99 // Workspace type names, indexed as workspace_types_[typeid].
102 // Workspace names, indexed as workspace_names_[typeid][workspace].
135 const Workspace *w = workspaces_[id][index];
161 workspaces_.resize(registry.MaxId() + 1, std::vector<Workspace *>());
169 std::vector<std::vector<Workspace *> > workspaces_;
173 class SingletonIntWorkspace : public Workspace {
[all...]
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h241 template<typename Dest, typename Workspace>
242 void evalTo(Dest& dst, Workspace& workspace) const
292 template<typename Dest, typename Workspace>
293 inline void applyThisOnTheRight(Dest& dst, Workspace& workspace) const
312 template<typename Dest, typename Workspace>
313 inline void applyThisOnTheLeft(Dest& dst, Workspace& workspace) const
/external/eigen/Eigen/src/Cholesky/
H A DLDLT.h293 template<typename MatrixType, typename TranspositionType, typename Workspace>
294 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
441 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
442 static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1)
453 template<typename MatrixType, typename TranspositionType, typename Workspace>
454 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
460 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
461 static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename MatrixType::RealScalar& sigma=1)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1422 SmallVectorImpl<const Formula *> &Workspace,
3261 SmallVectorImpl<const Formula *> &Workspace,
3275 const LSRUse &LU = Uses[Workspace.size()];
3312 Workspace.push_back(&F);
3313 if (Workspace.size() != Uses.size()) {
3314 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
3316 if (F.getNumRegs() == 1 && Workspace.size() == 1)
3327 Solution = Workspace;
3329 Workspace.pop_back();
3349 SmallVector<const Formula *, 8> Workspace; local
3259 SolveRecurse(SmallVectorImpl<const Formula *> &Solution, Cost &SolutionCost, SmallVectorImpl<const Formula *> &Workspace, const Cost &CurCost, const SmallPtrSet<const SCEV *, 16> &CurRegs, DenseSet<const SCEV *> &VisitedRegs) const argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1740 SmallVectorImpl<const Formula *> &Workspace,
4198 SmallVectorImpl<const Formula *> &Workspace,
4212 const LSRUse &LU = Uses[Workspace.size()];
4252 Workspace.push_back(&F);
4253 if (Workspace.size() != Uses.size()) {
4254 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4256 if (F.getNumRegs() == 1 && Workspace.size() == 1)
4266 Solution = Workspace;
4268 Workspace.pop_back();
4276 SmallVector<const Formula *, 8> Workspace; local
4196 SolveRecurse(SmallVectorImpl<const Formula *> &Solution, Cost &SolutionCost, SmallVectorImpl<const Formula *> &Workspace, const Cost &CurCost, const SmallPtrSet<const SCEV *, 16> &CurRegs, DenseSet<const SCEV *> &VisitedRegs) const argument
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 405 milliseconds