Home
last modified time | relevance | path

Searched defs:__l2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition_point.h32 std::advance(__m, __l2); in partition_point() local
H A Dstable_sort.h180 typename iterator_traits<_RandomAccessIterator>::difference_type __l2 = __len / 2; in __stable_sort_move() local
214 typename iterator_traits<_RandomAccessIterator>::difference_type __l2 = __len / 2; in __stable_sort() local
H A Dfind_end.h107 _Iter2 __l2 = __last2; in __find_end() local
164 _Iter2 __l2 = __last2; in __find_end() local
H A Dlower_bound.h38 auto __l2 = std::__half_positive(__len); in __lower_bound_bisecting() local