Home
last modified time | relevance | path

Searched defs:Mat1 (Results 1 – 5 of 5) sorted by relevance

/external/eigen/failtest/
Dsparse_storage_mismatch.cpp4 typedef SparseMatrix<double,ColMajor> Mat1; typedef
/external/llvm-project/clang/test/SemaCXX/
Dmatrix-type-builtins.cpp29 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
Dmatrix-type-operators.cpp25 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/
Dmatrix-type-operators.cpp28 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/
DASTStructuralEquivalence.cpp830 const DependentSizedMatrixType *Mat1 = cast<DependentSizedMatrixType>(T1); in IsStructurallyEquivalent() local
845 const ConstantMatrixType *Mat1 = cast<ConstantMatrixType>(T1); in IsStructurallyEquivalent() local