HomeSort by relevance Sort by last modified time
    Searched refs:inbounds (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvkdtree.cpp 121 std::vector<int> inbounds; local
125 inbounds));
126 std::copy(inbounds.begin(),
127 inbounds.begin() + std::min((int)inbounds.size(), rn),
129 return inbounds.size();
_cvkdtree.hpp 431 std::vector < __valuetype > &inbounds) const {
437 find_ortho_range(n.left, bounds_min, bounds_max, inbounds);
439 find_ortho_range(n.right, bounds_min, bounds_max, inbounds);
442 inbounds.push_back(nodes[i].value);
447 // return all points that lie within the given bounds; inbounds is cleared
450 std::vector < __valuetype > &inbounds) const {
451 inbounds.clear();
452 find_ortho_range(root_node, bounds_min, bounds_max, inbounds);
453 return inbounds.size();
  /external/llvm/utils/vim/
llvm.vim 32 syn keyword llvmStatement nuw nsw exact inbounds
  /external/llvm/lib/AsmParser/
LLLexer.cpp 500 KEYWORD(inbounds);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 787 milliseconds