Searched refs:SIdx (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/features2d/src/ |
D | evaluation.cpp | 298 struct SIdx struct 300 SIdx() : S(-1), i1(-1), i2(-1) {} in SIdx() function 301 SIdx(float _S, int _i1, int _i2) : S(_S), i1(_i1), i2(_i2) {} in SIdx() function 306 bool operator<(const SIdx& v) const { return S > v.S; } in operator <() argument 310 UsedFinder(const SIdx& _used) : used(_used) {} in UsedFinder() argument 311 const SIdx& used; 312 bool operator()(const SIdx& v) const { return (v.i1 == used.i1 || v.i2 == used.i2); } in operator ()() 318 … bool commonPart, std::vector<SIdx>& overlaps, float minOverlap ) in computeOneToOneMatchedOverlaps() 370 overlaps.push_back(SIdx(ov, (int)i1, (int)i2)); in computeOneToOneMatchedOverlaps() 378 typedef std::vector<SIdx>::iterator It; in computeOneToOneMatchedOverlaps() [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 416 Elf_Word SIdx; in writeSectionContent() local 426 SIdx = sectionIndex; in writeSectionContent() 427 OS.write((const char *)&SIdx, sizeof(SIdx)); in writeSectionContent()
|
/external/llvm/utils/TableGen/ |
D | RegisterInfoEmitter.cpp | 714 unsigned SIdx = 0; in emitComposeSubRegIndexLaneMask() local 716 for (size_t s = 0, se = Sequences.size(); s != se; ++s, SIdx = NextSIdx) { in emitComposeSubRegIndexLaneMask() 718 NextSIdx = SIdx + Sequence.size() + 1; in emitComposeSubRegIndexLaneMask() 720 Found = SIdx; in emitComposeSubRegIndexLaneMask() 726 Found = SIdx; in emitComposeSubRegIndexLaneMask()
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2858 SMLoc SIdx = getLoc(); in tryParseVectorRegister() local 2878 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in tryParseVectorRegister() 3080 SMLoc SIdx = getLoc(); in parseVectorList() local 3100 Operands.push_back(AArch64Operand::CreateVectorIndex(MCE->getValue(), SIdx, in parseVectorList()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 3096 SMLoc SIdx = Parser.getTok().getLoc(); in tryParseRegisterWithWriteBack() local 3113 SIdx, E, in tryParseRegisterWithWriteBack()
|