Searched defs:Mat2 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/test/SemaObjCXX/ |
D | typo-correction.mm | 62 struct Mat2 { int rows; }; argument 67 Mat2 tlMat1; // expected-note {{'tlMat1' declared here}} argument
|
/external/eigen/failtest/ |
D | sparse_storage_mismatch.cpp | 6 typedef SparseMatrix<double,RowMajor> Mat2; typedef 8 typedef SparseMatrix<double,ColMajor> Mat2; typedef
|
/external/llvm-project/clang/test/SemaCXX/ |
D | matrix-type-builtins.cpp | 30 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
|
D | matrix-type-operators.cpp | 26 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/ |
D | matrix-type-operators.cpp | 29 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/ |
D | ASTStructuralEquivalence.cpp | 831 const DependentSizedMatrixType *Mat2 = cast<DependentSizedMatrixType>(T2); in IsStructurallyEquivalent() local 846 const ConstantMatrixType *Mat2 = cast<ConstantMatrixType>(T2); in IsStructurallyEquivalent() local
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 495 typedef Matrix2f Mat2; typedef
|
/external/deqp/modules/gles2/scripts/ |
D | genutil.py | 657 class Mat2(Mat): class
|
/external/deqp/modules/gles3/scripts/ |
D | genutil.py | 804 class Mat2(Mat): class
|
/external/deqp/modules/gles31/scripts/ |
D | genutil.py | 806 class Mat2(Mat): class
|