HomeSort by relevance Sort by last modified time
    Searched full:find_extremes (Results 1 - 1 of 1) sorted by null

  /external/webrtc/src/system_wrappers/source/spreadsortlib/
spreadsort.hpp 60 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min) function in namespace:boost::detail
75 find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAccessIter & min, compare comp) function in namespace:boost::detail
131 find_extremes(first, last, max, min);
246 find_extremes(first, last, max, min, comp);
294 find_extremes(first, last, max, min);
419 find_extremes(RandomAccessIter current, RandomAccessIter last, div_type & max, div_type & min, right_shift shift) function in namespace:boost::detail
468 find_extremes(RandomAccessIter current, RandomAccessIter last, cast_type & max, cast_type & min) function in namespace:boost::detail
487 find_extremes(first, last, max, min);
536 find_extremes(first, last, max, min);
587 find_extremes(first, last, max, min, shift);
    [all...]

Completed in 173 milliseconds