Searched refs:test_matrix (Results 1 – 3 of 3) sorted by relevance
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | scan.pass.cpp | 166 test_matrix(Out init, BinaryOp binary_op, Out trash) in test_matrix() function 190 …test_matrix<Matrix2x2<int32_t>, Matrix2x2<int32_t>>(Matrix2x2<int32_t>(), multiply_matrix<int32_t>, in main()
|
H A D | transform_scan.pass.cpp | 146 test_matrix(UnaryOp unary_op, Out init, BinaryOp binary_op, Out trash) in test_matrix() function 169 … test_matrix<Matrix2x2<int32_t>, Matrix2x2<int32_t>>([](const Matrix2x2<int32_t> x) { return x; }, in main()
|
/llvm-project/clang/test/Sema/ |
H A D | array-init.c | 263 void test_matrix(void) { in test_matrix() function
|