Home
last modified time | relevance | path

Searched refs:__step (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dlower_bound.h68 for (_Distance __step = 1; __first != __last; __step <<= 1) { in __lower_bound_onesided() local
70 auto __dist = __step - _IterOps<_AlgPolicy>::__advance_to(__it, __step, __last); in __lower_bound_onesided()