Home
last modified time | relevance | path

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

/third_party/boost/boost/sort/spinsort/
Dspinsort.hpp117 Iter1_t linf = first, lsup = mid; in insert_partial_sort() local
120 Iter1_t it1 = std::upper_bound(linf, lsup, *(data + i), comp); in insert_partial_sort()
122 linf = it1; in insert_partial_sort()