Searched refs:div_max (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/sort/test/ |
D | sort_detail_test.cpp | 175 int div_max, div_min; in is_sorted_or_find_extremes_test() local 178 div_max, div_min)); in is_sorted_or_find_extremes_test() 182 div_max, div_min)); in is_sorted_or_find_extremes_test() 184 BOOST_CHECK(div_max == cast_max); in is_sorted_or_find_extremes_test() 189 div_max, div_min, in is_sorted_or_find_extremes_test() 193 float_input.end(), div_max, in is_sorted_or_find_extremes_test() 197 BOOST_CHECK(div_max == float_right_shift()(4.0f, 0)); in is_sorted_or_find_extremes_test()
|
/third_party/boost/boost/sort/spreadsort/detail/ |
D | float_sort.hpp | 177 Div_type div_max = max >> log_divisor; in positive_float_sort_rec() local 178 unsigned bin_count = unsigned(div_max - div_min) + 1; in positive_float_sort_rec() 237 Div_type div_max = max >> log_divisor; in negative_float_sort_rec() local 238 unsigned bin_count = unsigned(div_max - div_min) + 1; in negative_float_sort_rec() 297 Div_type div_max = max >> log_divisor; in negative_float_sort_rec() local 298 unsigned bin_count = unsigned(div_max - div_min) + 1; in negative_float_sort_rec() 355 Div_type div_max = max >> log_divisor; in negative_float_sort_rec() local 356 unsigned bin_count = unsigned(div_max - div_min) + 1; in negative_float_sort_rec() 415 Div_type div_max = max >> log_divisor; in float_sort_rec() local 416 unsigned bin_count = unsigned(div_max - div_min) + 1; in float_sort_rec() [all …]
|
D | integer_sort.hpp | 123 Div_type div_max = *max >> log_divisor; in spreadsort_rec() local 124 unsigned bin_count = unsigned(div_max - div_min) + 1; in spreadsort_rec() 262 Div_type div_max = rshift(*max, log_divisor); in spreadsort_rec() local 263 unsigned bin_count = unsigned(div_max - div_min) + 1; in spreadsort_rec() 319 Div_type div_max = rshift(*max, log_divisor); in spreadsort_rec() local 320 unsigned bin_count = unsigned(div_max - div_min) + 1; in spreadsort_rec()
|