Home
last modified time | relevance | path

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

/external/libcxx/test/algorithms/alg.sorting/alg.nth.element/
Dnth_element_comp.pass.cpp43 std::nth_element(array, array+M, array+N, std::greater<int>()); in test_one()
45 std::nth_element(array, array+N, array+N, std::greater<int>()); // begin, end, end in test_one()
67 std::nth_element(&d, &d, &d); in main()
82 std::nth_element(v.begin(), v.begin() + v.size()/2, v.end(), indirect_less()); in main()
Dnth_element.pass.cpp30 std::nth_element(array, array+M, array+N); in test_one()
32 std::nth_element(array, array+N, array+N); // begin, end, end in test_one()
54 std::nth_element(&d, &d, &d); in main()
DAndroid.mk19 test_name := algorithms/alg.sorting/alg.nth.element/nth_element
20 test_src := nth_element.pass.cpp
/external/stlport/test/unit/
Dnthelm_test.cpp36 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/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h193 std::nth_element(objCenters.begin() + from, objCenters.begin() + mid,
203 nth_element(objCenters.begin() + from, objCenters.begin() + mid,
/external/ceres-solver/internal/ceres/
Dincomplete_lq_factorization.cc144 nth_element(scratch->begin(), in DropEntriesAndAddRow()
/external/ceres-solver/examples/
Dbal_problem.cc65 std::nth_element(data->begin(), mid_point, data->end()); in Median()
/external/deqp/modules/glshared/
DglsCalibration.cpp52 std::nth_element(data.begin(), mid, data.end()); in destructiveMedian()
DglsStateChangePerfTestCases.cpp204 std::nth_element(values.begin(), values.begin() + n, values.end()); in findMedian()
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/
Dcast_streaming_apitest.cc303 std::nth_element(values.get(), in ComputeMedianIntensityInRegionInPlane()
/external/stlport/stlport/stl/
D_algo.h454 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
458 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
D_algo.c1335 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() function
1344 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth, in nth_element() function
/external/libcxx/include/
Dalgorithm370 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
374nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last, Compa…
5085 // nth_element
5277 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5292 nth_element(_RandomAccessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __las…
5294 …_VSTD::nth_element(__first, __nth, __last, __less<typename iterator_traits<_RandomAccessIterator>:…