/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/tensor/ |
D | test_tensor.cpp | 26 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 …]
|
D | test_tensor_matrix_vector.cpp | 25 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 …]
|
D | test_operators_comparison.cpp | 24 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
|
D | test_expression.cpp | 25 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
|
D | test_functions.cpp | 27 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
|
D | test_multiplication.cpp | 28 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
|
D | test_multi_index.cpp | 27 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
|
D | test_operators_arithmetic.cpp | 23 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
|
D | test_expression_evaluation.cpp | 22 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
|
D | test_einstein_notation.cpp | 25 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
|
D | test_strides.cpp | 23 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
|
D | test_algorithms.cpp | 29 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/ |
D | default_operations.cpp | 136 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/ |
D | types_test.rs | 5 fn test_types() { in test_types() function
|
/external/rust/android-crates-io/crates/rustix/src/backend/libc/pipe/ |
D | types.rs | 98 fn test_types() { in test_types() function
|
/external/pytorch/test/torch_np/numpy_tests/linalg/ |
D | test_linalg.py | 500 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/ |
D | types.rs | 174 fn test_types() { in test_types() function
|
/external/pytorch/test/quantization/core/experimental/ |
D | test_bits.py | 55 def test_types(self, device): member in TestBits
|
/external/python/jinja/tests/ |
D | test_tests.py | 111 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/ |
D | checked_tests.rs | 130 fn test_types() { in test_types() function
|
/external/rust/android-crates-io/crates/bytemuck/tests/ |
D | checked_tests.rs | 130 fn test_types() { in test_types() function
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/ |
D | checked_tests.rs | 130 fn test_types() { in test_types() function
|
/external/jemalloc_new/test/unit/ |
D | emitter.c | 249 TEST_BEGIN(test_types) { in TEST_BEGIN() argument
|
/external/webrtc/rtc_base/ |
D | unique_id_generator_unittest.cc | 50 using test_types = ::testing::Types<UniqueNumberGenerator<uint8_t>, typedef
|
/external/cronet/stable/third_party/libc++/src/utils/ |
D | generate_feature_test_macro_components.py | 1660 test_types = { variable
|