Searched refs:constantColumnMajorMatrixFoundInAST (Results 1 – 2 of 2) sorted by relevance
151 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()154 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()232 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()252 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()274 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()297 ASSERT_FALSE(constantColumnMajorMatrixFoundInAST(input)); in TEST_F()300 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()393 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()410 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()427 ASSERT_TRUE(constantColumnMajorMatrixFoundInAST(result)); in TEST_F()[all …]
160 bool constantColumnMajorMatrixFoundInAST(const std::vector<T> &constantMatrix) in constantColumnMajorMatrixFoundInAST() function