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

  /external/clang/test/SemaCXX/
composite-pointer-type.cpp 48 typedef double Matrix4[4][4];
50 bool f(Matrix4 m1, const Matrix4 m2) {
  /frameworks/ml/nn/runtime/test/
TestTrivialModel.cpp 27 typedef float Matrix4[4];
37 const Matrix4 matrix2b = {100.f, 200.f, 300.f, 400.f};
183 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR);
215 ASSERT_EQ(execution.setInput(1, matrix2b, sizeof(Matrix4)), Result::NO_ERROR);
  /frameworks/base/libs/hwui/
Matrix.h 46 class ANDROID_API Matrix4 {
79 Matrix4() { loadIdentity(); }
81 explicit Matrix4(const float* v) { load(v); }
83 Matrix4(const SkMatrix& v) { // NOLINT, implicit
94 Matrix4& operator=(const SkMatrix& v) {
99 friend bool operator==(const Matrix4& a, const Matrix4& b) {
103 friend bool operator!=(const Matrix4& a, const Matrix4& b) { return !(a == b); }
110 void loadInverse(const Matrix4& v)
    [all...]
  /external/eigen/test/
geo_transformations.cpp 94 typedef Matrix<Scalar,4,4> Matrix4;
211 Matrix4 mat4;
385 Matrix4 t044 = Matrix4::Zero();
391 t044 = Matrix4::Zero();
490 Transform3 t32(Matrix4::Random()), t33, t34;

Completed in 152 milliseconds