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

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
random_shuffle.h 253 return (_Tp)1 << (__rd_log2(__x - 1) + 1);
362 __sd._M_num_bits = __rd_log2(__num_bins);
460 int __num_bits = __rd_log2(__num_bins);
base.h 102 __rd_log2(_Size __n) function in namespace:__gnu_parallel
losertree.h 100 _M_log_k = __rd_log2(_M_ik - 1) + 1;
380 _M_k = 1 << (__rd_log2(_M_ik - 1) + 1);
595 _M_k = 1 << (__rd_log2(_M_ik - 1) + 1);
850 _M_k = 1 << (__rd_log2(_M_ik - 1) + 1);
multiseq_selection.h 184 __r = __rd_log2(__nmax) + 1;
435 __r = __rd_log2(__nmax) + 1;
balanced_quicksort.h 454 * (_ThreadIndex)(__rd_log2(__n) + 1));
458 // There can never be more than ceil(__rd_log2(__n)) ranges on the

Completed in 26 milliseconds