OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
28
syn keyword llvmStatement frem fsub getelementptr icmp
inbounds
indirectbr
/external/llvm/lib/AsmParser/
LLLexer.cpp
532
KEYWORD(
inbounds
);
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
[
all
...]
Completed in 370 milliseconds