Searched refs:div_min (Results 1 – 1 of 1) sorted by relevance
137 div_type div_min = *min >> log_divisor; in spread_sort_rec() local139 unsigned bin_count = div_max - div_min + 1; in spread_sort_rec()145 bin_sizes[(*(current++) >> log_divisor) - div_min]++; in spread_sort_rec()160 for(target_bin = (bins + ((*current >> log_divisor) - div_min)); target_bin != local_bin; in spread_sort_rec()161 target_bin = bins + ((*current >> log_divisor) - div_min)) { in spread_sort_rec()166 RandomAccessIter * b_bin = bins + ((*b >> log_divisor) - div_min); in spread_sort_rec()205 , const unsigned log_divisor, const div_type div_min) in inner_swap_loop() argument209 …for(RandomAccessIter * target_bin = (bins + (shift(*current, log_divisor) - div_min)); target_bin… in inner_swap_loop()210 target_bin = bins + (shift(*current, log_divisor) - div_min)) { in inner_swap_loop()213 RandomAccessIter * b_bin = bins + (shift(*b, log_divisor) - div_min); in inner_swap_loop()[all …]