Home
last modified time | relevance | path

Searched defs:ML (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/
Dintersection_linear_linear.cpp50 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
494 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
704 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
790 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
846 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
1145 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
1364 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
Dintersection_areal_areal_linear.cpp108 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
154 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
180 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
203 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
314 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
338 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
Dintersection_pl_l.cpp185 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
621 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/sym_difference/
Dsym_difference_linear_linear.cpp50 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
404 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
664 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
736 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/union/
Dunion_linear_linear.cpp50 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
491 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
721 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
774 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_linear_linear.cpp50 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
627 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
851 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
935 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
1235 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
1322 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
Ddifference_pl_l.cpp203 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
603 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/geometry/test/algorithms/disjoint/
Ddisjoint_coverage_l_l.cpp207 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_segment() typedef
289 typedef bg::model::multi_linestring<L> ML; in test_linestring_multilinestring() typedef
323 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_multilinestring() typedef
Ddisjoint_coverage_l_a.cpp389 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_box() typedef
419 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_ring() typedef
449 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_polygon() typedef
479 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_multipolygon() typedef
Ddisjoint_coverage_p_l.cpp183 typedef bg::model::multi_linestring<L> ML; in test_point_multilinestring() typedef
331 typedef bg::model::multi_linestring<L> ML; in test_multipoint_multilinestring() typedef
/third_party/python/Include/
Dmethodobject.h48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) argument
55 #define PyCFunction_NewEx(ML, SELF, MOD) PyCMethod_New((ML), (SELF), (MOD), NULL) argument
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum-min-size.c20 enum ml { ML = -1L }; enumerator
/third_party/boost/libs/geometry/test/geometries/
Dmulti_linestring.cpp92 typedef bg::model::multi_linestring<L> ML; in test_concept() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp382 if (MachineLoop *ML = MLI->getLoopFor(&MBB)) in tryReplaceInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp92 const auto *ML = MLI.getLoopFor(MBB); in getRegionFor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp124 MachineLoop *ML = nullptr; member
581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp471 NeedLift = llvm::any_of(MemLocs, [C, &AA](const MemoryLocation &ML) { in moveUp()
497 auto ML = MemoryLocation::get(C); in moveUp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLICM.cpp541 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistRegionPostRA() local
725 const MachineLoop *ML = MLI->getLoopFor(BB); in HoistOutOfLoop() local
DMachineCombiner.cpp512 const MachineLoop *ML = MLI->getLoopFor(MBB); in combineInstructions() local
DBranchFolding.cpp423 if (MachineLoop *ML = MLI->getLoopFor(&CurMBB)) in SplitMBBAt() local
1094 MachineLoop *ML; in TailMergeBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp233 MuxInfoList ML; in genMuxInBlock() local
/third_party/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp657 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java392 int ML = 0; in checkSkeleton() local
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp159 const uint32_t ML = 0; in testSkeleton() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java395 int ML = 0; in checkSkeleton() local

12