Home
last modified time | relevance | path

Searched refs:MN (Results 1 – 25 of 230) sorted by relevance

12345678910

/external/llvm/lib/Support/
DYAMLTraits.cpp118 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in beginMapping() local
119 if (MN) { in beginMapping()
120 MN->ValidKeys.clear(); in beginMapping()
138 MapHNode *MN = dyn_cast<MapHNode>(CurrentNode); in preflightKey() local
139 if (!MN) { in preflightKey()
143 MN->ValidKeys.push_back(Key); in preflightKey()
144 HNode *Value = MN->Mapping[Key].get(); in preflightKey()
165 MapHNode *MN = dyn_cast_or_null<MapHNode>(CurrentNode); in endMapping() local
166 if (!MN) in endMapping()
168 for (const auto &NN : MN->Mapping) { in endMapping()
[all …]
/external/opencv/cvaux/src/
Dcvlmeds.cpp940 int MN = M * N; in icvSingularValueDecomposition() local
958 for( iN = 0; iN < MN; iN += N ) in icvSingularValueDecomposition()
986 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
992 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
1009 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
1017 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
1024 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
1057 for( jN = lN; jN < MN; jN += N ) in icvSingularValueDecomposition()
1150 for( kN = lN; kN < MN; kN += N ) in icvSingularValueDecomposition()
1155 for( kN = iN; kN < MN; kN += N ) in icvSingularValueDecomposition()
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp500 const EmitMergeInputChainsMatcher *MN = in EmitMatcher() local
504 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) { in EmitMatcher()
505 OS << "OPC_EmitMergeInputChains1_" << MN->getNode(0) << ",\n"; in EmitMatcher()
509 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", "; in EmitMatcher()
510 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i) in EmitMatcher()
511 OS << MN->getNode(i) << ", "; in EmitMatcher()
513 return 2+MN->getNumNodes(); in EmitMatcher()
/external/llvm/unittests/Support/
DCasting.cpp285 pointer_wrappers::PTy MN(nullptr);
307 EXPECT_TRUE(cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
321 EXPECT_TRUE(dyn_cast_or_null<pointer_wrappers::Derived>(MN) == nullptr); in TEST()
/external/icu/icu4c/source/data/region/
Dps.txt52 MN{"مغولستان"}
Dfa_AF.txt64 MN{"منگولیا"}
Dchr.txt156 MN{"ᎹᏂᎪᎵᎠ"}
Dyi.txt151 MN{"מאנגאליי"}
Dshi.txt140 MN{"ⵎⵏⵖⵓⵍⵢⴰ"}
Dzgh.txt140 MN{"ⵎⵏⵖⵓⵍⵢⴰ"}
Dvai.txt140 MN{"ꗞꖐꔷꕩ"}
Dks.txt184 MN{"مَنٛگولِیا"}
Dbrx.txt187 MN{"मंगोलिया"}
Dor.txt187 MN{"ମଙ୍ଗୋଲିଆ"}
Dhe.txt194 MN{"מונגוליה"}
Dsr.txt194 MN{"Монголија"}
Dkm.txt193 MN{"ម៉ុងហ្គោលី"}
Dja.txt194 MN{"モンゴル"}
Dte.txt194 MN{"మంగోలియా"}
Dbg.txt194 MN{"Монголия"}
Dam.txt194 MN{"ሞንጎሊያ"}
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp148 MachineSDNode *MN = dyn_cast<MachineSDNode>(N); in CloneNodeWithValues() local
151 if (MN) { in CloneNodeWithValues()
152 Begin = MN->memoperands_begin(); in CloneNodeWithValues()
153 End = MN->memoperands_end(); in CloneNodeWithValues()
159 if (MN) in CloneNodeWithValues()
160 MN->setMemRefs(Begin, End); in CloneNodeWithValues()
DSelectionDAGDumper.cpp398 if (const MachineSDNode *MN = dyn_cast<MachineSDNode>(this)) { in print_details() local
399 if (!MN->memoperands_empty()) { in print_details()
402 for (MachineSDNode::mmo_iterator i = MN->memoperands_begin(), in print_details()
403 e = MN->memoperands_end(); i != e; ++i) { in print_details()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
Dhtml.js107 MN: 'mn',
260 SPECIAL_ELEMENTS[NS.MATHML][$.MN] = true;
/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_08bit.mat3 …?I1KT'TC?>CFFB?65<@>?;51144200144%->gFXINLNNKMLKNPNNMNJIHHGFEHOPRSVFAID)MN!KAACGA:665888>A>:789…

12345678910