Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dlower_bound.h67 for (_Distance __step = 1; __first != __last; __step <<= 1) { in __lower_bound_onesided() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dlower_bound.h68 for (_Distance __step = 1; __first != __last; __step <<= 1) { in __lower_bound_onesided() local