Searched refs:growth_t (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/histogram/test/ |
D | axis_traits_test.cpp | 83 using B = integer<int, null_type, option::growth_t>; in main() 127 regular<double, boost::use_default, boost::use_default, option::growth_t>>)); in main() 134 (traits::is_inclusive<variable<double, boost::use_default, option::growth_t>>)); in main() 140 (traits::is_inclusive<integer<int, boost::use_default, option::growth_t>>)); in main() 146 (traits::is_inclusive<integer<double, boost::use_default, option::growth_t>>)); in main() 152 (traits::is_inclusive<category<int, boost::use_default, option::growth_t>>)); in main() 231 auto a = integer<int, null_type, option::growth_t>(); in main() 235 variant<integer<int, null_type, option::growth_t>, integer<>> v(a); in main()
|
D | histogram_operators_test.cpp | 192 using C = axis::category<int, use_default, axis::option::growth_t>; in run_tests() 193 using I = axis::integer<int, axis::null_type, axis::option::growth_t>; in run_tests() 232 using CI = axis::category<int, use_default, axis::option::growth_t>; in run_tests() 233 using CS = axis::category<std::string, use_default, axis::option::growth_t>; in run_tests()
|
D | histogram_growing_test.cpp | 23 using regular = axis::regular<double, def, def, axis::option::growth_t>; 29 using category = axis::category<std::string, def, axis::option::growth_t>;
|
D | histogram_threaded_test.cpp | 62 using ig = axis::integer<int, use_default, axis::option::growth_t>; in tests()
|
D | axis_category_test.cpp | 137 axis::category<int, axis::null_type, axis::option::growth_t> a; in main()
|
D | axis_variable_test.cpp | 98 axis::variable<double, axis::null_type, axis::option::growth_t> a{0, 1}; in main()
|
D | axis_integer_test.cpp | 145 axis::integer<double, axis::null_type, axis::option::growth_t> a; in main()
|
D | axis_regular_test.cpp | 205 axis::regular<double, def, def, axis::option::growth_t> a{1, 0, 1}; in main()
|
D | histogram_fill_test.cpp | 44 using csg = axis::category<std::string, axis::null_type, axis::option::growth_t>;
|
/third_party/boost/boost/histogram/axis/ |
D | option.hpp | 73 using growth_t = bit<3>; typedef 74 constexpr growth_t growth{}; ///< Instance of `growth_t`.
|
D | traits.hpp | 43 auto traits_options(priority<1>) -> decltype(&Axis::update, axis::option::growth_t{});
|
/third_party/boost/libs/histogram/examples/ |
D | guide_axis_growing.cpp | 24 axis::option::growth_t>{2, 0., 1.}); in main() 50 axis::option::growth_t>()); in main()
|
D | guide_custom_accumulators_ouroboros.cpp | 19 using axis_t = axis::category<int, axis::null_type, axis::option::growth_t>; in main()
|