Searched refs:__round_up_to_pow2 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Drandom_shuffle.h248 __round_up_to_pow2(_Tp __x) function in namespace:__gnu_parallel
291 __num_bins_cache = __round_up_to_pow2(__num_bins_cache);
301 __num_bins = __round_up_to_pow2(__num_bins);
311 __num_bins_cache = __round_up_to_pow2(__num_bins_cache);
322 __num_bins = __round_up_to_pow2(__num_bins);
327 __num_bins = __round_up_to_pow2(
426 __num_bins_cache = __round_up_to_pow2(__num_bins_cache);
435 __num_bins = __round_up_to_pow2(__num_bins);
444 __num_bins_cache = __round_up_to_pow2(__num_bins_cache);
455 __num_bins = __round_up_to_pow2(__num_bin
[all...]
H A Dmultiseq_selection.h439 __l = __round_up_to_pow2(__r) - 1;

Completed in 45 milliseconds