Home
last modified time | relevance | path

Searched defs:MP (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_pl_l.cpp49 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
96 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
186 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
324 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
482 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
620 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
Dintersection_pl_pl.cpp46 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
78 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
151 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_pl_l.cpp67 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
114 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
204 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
328 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
472 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
602 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
Ddifference_pl_pl.cpp46 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
79 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
159 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
200 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_pl_pl.cpp46 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
78 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
151 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Ddisjoint_coverage_p_p.cpp99 typedef bg::model::multi_point<P> MP; in test_point_multipoint() typedef
122 typedef bg::model::multi_point<P> MP; in test_multipoint_point() typedef
140 typedef bg::model::multi_point<P> MP; in test_multipoint_multipoint() typedef
Ddisjoint_coverage_p_a.cpp157 typedef bg::model::multi_point<P> MP; in test_multipoint_box() typedef
184 typedef bg::model::multi_point<P> MP; in test_multipoint_ring() typedef
208 typedef bg::model::multi_point<P> MP; in test_multipoint_polygon() typedef
237 typedef bg::model::multi_point<P> MP; in test_multipoint_multipolygon() typedef
Ddisjoint_coverage_p_l.cpp227 typedef bg::model::multi_point<P> MP; in test_multipoint_segment() typedef
275 typedef bg::model::multi_point<P> MP; in test_multipoint_linestring() typedef
329 typedef bg::model::multi_point<P> MP; in test_multipoint_multilinestring() typedef
/third_party/boost/libs/geometry/test/algorithms/
Dline_interpolate.cpp150 typedef bg::model::multi_point<P> MP; in test_car_edge_cases() typedef
184 typedef bg::model::multi_point<P> MP; in test_car() typedef
221 typedef bg::model::multi_point<P> MP; in test_sph() typedef
286 typedef bg::model::multi_point<P> MP; in test_geo() typedef
/third_party/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp599 typedef multi_point_type MP; in BOOST_AUTO_TEST_CASE() typedef
628 typedef multi_point_type_3d MP; in BOOST_AUTO_TEST_CASE() typedef
750 typedef vector_as_multipoint<test::test_point_xy*> MP; in BOOST_AUTO_TEST_CASE() typedef
835 typedef multipoint_copy_on_dereference<point_type> MP; in BOOST_AUTO_TEST_CASE() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp282 for (auto &MP : InsertedPHIs) in insertUse() local
289 static void setMemoryPhiValueForBlock(MemoryPhi *MP, const BasicBlock *BB, in setMemoryPhiValueForBlock()
444 for (auto &MP : InsertedPHIs) { in insertDef() local
477 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
508 if (auto *MP = MSSA->getMemoryAccess(S)) in fixupDefs() local
1230 static MemoryAccess *onlySingleValue(MemoryPhi *MP) { in onlySingleValue()
1285 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(MA)) { in removeMemoryAccess() local
1320 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(U.getUser())) in removeMemoryAccess() local
1339 if (MemoryPhi *MP = in removeMemoryAccess() local
1353 if (MemoryPhi *MP = MSSA->getMemoryAccess(Succ)) { in removeBlocks() local
DMemorySSA.cpp1796 const auto *MP = cast<MemoryPhi>(Replacee); in dominatesUse() local
2135 if (MemoryPhi *MP = dyn_cast<MemoryPhi>(Dominatee.getUser())) { in dominates() local
/third_party/uboot/u-boot-2020.01/doc/arch/
Dx86.rst724 .. _MP: http://www.intel.com/design/archives/processors/pro/docs/242016.htm target in TODO List
/third_party/boost/libs/geometry/test/geometries/
Dmulti_point.cpp77 typedef bg::model::multi_point<P> MP; in test_concept() typedef
/third_party/ltp/testcases/realtime/func/pi-tests/
Dtestpi-7.c190 #define MP "\t\t\t" in med_prio_thread() macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp450 ModulePass *MP = getContainedPass(Index); in dumpPassStructure() local
527 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]); in getContainedManager() local
1570 ModulePass *MP = getContainedPass(Index); in runOnModule() local
1667 Pass* MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F){ in getOnTheFlyPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DGraph.h142 InternalEdgeMapT *MP; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp927 auto *MP = dyn_cast<MemoryPhi>(V); in getBlockForValue() local
1678 if (auto *MP = dyn_cast<MemoryPhi>(From)) { in setMemoryClass() local
2886 const MemoryPhi *MP = cast<MemoryPhi>(&Def); in initializeCongruenceClasses() local
3021 void NewGVN::valueNumberMemoryPhi(MemoryPhi *MP) { in valueNumberMemoryPhi()
3146 auto *MP = cast<MemoryPhi>(EndDef); in singleReachablePHIPath() local
3390 if (auto *MP = dyn_cast<MemoryPhi>(V)) { in iterateTouchedInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp673 MachineOperand &MP = MI.getOperand(1); // Predicate register in split() local
945 MachineOperand &MP = TfrI.getOperand(1); in predicate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp296 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in doInitialization() local
1548 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(**--I)) in doFinalization() local
3122 if (GCMetadataPrinter *MP = GetOrCreateGCPrinter(*I)) in emitStackMaps() local
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dshortnumbermetadata.js2177 ,"MP":[,[,,"9\\d\\d",,,,,,,[3] property
Dmetadata.js4946 ,"MP":[,[,,"[58]\\d{9}|(?:67|90)0\\d{7}",,,,,,,[10] property
Dmetadatalite.js4946 ,"MP":[,[,,"[58]\\d{9}|(?:67|90)0\\d{7}",,,,,,,[10] property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h86 auto MP = getMethodKind(); in isVirtual() local
93 auto MP = getMethodKind(); in isIntroducedVirtual() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c131 #define MP (PCRE2_MULTILINE | PCRE2_UCP) macro

12