HomeSort by: relevance | last modified time | path
    Searched refs:Neighbors (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Clustering.cpp 41 const size_t Q, std::vector<size_t> &Neighbors) const {
42 Neighbors.clear();
43 Neighbors.reserve(Points_.size() - 1); // The Q itself isn't a neighbor.
53 Neighbors.push_back(P);
130 std::vector<size_t> Neighbors; // Persistent buffer to avoid allocs.
134 rangeQuery(P, Neighbors);
135 if (Neighbors.size() + 1 < MinPts) { // Density check.
148 // Process P's neighbors.
150 ToProcess.insert(Neighbors.begin(), Neighbors.end())
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiip.h 454 EFI_IP6_NEIGHBORS Neighbors;

Completed in 19 milliseconds