Searched refs:div_max (Results 1 – 1 of 1) sorted by relevance
143 div_type div_max = *max >> log_divisor; in spread_sort_rec() local144 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()256 div_type div_max = shift(*max, log_divisor); in spread_sort_rec() local257 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()304 div_type div_max = shift(*max, log_divisor); in spread_sort_rec() local305 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()497 div_type div_max = max >> log_divisor; in positive_float_sort_rec() local498 unsigned bin_count = div_max - div_min + 1; in positive_float_sort_rec()546 div_type div_max = max >> log_divisor; in negative_float_sort_rec() local547 unsigned bin_count = div_max - div_min + 1; in negative_float_sort_rec()[all …]