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

  /external/swiftshader/third_party/subzero/src/
IceTimerTree.h 38 using TranslationType = std::vector<TimerIdT>;
79 TranslationType translateIDsFrom(const TimerStack &Src);
80 PathType getPath(TTindex Index, const TranslationType &Mapping) const;
IceTimerTree.cpp 67 TimerStack::TranslationType
70 TranslationType Mapping(Size);
82 TranslationType Mapping = translateIDsFrom(Src);
109 const TranslationType &Mapping) const {
  /external/eigen/Eigen/src/Geometry/
Transform.h 241 typedef Translation<Scalar,Dim> TranslationType;
268 EIGEN_DEVICE_FUNC inline explicit Transform(const TranslationType& t)
574 EIGEN_DEVICE_FUNC inline Transform& operator=(const TranslationType& t);
577 inline Transform& operator*=(const TranslationType& t) { return translate(t.vector()); }
579 EIGEN_DEVICE_FUNC inline Transform operator*(const TranslationType& t) const;
    [all...]
  /external/eigen/test/
geo_transformations.cpp 530 typedef Translation<Scalar,Dim> TranslationType;
550 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, TranslationType(v1), v2, h1) );

Completed in 121 milliseconds