HomeSort by relevance Sort by last modified time
    Searched refs:__round_up_to_pow2 (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_shuffle.h 248 __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_bins)
    [all...]
multiseq_selection.h 439 __l = __round_up_to_pow2(__r) - 1;

Completed in 24 milliseconds