Home
last modified time | relevance | path

Searched defs:test_types (Results 1 – 25 of 37) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/
Dtest_tensor.cpp26 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
29 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
94 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
120 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_ctor, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
154 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_ctor_layout, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
185 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_copy_move_ctor, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
215 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents_init, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
238 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ctor_extents_array, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
264 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_read_write_single_index_access, value, test_types, f… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
286 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_read_write_multi_index_access_at, value, test_types,… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
[all …]
Dtest_tensor_matrix_vector.cpp25 using test_types = zip<int,long,float,double>::with_t<boost::numeric::ublas::first_order, boost::nu… typedef
28 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
63 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_vector_copy_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
119 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_ctor_extents, value, test_types, fixture… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
141 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_ctor_extents, value, test_types, fixture… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
167 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
202 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_copy_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
234 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_move_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
272 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_vector_move_assignment, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
309 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_matrix_expressions, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
[all …]
Dtest_operators_comparison.cpp24 using test_types = zip<int,long,float,double,double_extended>::with_t<boost::numeric::ublas::first_… typedef
48 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_comparison, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
105 …RE_TEST_CASE_TEMPLATE( test_tensor_comparison_with_tensor_expressions, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
176 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_comparison_with_scalar, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_expression.cpp25 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
55 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_access, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
80 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_unary_expression, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
118 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_binary_expression, value, test_types, fixture) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_functions.cpp27 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
54 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_vector, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
83 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_matrix, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
111 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_tensor_1, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
149 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_prod_tensor_2, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
221 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_inner_prod, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
243 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_norm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
353 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_outer_prod, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
395 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_trans, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_multiplication.cpp28 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
55 BOOST_FIXTURE_TEST_CASE_TEMPLATE(test_tensor_mtv, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
104 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_mtm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
146 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttv, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
191 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttm, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
230 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttt_permutation, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
338 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_ttt, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
421 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_inner, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
447 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_outer, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_multi_index.cpp27 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
87 BOOST_AUTO_TEST_CASE_TEMPLATE( test_tensor_multi_index_class_generation, value, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dtest_operators_arithmetic.cpp23 using test_types = zip<int,long,float,double,double_extended>::with_t<boost::numeric::ublas::first_… typedef
49 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_binary_arithmetic_operations, value, test_types, fix… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
118 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_unary_arithmetic_operations, value, test_types, fixt… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
181 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_assign_arithmetic_operations, value, test_types, fix… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_expression_evaluation.cpp22 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
53 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_retrieve_extents, value, test_types, fixt… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
144 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_expression_all_extents_equal, value, test_types, fix… in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
Dtest_einstein_notation.cpp25 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::fi… typedef
29 BOOST_AUTO_TEST_CASE_TEMPLATE( test_einstein_multiplication, value, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dtest_strides.cpp23 using test_types = std::tuple<boost::numeric::ublas::first_order, boost::numeric::ublas::last_order… typedef
25 BOOST_AUTO_TEST_CASE_TEMPLATE( test_strides_ctor, value, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dtest_algorithms.cpp29 using test_types = zip<int,long,float,double,std::complex<float>>::with_t<boost::numeric::ublas::f… typedef
216 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_tensor_algorithms_trans, value, test_types, fixture ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Ddefault_operations.cpp136 typedef mpl::list< float , double , std::complex< double > > test_types; typedef
142 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum2_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
152 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum3_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
162 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum4_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
172 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum5_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
182 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum6_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
192 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum7_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
202 BOOST_AUTO_TEST_CASE_TEMPLATE( rel_error_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
213 BOOST_AUTO_TEST_CASE_TEMPLATE( maximum_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
227 BOOST_AUTO_TEST_CASE_TEMPLATE( scale_sum2_units_test , T , test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
[all …]
/external/bazelbuild-rules_rust/proto/prost/private/tests/types/
Dtypes_test.rs5 fn test_types() { in test_types() function
/external/rust/android-crates-io/crates/rustix/src/backend/libc/pipe/
Dtypes.rs98 fn test_types() { in test_types() function
/external/pytorch/test/torch_np/numpy_tests/linalg/
Dtest_linalg.py500 def test_types(self, dtype): member in TestSolve
570 def test_types(self, dtype): member in TestInv
603 def test_types(self, dtype): member in TestEigvals
644 def test_types(self, dtype): member in TestEig
685 def test_types(self, dtype): member in SVDBaseTests
957 def test_types(self, dtype): member in TestDet
1185 def test_types(self, dtype): member in TestEigvalsh
1267 def test_types(self, dtype): member in TestEigh
/external/rust/android-crates-io/crates/rustix/src/backend/libc/time/
Dtypes.rs174 fn test_types() { in test_types() function
/external/pytorch/test/quantization/core/experimental/
Dtest_bits.py55 def test_types(self, device): member in TestBits
/external/python/jinja/tests/
Dtest_tests.py111 def test_types(self, env, op, expect): member in TestTestsCase
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Dchecked_tests.rs130 fn test_types() { in test_types() function
/external/rust/android-crates-io/crates/bytemuck/tests/
Dchecked_tests.rs130 fn test_types() { in test_types() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Dchecked_tests.rs130 fn test_types() { in test_types() function
/external/jemalloc_new/test/unit/
Demitter.c249 TEST_BEGIN(test_types) { in TEST_BEGIN() argument
/external/webrtc/rtc_base/
Dunique_id_generator_unittest.cc50 using test_types = ::testing::Types<UniqueNumberGenerator<uint8_t>, typedef
/external/cronet/stable/third_party/libc++/src/utils/
Dgenerate_feature_test_macro_components.py1660 test_types = { variable

12