Searched refs:step_type (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/boost/gil/extension/dynamic_image/ |
D | image_view_factory.hpp | 230 using step_type = typename dynamic_xy_step_type<any_image_view<Views...>>::type; in rotated180_view() typedef 231 return apply_operation(src, detail::rotated180_view_fn<step_type>()); in rotated180_view() 268 using step_type = typename dynamic_xy_step_type<any_image_view<Views...>>::type; in subsampled_view() typedef 269 using subsampled_view = detail::subsampled_view_fn<step_type>; in subsampled_view() 280 using step_type = typename dynamic_xy_step_type<any_image_view<Views...>>::type; in subsampled_view() typedef 281 using subsampled_view_fn = detail::subsampled_view_fn<step_type>; in subsampled_view()
|
/third_party/boost/libs/numeric/odeint/test/ |
D | adams_moulton.cpp | 74 BOOST_AUTO_TEST_CASE_TEMPLATE( test_init_and_steps , step_type , vector_of_steps ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 76 const static size_t steps = step_type::value; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | adams_bashforth_moulton.cpp | 56 BOOST_AUTO_TEST_CASE_TEMPLATE( test_init_and_steps , step_type , vector_of_steps ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 58 const static size_t steps = step_type::value; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | adaptive_adams_coefficients.cpp | 26 BOOST_AUTO_TEST_CASE_TEMPLATE( test_step, step_type, vector_of_steps ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 28 const static size_t steps = step_type::value; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
D | adams_bashforth.cpp | 150 BOOST_AUTO_TEST_CASE_TEMPLATE( test_init_and_steps , step_type , vector_of_steps ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument 152 const static size_t steps = step_type::value; in BOOST_AUTO_TEST_CASE_TEMPLATE()
|
/third_party/boost/boost/histogram/axis/ |
D | regular.hpp | 155 struct step_type { struct 164 step_type<T> step(T t) { in step() 165 return step_type<T>{t}; in step() 256 regular(transform_type trans, step_type<T> step, value_type start, value_type stop, in regular() 276 regular(step_type<T> step, value_type start, value_type stop, metadata_type meta = {}) in regular()
|
/third_party/spirv-tools/source/opt/ |
D | loop_descriptor.cpp | 708 const analysis::Integer* step_type = in FindNumberOfIterations() local 711 if (step_type->IsSigned()) { in FindNumberOfIterations()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_descriptor.cpp | 708 const analysis::Integer* step_type = in FindNumberOfIterations() local 711 if (step_type->IsSigned()) { in FindNumberOfIterations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_descriptor.cpp | 708 const analysis::Integer* step_type = in FindNumberOfIterations() local 711 if (step_type->IsSigned()) { in FindNumberOfIterations()
|