Searched refs:nth_element (Results 1 – 3 of 3) sorted by relevance
/external/stlport/test/unit/ |
D | nthelm_test.cpp | 36 nth_element(numbers, numbers + 3, numbers + 6); in nthelem0() 52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end()); in nthelem1() 72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>()); in nthelem2()
|
/external/stlport/stlport/stl/ |
D | _algo.h | 454 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, 458 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
|
D | _algo.c | 1335 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() function 1344 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() function
|