Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpartition_point.h30 difference_type __l2 = std::__half_positive(__len); in partition_point() local
H A Dfind_end.h107 _Iter2 __l2 = __last2; in __find_end() local
164 _Iter2 __l2 = __last2; in __find_end() 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
[all...]
H A Dlower_bound.h36 auto __l2 = std::__half_positive(__len); __lower_bound() local