Home
last modified time | relevance | path

Searched refs:test_expr (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp46 static void test_expr() in test_expr() function
143 CALL_SUBTEST(test_expr<ColMajor>()); in test_cxx11_tensor_convolution()
144 CALL_SUBTEST(test_expr<RowMajor>()); in test_cxx11_tensor_convolution()
Dcxx11_tensor_contraction.cpp252 static void test_expr() in test_expr() function
527 CALL_SUBTEST(test_expr<ColMajor>()); in test_cxx11_tensor_contraction()
528 CALL_SUBTEST(test_expr<RowMajor>()); in test_cxx11_tensor_contraction()
/external/dtc/tests/
Dinteger-expressions.c33 static struct test_expr { struct
/external/python/cpython3/Lib/test/
Dtest_ast.py828 def test_expr(self): member in ASTValidatorTests