HomeSort by relevance Sort by last modified time
    Searched refs:nth_element (Results 1 - 25 of 53) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.nth.element/
nth_element.pass.cpp 16 // nth_element(Iter first, Iter nth, Iter last);
30 std::nth_element(array, array+M, array+N);
53 std::nth_element(&d, &d, &d);
nth_element_comp.pass.cpp 16 // nth_element(Iter first, Iter nth, Iter last, Compare comp);
43 std::nth_element(array, array+M, array+N, std::greater<int>());
66 std::nth_element(&d, &d, &d);
81 std::nth_element(v.begin(), v.begin() + v.size()/2, v.end(), indirect_less());
  /external/stlport/test/unit/
nthelm_test.cpp 36 nth_element(numbers, numbers + 3, numbers + 6);
52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /ndk/tests/device/test-gnustl-full/unit/
nthelm_test.cpp 36 nth_element(numbers, numbers + 3, numbers + 6);
52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /ndk/tests/device/test-stlport/unit/
nthelm_test.cpp 36 nth_element(numbers, numbers + 3, numbers + 6);
52 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end());
72 nth_element(v1.begin(), v1.begin() + v1.size() / 2, v1.end(), greater<int>());
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 193 std::nth_element(objCenters.begin() + from, objCenters.begin() + mid,
203 nth_element(objCenters.begin() + from, objCenters.begin() + mid,
  /external/ceres-solver/examples/
bal_problem.cc 83 std::nth_element(data->begin(), mid_point, data->end());
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.cc 144 nth_element(scratch->begin(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 86 nth_element
426 // nth_element
677 nth_element(_RAIter, _RAIter, _RAIter);
681 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 88 nth_element
431 // nth_element
681 nth_element(_RAIter, _RAIter, _RAIter);
685 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 88 nth_element
431 // nth_element
681 nth_element(_RAIter, _RAIter, _RAIter);
685 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 86 nth_element
426 // nth_element
677 nth_element(_RAIter, _RAIter, _RAIter);
681 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 86 nth_element
426 // nth_element
677 nth_element(_RAIter, _RAIter, _RAIter);
681 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 86 nth_element
426 // nth_element
677 nth_element(_RAIter, _RAIter, _RAIter);
681 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 86 nth_element
426 // nth_element
677 nth_element(_RAIter, _RAIter, _RAIter);
681 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 88 nth_element
431 // nth_element
681 nth_element(_RAIter, _RAIter, _RAIter);
685 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 88 nth_element
431 // nth_element
681 nth_element(_RAIter, _RAIter, _RAIter);
685 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 625 nth_element(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag);
629 nth_element(_RAIter, _RAIter, _RAIter, _Compare,
634 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
638 nth_element(_RAIter, _RAIter, _RAIter);
partition.h 27 * std::nth_element(), and std::partial_sort().
322 * @brief Parallel implementation of std::nth_element().
408 __gnu_sequential::nth_element(begin, nth, end, comp);
algo.h 2103 nth_element(RandomAccessIterator begin, RandomAccessIterator nth, function in namespace:std::__parallel
2110 nth_element(RandomAccessIterator begin, RandomAccessIterator nth, function in namespace:std::__parallel
2118 nth_element(RandomAccessIterator begin, RandomAccessIterator nth, function in namespace:std::__parallel
2132 nth_element(RandomAccessIterator begin, RandomAccessIterator nth, function in namespace:std::__parallel
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algorithmfwd.h 629 nth_element(_RAIter, _RAIter, _RAIter, __gnu_parallel::sequential_tag);
633 nth_element(_RAIter, _RAIter, _RAIter, _Compare,
638 nth_element(_RAIter, _RAIter, _RAIter, _Compare);
642 nth_element(_RAIter, _RAIter, _RAIter);
partition.h 27 * std::nth_element(), and std::partial_sort().
324 * @brief Parallel implementation of std::nth_element().
412 __gnu_sequential::nth_element(__begin, __nth, __end, __comp);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 286 std::nth_element(&abs_val_vec[0],
  /external/stlport/stlport/stl/
_algo.h 452 // nth_element() and its auxiliary functions.
454 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
458 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 452 // nth_element() and its auxiliary functions.
454 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,
458 void nth_element(_RandomAccessIter __first, _RandomAccessIter __nth,

Completed in 401 milliseconds

1 2 3