Home
last modified time | relevance | path

Searched defs:Mat2 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/test/SemaObjCXX/
Dtypo-correction.mm62 struct Mat2 { int rows; }; argument
67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
/external/eigen/failtest/
Dsparse_storage_mismatch.cpp6 typedef SparseMatrix<double,RowMajor> Mat2; typedef
8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
/external/llvm-project/clang/test/SemaCXX/
Dmatrix-type-builtins.cpp30 MyMatrix<unsigned, 3, 3> Mat2; in test_transpose_template() local
62 MyMatrix<float, 2, 3> Mat2; in test_column_major_loads_template() local
146 MyMatrix<float, 2, 3> Mat2; in test_column_major_store_template() local
Dmatrix-type-operators.cpp26 MyMatrix<unsigned, 3, 3> Mat2; in test_add_template() local
54 MyMatrix<unsigned, 3, 3> Mat2; in test_subtract_template() local
88 MyMatrix<unsigned, 3, 3> Mat2; in test_multiply_template() local
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-operators.cpp29 MyMatrix<float, 2, 5> Mat2; in test_add_template() local
49 MyMatrix<float, 2, 5> Mat2; in test_subtract_template() local
166 MyMatrix<float, 5, 2> Mat2) { in test_multiply_template()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp831 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); in IsStructurallyEquivalent() local
846 const ConstantMatrixType *Mat2 = cast<ConstantMatrixType>(T2); in IsStructurallyEquivalent() local
/external/deqp/framework/common/
DtcuMatrix.hpp495 typedef Matrix2f Mat2; typedef
/external/deqp/modules/gles2/scripts/
Dgenutil.py657 class Mat2(Mat): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py804 class Mat2(Mat): class
/external/deqp/modules/gles31/scripts/
Dgenutil.py806 class Mat2(Mat): class