Home
last modified time | relevance | path

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

12

/third_party/boost/libs/math/test/
Dtest_hyperexponential_dist.cpp37 …pedef boost::mpl::list<float, double, long double, boost::math::concepts::real_concept> test_types; typedef
39 typedef boost::mpl::list<float, double> test_types; typedef
49 BOOST_AUTO_TEST_CASE_TEMPLATE(klass, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
95 BOOST_AUTO_TEST_CASE_TEMPLATE(range, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
119 BOOST_AUTO_TEST_CASE_TEMPLATE(support, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
136 BOOST_AUTO_TEST_CASE_TEMPLATE(pdf, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
154 BOOST_AUTO_TEST_CASE_TEMPLATE(cdf, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
173 BOOST_AUTO_TEST_CASE_TEMPLATE(quantile, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
191 BOOST_AUTO_TEST_CASE_TEMPLATE(ccdf, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
210 BOOST_AUTO_TEST_CASE_TEMPLATE(cquantile, RealT, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
[all …]
Dquaternion_test.cpp56 …t<float,double LD_TEST, boost::multiprecision::cpp_bin_float_quad CPP_DEC_FLOAT_TEST > test_types; typedef
321 BOOST_AUTO_TEST_CASE_TEMPLATE(arithmetic_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
593 BOOST_AUTO_TEST_CASE_TEMPLATE(multiplication_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
664 BOOST_AUTO_TEST_CASE_TEMPLATE(exp_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
696 BOOST_AUTO_TEST_CASE_TEMPLATE(cos_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
728 BOOST_AUTO_TEST_CASE_TEMPLATE(sin_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
763 BOOST_AUTO_TEST_CASE_TEMPLATE(cosh_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
798 BOOST_AUTO_TEST_CASE_TEMPLATE(sinh_test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dspecial_functions_test.cpp37 typedef boost::mpl::list<float,double,long double> test_types; typedef
42 typedef boost::mpl::list<float,double> test_types; typedef
Doctonion_test.cpp39 typedef boost::mpl::list<float,double,long double> test_types; typedef
41 typedef boost::mpl::list<float,double> test_types; typedef
/third_party/boost/libs/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_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_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_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
/third_party/boost/libs/test/test/smoke-ts/
Dbasic-smoke-test2.cpp21 typedef boost::mpl::list<ns::X> test_types; typedef
23 BOOST_AUTO_TEST_CASE_TEMPLATE(test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dbasic-smoke-test4.cpp23 > test_types; typedef
25 BOOST_AUTO_TEST_CASE_TEMPLATE(test, T, test_types) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/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 …]
/third_party/boost/libs/test/doc/examples/
Dexample10.run-fail.cpp13 typedef boost::mpl::list<int,long,unsigned char> test_types; typedef
15 BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
Dexample09.run-fail.cpp20 typedef boost::mpl::list<int,long,unsigned char> test_types; in init_unit_test_suite() typedef
/third_party/boost/libs/test/example/
Dunit_test_example_07.cpp26 typedef boost::mpl::list<char,int const,float,const double> test_types; typedef
29 BOOST_AUTO_TEST_CASE_TEMPLATE( my_test, T, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/test/test/writing-test-ts/
Dfp-comparisons-test.cpp35 typedef boost::mpl::list<float,double,long double> test_types; typedef
37 BOOST_AUTO_TEST_CASE_TEMPLATE( test_fp_comparizon_with_percent_tolerance, FPT, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
85 BOOST_AUTO_TEST_CASE_TEMPLATE( test_fp_comparizon_with_fraction_tolerance, FPT, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/test/test/test-organization-ts/
Dtest-tree-management-test.cpp81 typedef boost::mpl::vector<int,float,char> test_types; typedef
82 BOOST_FIXTURE_TEST_CASE_TEMPLATE( tctempl, T, test_types, F1 ) in BOOST_FIXTURE_TEST_CASE_TEMPLATE() argument
94 typedef boost::mpl::vector<int,float,char,double,short int> test_types; typedef
95 BOOST_AUTO_TEST_CASE_TEMPLATE( tctempl, T, test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/boost/libs/safe_numerics/test/
Dtest_values.hpp66 using test_types = boost::mp11::mp_list< typedef
/third_party/boost/libs/scope_exit/test/
Dnative.cpp112 void test_types(void) { in test_types() function

12