HomeSort by relevance Sort by last modified time
    Searched full:round_up_to_pow2 (Results 1 - 1 of 1) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 241 round_up_to_pow2(T x) function in namespace:__gnu_parallel
284 num_bins_cache = round_up_to_pow2(num_bins_cache);
294 num_bins = round_up_to_pow2(num_bins);
303 num_bins_cache = round_up_to_pow2(num_bins_cache);
314 num_bins = round_up_to_pow2(num_bins);
412 num_bins_cache = round_up_to_pow2(num_bins_cache);
421 num_bins = round_up_to_pow2(num_bins);
430 num_bins_cache = round_up_to_pow2(num_bins_cache);
442 num_bins = round_up_to_pow2(num_bins);

Completed in 1330 milliseconds