Searched refs:TranslationType (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.h | 38 using TranslationType = std::vector<TimerIdT>; variable 79 TranslationType translateIDsFrom(const TimerStack &Src); 80 PathType getPath(TTindex Index, const TranslationType &Mapping) const;
|
D | IceTimerTree.cpp | 67 TimerStack::TranslationType 70 TranslationType Mapping(Size); in translateIDsFrom() 82 TranslationType Mapping = translateIDsFrom(Src); in mergeFrom() 109 const TranslationType &Mapping) const { in getPath()
|
/external/eigen/Eigen/src/Geometry/ |
D | 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; 1001 …m<Scalar,Dim,Mode,Options>& Transform<Scalar,Dim,Mode,Options>::operator=(const TranslationType& t) 1010 …lar,Dim,Mode,Options> Transform<Scalar,Dim,Mode,Options>::operator*(const TranslationType& t) const
|
/external/eigen/test/ |
D | geo_transformations.cpp | 530 typedef Translation<Scalar,Dim> TranslationType; in transform_associativity() typedef 550 CALL_SUBTEST( transform_associativity2(A1c, A1, P1, TranslationType(v1), v2, h1) ); in transform_associativity()
|