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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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 74 milliseconds