Searched defs:Mat1 (Results 1 – 5 of 5) sorted by relevance
| /external/eigen/failtest/ |
| D | sparse_storage_mismatch.cpp | 4 typedef SparseMatrix<double,ColMajor> Mat1; typedef
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | matrix-type-builtins.cpp | 29 MyMatrix<unsigned, 2, 3> Mat1; in test_transpose_template() local 56 MyMatrix<unsigned, 2, 3> Mat1; in test_column_major_loads_template() local 140 MyMatrix<unsigned, 2, 3> Mat1; in test_column_major_store_template() local
|
| D | matrix-type-operators.cpp | 25 MyMatrix<unsigned, 2, 2> Mat1; in test_add_template() local 53 MyMatrix<unsigned, 2, 2> Mat1; in test_subtract_template() local 87 MyMatrix<unsigned, 2, 2> Mat1; in test_multiply_template() local
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | matrix-type-operators.cpp | 28 MyMatrix<float, 2, 5> Mat1; in test_add_template() local 48 MyMatrix<float, 2, 5> Mat1; in test_subtract_template() local 165 MyMatrix<float, 2, 2> test_multiply_template(MyMatrix<float, 2, 5> Mat1, in test_multiply_template() argument 259 int test_extract_template(MyMatrix<int, 2, 2> Mat1) { in test_extract_template() argument
|
| /external/llvm-project/clang/lib/AST/ |
| D | ASTStructuralEquivalence.cpp | 830 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); in IsStructurallyEquivalent() local 845 const ConstantMatrixType *Mat1 = cast<ConstantMatrixType>(T1); in IsStructurallyEquivalent() local
|