Home
last modified time | relevance | path

Searched refs:ML (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/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
52 typedef test_intersection_of_geometries<L, L, ML> tester; in BOOST_AUTO_TEST_CASE()
57 from_wkt<ML>("MULTILINESTRING((1 1,2 1))"), in BOOST_AUTO_TEST_CASE()
63 from_wkt<ML>("MULTILINESTRING((3 0,4 0))"), in BOOST_AUTO_TEST_CASE()
69 from_wkt<ML>("MULTILINESTRING((3 0,4 0))"), in BOOST_AUTO_TEST_CASE()
75 from_wkt<ML>("MULTILINESTRING((0 0,4 0))"), in BOOST_AUTO_TEST_CASE()
82 from_wkt<ML>("MULTILINESTRING((4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
84 from_wkt<ML>("MULTILINESTRING((0 0),(2 0),(4 0,5 0),(6.5 0),(8 0))"), in BOOST_AUTO_TEST_CASE()
92 from_wkt<ML>("MULTILINESTRING((4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
94 from_wkt<ML>("MULTILINESTRING((0 0),(2 0),(4 0,5 0),(6.5 0),(8 0))"), in BOOST_AUTO_TEST_CASE()
[all …]
Dintersection_areal_areal_linear.cpp108 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
110 typedef test_intersection_aal<OG, OG, CG, CG, ML> tester; in BOOST_AUTO_TEST_CASE()
116 from_wkt<ML>("MULTILINESTRING((2 1,2 2),(2 0,1 0),(2 1,2 1))"), in BOOST_AUTO_TEST_CASE()
117 from_wkt<ML>("MULTILINESTRING((2 2,2 1),(2 0,1 0),(2 1,2 1))") in BOOST_AUTO_TEST_CASE()
124 from_wkt<ML>("MULTILINESTRING()") in BOOST_AUTO_TEST_CASE()
131 from_wkt<ML>("MULTILINESTRING()") in BOOST_AUTO_TEST_CASE()
138 from_wkt<ML>("MULTILINESTRING()") in BOOST_AUTO_TEST_CASE()
154 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
156 typedef test_intersection_aal<OG1, OG2, CG1, CG2, ML> tester; in BOOST_AUTO_TEST_CASE()
162 from_wkt<ML>("MULTILINESTRING((2 1,2 2),(2 0,1 0),(2 1,2 1))"), in BOOST_AUTO_TEST_CASE()
[all …]
Dintersection_pl_l.cpp185 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
190 P, ML, MP, bg::overlay_intersection in BOOST_AUTO_TEST_CASE()
196 from_wkt<ML>("MULTILINESTRING((1 1,2 2))"), in BOOST_AUTO_TEST_CASE()
203 from_wkt<ML>("MULTILINESTRING((0 0,1 1))"), in BOOST_AUTO_TEST_CASE()
210 from_wkt<ML>("MULTILINESTRING((0 0,2 2))"), in BOOST_AUTO_TEST_CASE()
217 from_wkt<ML>("MULTILINESTRING((0 0,2 2))"), in BOOST_AUTO_TEST_CASE()
225 from_wkt<ML>("MULTILINESTRING((0 0,1 1,2 2))"), in BOOST_AUTO_TEST_CASE()
232 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
239 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
246 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
[all …]
/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
52 typedef test_union_of_geometries<L, L, ML> tester; in BOOST_AUTO_TEST_CASE()
57 from_wkt<ML>("MULTILINESTRING((0 0,1 1,2 1,3 2),\ in BOOST_AUTO_TEST_CASE()
59 from_wkt<ML>("MULTILINESTRING((0 2,1 1,2 1,3 0),\ in BOOST_AUTO_TEST_CASE()
66 from_wkt<ML>("MULTILINESTRING((0 0,5 0))"), in BOOST_AUTO_TEST_CASE()
67 from_wkt<ML>("MULTILINESTRING((3 0,4 0),(0 0,3 0),(4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
73 from_wkt<ML>("MULTILINESTRING((3 0,4 0),(0 0,3 0),(4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
74 from_wkt<ML>("MULTILINESTRING((0 0,5 0))"), in BOOST_AUTO_TEST_CASE()
80 from_wkt<ML>("MULTILINESTRING((0 0,4 0),(4 0,6 0))"), in BOOST_AUTO_TEST_CASE()
81 from_wkt<ML>("MULTILINESTRING((3 0,6 0),(0 0,3 0))"), in BOOST_AUTO_TEST_CASE()
[all …]
/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
52 typedef test_difference_of_geometries<L, L, ML> tester; in BOOST_AUTO_TEST_CASE()
57 from_wkt<ML>("MULTILINESTRING((0 0,1 1),(2 1,3 2))"), in BOOST_AUTO_TEST_CASE()
63 from_wkt<ML>("MULTILINESTRING((0 2,1 1),(2 1,3 0))"), in BOOST_AUTO_TEST_CASE()
69 from_wkt<ML>("MULTILINESTRING((0 0,3 0),(4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
75 from_wkt<ML>("MULTILINESTRING()"), in BOOST_AUTO_TEST_CASE()
81 from_wkt<ML>("MULTILINESTRING((0 0,3 0))"), in BOOST_AUTO_TEST_CASE()
87 from_wkt<ML>("MULTILINESTRING((4 0,6 0))"), in BOOST_AUTO_TEST_CASE()
93 from_wkt<ML>("MULTILINESTRING((4 0,6 0))"), in BOOST_AUTO_TEST_CASE()
99 from_wkt<ML>("MULTILINESTRING()"), in BOOST_AUTO_TEST_CASE()
[all …]
Ddifference_pl_l.cpp203 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
208 P, ML, MP, bg::overlay_difference in BOOST_AUTO_TEST_CASE()
214 from_wkt<ML>("MULTILINESTRING((1 1,2 2))"), in BOOST_AUTO_TEST_CASE()
221 from_wkt<ML>("MULTILINESTRING((0 0,1 1))"), in BOOST_AUTO_TEST_CASE()
228 from_wkt<ML>("MULTILINESTRING((0 0,2 2))"), in BOOST_AUTO_TEST_CASE()
235 from_wkt<ML>("MULTILINESTRING((0 0,2 2))"), in BOOST_AUTO_TEST_CASE()
243 from_wkt<ML>("MULTILINESTRING((0 0,1 1,2 2))"), in BOOST_AUTO_TEST_CASE()
250 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
257 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
264 from_wkt<ML>("MULTILINESTRING((0 0,1 1,4 4))"), in BOOST_AUTO_TEST_CASE()
[all …]
/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
52 typedef test_sym_difference_of_geometries<L, L, ML> tester; in BOOST_AUTO_TEST_CASE()
57 from_wkt<ML>("MULTILINESTRING((0 0,1 1),(2 1,3 2),\ in BOOST_AUTO_TEST_CASE()
64 from_wkt<ML>("MULTILINESTRING((0 0,3 0),(4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
70 from_wkt<ML>("MULTILINESTRING((0 0,3 0),(4 0,6 0))"), in BOOST_AUTO_TEST_CASE()
76 from_wkt<ML>("MULTILINESTRING((4 0,6 0))"), in BOOST_AUTO_TEST_CASE()
82 from_wkt<ML>("MULTILINESTRING((0 0,4 0),(5 0,20 0),\ in BOOST_AUTO_TEST_CASE()
89 from_wkt<ML>("MULTILINESTRING((-20 0,4 0),(5 0,20 0),\ in BOOST_AUTO_TEST_CASE()
96 from_wkt<ML>("MULTILINESTRING((0 0,2 0))"), in BOOST_AUTO_TEST_CASE()
102 from_wkt<ML>("MULTILINESTRING((0 0,2 0),(4 0,5 0))"), in BOOST_AUTO_TEST_CASE()
[all …]
/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
213 from_wkt<ML>("MULTILINESTRING((0 0,0 2))"), in test_multilinestring_segment()
218 from_wkt<ML>("MULTILINESTRING((2 0,3 0))"), in test_multilinestring_segment()
223 from_wkt<ML>("MULTILINESTRING((1 0,3 0))"), in test_multilinestring_segment()
228 from_wkt<ML>("MULTILINESTRING((1 0,1 1))"), in test_multilinestring_segment()
233 from_wkt<ML>("MULTILINESTRING((1 1,2 2))"), in test_multilinestring_segment()
238 from_wkt<ML>("MULTILINESTRING((1 1,2 2),(3 3,3 3))"), in test_multilinestring_segment()
243 from_wkt<ML>("MULTILINESTRING((1 1,2 2),(1 0,1 0))"), in test_multilinestring_segment()
248 from_wkt<ML>("MULTILINESTRING((1 1,2 2),(3 0,3 0))"), in test_multilinestring_segment()
289 typedef bg::model::multi_linestring<L> ML; in test_linestring_multilinestring() typedef
[all …]
Ddisjoint_coverage_l_a.cpp389 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_box() typedef
395 from_wkt<ML>("MULTILINESTRING((0 0,2 0))"), in test_multilinestring_box()
400 from_wkt<ML>("MULTILINESTRING((1 1,3 3))"), in test_multilinestring_box()
405 from_wkt<ML>("MULTILINESTRING((2 2,3 3))"), in test_multilinestring_box()
410 from_wkt<ML>("MULTILINESTRING((4 4,3 3))"), in test_multilinestring_box()
419 typedef bg::model::multi_linestring<L> ML; in test_multilinestring_ring() typedef
425 from_wkt<ML>("MULTILINESTRING((0 0,2 0))"), in test_multilinestring_ring()
430 from_wkt<ML>("MULTILINESTRING((1 0,3 3))"), in test_multilinestring_ring()
435 from_wkt<ML>("MULTILINESTRING((1 1,3 3))"), in test_multilinestring_ring()
440 from_wkt<ML>("MULTILINESTRING((2 2,3 3))"), in test_multilinestring_ring()
[all …]
Ddisjoint_coverage_p_l.cpp183 typedef bg::model::multi_linestring<L> ML; in test_point_multilinestring() typedef
189 from_wkt<ML>("MULTILINESTRING((0 0,2 2,4 4),(0 0,2 0,4 0))"), in test_point_multilinestring()
194 from_wkt<ML>("MULTILINESTRING((0 0,2 2,4 4),(0 0,2 0,4 0))"), in test_point_multilinestring()
199 from_wkt<ML>("MULTILINESTRING((0 0,2 2,4 4),(0 0,2 0,4 0))"), in test_point_multilinestring()
204 from_wkt<ML>("MULTILINESTRING((0 0,2 2,4 4),(0 0,2 0,4 0))"), in test_point_multilinestring()
209 from_wkt<ML>("MULTILINESTRING((1 1,2 2,4 4),(3 0,4 0))"), in test_point_multilinestring()
214 from_wkt<ML>("MULTILINESTRING((1 1,2 2,4 4),(0 0,4 0))"), in test_point_multilinestring()
219 from_wkt<ML>("MULTILINESTRING((1 1,2 2,4 4),(-1 0,4 0))"), in test_point_multilinestring()
331 typedef bg::model::multi_linestring<L> ML; in test_multipoint_multilinestring() typedef
337 from_wkt<ML>("MULTILINESTRING((0 0,2 2,4 4),(0 0,2 0,4 0))"), in test_multipoint_multilinestring()
[all …]
/third_party/boost/libs/geometry/test/geometries/
Dmulti_linestring.cpp54 template <typename ML, typename L>
55 void check_multi_linestring(ML& to_check, L l1) in check_multi_linestring()
57 ML cur; in check_multi_linestring()
92 typedef bg::model::multi_linestring<L> ML; in test_concept() typedef
94 BOOST_CONCEPT_ASSERT( (bg::concepts::ConstMultiLinestring<ML>) ); in test_concept()
95 BOOST_CONCEPT_ASSERT( (bg::concepts::MultiLinestring<ML>) ); in test_concept()
97 typedef typename bg::coordinate_type<ML>::type T; in test_concept()
98 typedef typename bg::point_type<ML>::type PML; in test_concept()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp124 MachineLoop *ML = nullptr; member
137 LowOverheadLoop(MachineLoop *ML) : ML(ML) { in LowOverheadLoop()
138 MF = ML->getHeader()->getParent(); in LowOverheadLoop()
154 !CannotTailPredicate && ML->getNumBlocks() == 1; in IsTailPredicationLegal()
238 bool ProcessLoop(MachineLoop *ML);
407 MachineBasicBlock *MBB = MLI->findLoopPreheader(ML, true); in ValidateTailPredicate()
437 if (End->getOperand(1).getMBB() != ML->getHeader()) { in CheckLegality()
445 if (BBUtils->getOffsetOf(End) < BBUtils->getOffsetOf(ML->getHeader()) || in CheckLegality()
446 !BBUtils->isBBInRange(End, ML->getHeader(), 4094)) { in CheckLegality()
476 assert(ML->getBlocks().size() == 1 && in CheckLegality()
[all …]
/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
94 if (!ML && !WE) in getRegionFor()
96 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { in getRegionFor()
98 if (LoopMap.count(ML)) in getRegionFor()
99 return LoopMap[ML].get(); in getRegionFor()
100 LoopMap[ML] = std::make_unique<ConcreteRegion<MachineLoop>>(ML); in getRegionFor()
101 return LoopMap[ML].get(); in getRegionFor()
/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/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-myanmar-machine.rl58 export ML = 33;
80 medial_group = MY? As? MR? ((MW MH? ML? | MH ML? | ML) As?)?;
82 post_vowel_group = VPst MH? ML? As* VAbv* A* (DB As?)?;
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Den_AU.txt137 dnam{"ML"}
138 one{"{0}ML"}
139 other{"{0}ML"}
329 dnam{"ML"}
330 one{"{0} ML"}
331 other{"{0} ML"}
Den_CA.txt134 dnam{"ML"}
135 one{"{0}ML"}
136 other{"{0}ML"}
482 dnam{"ML"}
483 one{"{0} ML"}
484 other{"{0} ML"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Den_AU.txt141 dnam{"ML"}
142 one{"{0}ML"}
143 other{"{0}ML"}
331 dnam{"ML"}
332 one{"{0} ML"}
333 other{"{0} ML"}
Den_CA.txt185 dnam{"ML"}
186 one{"{0}ML"}
187 other{"{0}ML"}
571 dnam{"ML"}
572 one{"{0} ML"}
573 other{"{0} ML"}
/third_party/icu/icu4c/source/data/unit/
Den_AU.txt141 dnam{"ML"}
142 one{"{0}ML"}
143 other{"{0}ML"}
331 dnam{"ML"}
332 one{"{0} ML"}
333 other{"{0} ML"}
Den_CA.txt185 dnam{"ML"}
186 one{"{0}ML"}
187 other{"{0}ML"}
571 dnam{"ML"}
572 one{"{0} ML"}
573 other{"{0} ML"}
/third_party/skia/third_party/externals/icu/patches/
Dlocale_google.patch1441 ML{"Mali"}
1498 ML{"ማሊ"}
1556 ML{"مالي"}
1633 ML{"মালি"}
1691 ML{"Malí"}
1749 ML{"Mali"}
1807 ML{"Мали"}
1853 ML{"Малі"}
1911 ML{"Мали"}
1968 ML{"মালি"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/patches/
Dlocale_google.patch231 ML{"Mali"}
295 ML{"ማሊ"}
359 ML{"مالي"}
442 ML{"মালি"}
506 ML{"Malí"}
570 ML{"Mali"}
633 ML{"Мали"}
686 ML{"Малі"}
750 ML{"Мали"}
813 ML{"মালি"}
[all …]
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp159 const uint32_t ML = 0; in testSkeleton() local
167 CHECK_SKELETON(ML, "nochange", "nochange"); in testSkeleton()
171 CHECK_SKELETON(ML, "OOPS", "OOPS"); in testSkeleton()
172 CHECK_SKELETON(ML, "00PS", "OOPS"); in testSkeleton()
187 CHECK_SKELETON(ML, "\\u0C83", "\\u0983"); in testSkeleton()
193 CHECK_SKELETON(ML, "\\u0391", "A"); in testSkeleton()
197 CHECK_SKELETON(ML, "\\u13CF", "b"); in testSkeleton()
206 CHECK_SKELETON(ML, "\\u0022", "\\u0027\\u0027"); in testSkeleton()
212 CHECK_SKELETON(ML, "\\u017F", "f"); in testSkeleton()
/third_party/boost/libs/geometry/test/iterators/
Dpoint_iterator.cpp657 typedef multi_linestring_type ML; in BOOST_AUTO_TEST_CASE() typedef
659 typedef test_point_iterator_of_geometry<ML, TMP> tester; in BOOST_AUTO_TEST_CASE()
661 tester::apply(from_wkt<ML>("MULTILINESTRING()"), in BOOST_AUTO_TEST_CASE()
665 tester::apply(from_wkt<ML>("MULTILINESTRING(())"), in BOOST_AUTO_TEST_CASE()
669 tester::apply(from_wkt<ML>("MULTILINESTRING((),(),())"), in BOOST_AUTO_TEST_CASE()
673 tester::apply(from_wkt<ML>("MULTILINESTRING((1 1,2 2,3 3),(3 3,4 4,5 5),(6 6))"), in BOOST_AUTO_TEST_CASE()
677 …tester::apply(from_wkt<ML>("MULTILINESTRING((),(),(1 1,2 2,3 3),(),(),(3 3,4 4,5 5),(),(6 6),(),()… in BOOST_AUTO_TEST_CASE()

12345678910>>...36