Searched refs:__depth_limit (Results 1 – 2 of 2) sorted by relevance
867 difference_type __depth_limit = 2 * std::__bit_log2(std::__to_unsigned_like(__last - __first)); in __sort_dispatch() local873 __first, __last, __comp, __depth_limit); in __sort_dispatch()
914 difference_type __depth_limit = 2 * std::__log2i(__last - __first);922 …_use_branchless_sort<_Comp, _RandomAccessIterator>::value>(__first, __last, __comp, __depth_limit);