Home
last modified time | relevance | path

Searched refs:Matrix4 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dcomposite-pointer-type.cpp48 typedef double Matrix4[4][4]; typedef
50 bool f(Matrix4 m1, const Matrix4 m2) { in f()
/external/eigen/test/
Dgeo_transformations.cpp94 typedef Matrix<Scalar,4,4> Matrix4; in transformations() typedef
211 Matrix4 mat4; in transformations()
385 Matrix4 t044 = Matrix4::Zero(); in transformations()
391 t044 = Matrix4::Zero(); in transformations()
490 Transform3 t32(Matrix4::Random()), t33, t34; in transformations()