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

  /dalvik/vm/alloc/
Visit.h 22 enum RootType {
49 typedef void RootVisitor(void *addr, u4 threadId, RootType type, void *arg);
  /dalvik/hit/src/com/android/hit/
RootType.java 19 public enum RootType {
41 RootType(int type, String name) {
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h 36 typedef std::complex<RealScalar> RootType;
37 typedef Matrix<RootType,_Deg,1> RootsType;
82 inline const RootType& selectComplexRoot_withRespectToNorm( squaredNormBinaryPredicate& pred ) const
99 inline const RootType& greatestRoot() const
108 inline const RootType& smallestRoot() const
293 typedef typename BASE::RootType RootType; \

Completed in 178 milliseconds