Home
last modified time | relevance | path

Searched refs:se2 (Results 1 – 25 of 873) sorted by relevance

12345678910>>...35

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-booleanop-0.3.0/src/boolean/
H A Dcompare_segments.rs120 ($se1:expr, $se2:expr, $ordering:expr) => {
127 compare_segments(&$se1, &$se2),
133 compare_segments(&$se2, &$se1),
179 tree.insert(se2); in not_collinear_shared_left_right_first()
196 tree.insert(se2); in not_collinear_different_left_point_right_sort_y()
212 assert_eq!(se1.cmp(&se2), Ordering::Less); in not_collinear_order_in_sweep_line()
213 assert!(!se2.is_below(se1.point)); in not_collinear_order_in_sweep_line()
214 assert!(se2.is_above(se1.point)); in not_collinear_order_in_sweep_line()
227 assert!(!se1.is_below(se2.point)); in not_collinear_first_point_is_below()
247 assert_eq!(se1.point, se2.point); in collinear_shared_left_point()
[all …]
H A Dpossible_intersection.rs10 se2: &Rc<SweepEvent<F>>, in possible_intersection()
52 if se2.point != inter && other2.point != inter { in possible_intersection()
53 divide_segment(&se2, inter, queue); in possible_intersection()
63 if se1.point == se2.point { in possible_intersection()
65 } else if se1 < se2 { in possible_intersection()
66 events.push((se2.clone(), other2.clone())); in possible_intersection()
70 events.push((se2.clone(), other2.clone())); in possible_intersection()
76 events.push((other2, se2.clone())); in possible_intersection()
80 events.push((other2, se2.clone())); in possible_intersection()
85 se2.set_edge_type(EdgeType::NonContributing); in possible_intersection()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/x86/
H A Dvp9_highbd_variance_sse2.c55 se += se2; \
62 se += se2; \
67 se += se2; \
93 se += se2; \
100 se += se2; \
106 se += se2; \
132 se += se2; \
139 se += se2; \
217 se += se2; \
255 se += se2; \
[all …]
H A Dvp9_variance_sse2.c52 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \
56 se += se2; \
59 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \
63 se += se2; \
65 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \
69 se += se2; \
140 se += se2; \
143 se2 = vp9_sub_pixel_avg_variance##wf##xh_##opt(src + 32, src_stride, \
148 se += se2; \
150 se2 = vp9_sub_pixel_avg_variance##wf##xh_##opt(src + 48, src_stride, \
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Convex_decomposition_3/
H A Dis_reflex_sedge.h49 se2(se->sprev()->twin()); in is_reflex_sedge_in_any_direction()
50 if(se2 == se) { in is_reflex_sedge_in_any_direction()
65 if(se2->circle().oriented_side(sp1) == ON_POSITIVE_SIDE) { in is_reflex_sedge_in_any_direction()
97 CGAL_assertion(se2->source() == se->source());
99 if(se2 == se) {
115 CGAL_NEF_TRACEN(" se2 " << se2->circle()
116 << ":" << se2->source()->point()
147 se2->twin()->source()->point() == dir)
148 …CGAL_assertion(Sphere_segment(se2->source()->point(), se2->twin()->source()->point(), se2->circle(…
155 se2->twin()->source()->point() == dir.antipode())
[all …]
/dports/misc/ompl/ompl-1.5.2/demos/
H A DHybridSystemPlanning.cpp59 ob::SE2StateSpace::StateType& se2 = *s.as<ob::SE2StateSpace::StateType>(0); in propagate() local
66 se2.setX(se2.getX() + dt * velocity.values[0] * cos(se2.getYaw())); in propagate()
67 se2.setY(se2.getY() + dt * velocity.values[0] * sin(se2.getYaw())); in propagate()
68 se2.setYaw(se2.getYaw() + dt * u[0]); in propagate()
88 const auto *se2 = in isStateValid() local
90 return si->satisfiesBounds(state) && (se2->getX() < -80. || se2->getY() > 80.); in isStateValid()
171 const auto *se2 = in main() local
177 std::cout << se2->getX() << ' ' << se2->getY() << ' ' << se2->getYaw() in main()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Denssequenceedit.c845 se2); in listSequenceeditCompareStartAscending()
854 if (se1 && (!se2)) in listSequenceeditCompareStartAscending()
857 if ((!se1) && (!se2)) in listSequenceeditCompareStartAscending()
860 if ((!se1) && se2) in listSequenceeditCompareStartAscending()
863 if (se1->Start < se2->Start) in listSequenceeditCompareStartAscending()
866 if (se1->Start > se2->Start) in listSequenceeditCompareStartAscending()
909 se2); in listSequenceeditCompareStartDescending()
918 if (se1 && (!se2)) in listSequenceeditCompareStartDescending()
921 if ((!se1) && (!se2)) in listSequenceeditCompareStartDescending()
924 if ((!se1) && se2) in listSequenceeditCompareStartDescending()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c277 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
280 se += se2; \
283 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
286 se += se2; \
288 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
291 se += se2; \
310 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
313 se += se2; \
316 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
319 se += se2; \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c278 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
281 se += se2; \
284 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
287 se += se2; \
289 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
292 se += se2; \
312 int se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
318 se2 = vpx_highbd_sub_pixel_variance##wf##xh_##opt( \
321 se += se2; \
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Permissions/
H A DReflectionPermissionTest.cs136 p.FromXml (se2); in FromXmlInvalidPermission()
148 se2.AddAttribute ("version", "2"); in FromXmlWrongVersion()
149 p.FromXml (se2); in FromXmlWrongVersion()
167 se2.AddAttribute ("class", className); in FromXml()
168 se2.AddAttribute ("version", version); in FromXml()
170 p2.FromXml (se2); in FromXml()
173 se2 = new SecurityElement (se.Tag); in FromXml()
174 se2.AddAttribute ("class", className); in FromXml()
177 p2.FromXml (se2); in FromXml()
180 se2 = new SecurityElement (se.Tag); in FromXml()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/base/
H A Dstringlist.c586 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_nocase()
587 return strcmp(se1->data, se2->data); in GWEN_StringList__compar_asc_nocase()
595 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_nocase()
596 return strcmp(se2->data, se1->data); in GWEN_StringList__compar_desc_nocase()
604 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_case()
605 return strcasecmp(se1->data, se2->data); in GWEN_StringList__compar_asc_case()
613 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_case()
623 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_asc_int()
627 i2=atoi(se2->data); in GWEN_StringList__compar_asc_int()
638 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_desc_int()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/base/
H A Dstringlist.c586 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_nocase()
587 return strcmp(se1->data, se2->data); in GWEN_StringList__compar_asc_nocase()
595 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_nocase()
596 return strcmp(se2->data, se1->data); in GWEN_StringList__compar_desc_nocase()
604 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_case()
605 return strcasecmp(se1->data, se2->data); in GWEN_StringList__compar_asc_case()
613 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_case()
623 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_asc_int()
627 i2=atoi(se2->data); in GWEN_StringList__compar_asc_int()
638 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_desc_int()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/base/
H A Dstringlist.c586 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_nocase()
587 return strcmp(se1->data, se2->data); in GWEN_StringList__compar_asc_nocase()
595 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_nocase()
596 return strcmp(se2->data, se1->data); in GWEN_StringList__compar_desc_nocase()
604 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_case()
605 return strcasecmp(se1->data, se2->data); in GWEN_StringList__compar_asc_case()
613 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_case()
623 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_asc_int()
627 i2=atoi(se2->data); in GWEN_StringList__compar_asc_int()
638 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_desc_int()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/base/
H A Dstringlist.c586 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_nocase()
587 return strcmp(se1->data, se2->data); in GWEN_StringList__compar_asc_nocase()
595 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_nocase()
596 return strcmp(se2->data, se1->data); in GWEN_StringList__compar_desc_nocase()
604 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_case()
605 return strcasecmp(se1->data, se2->data); in GWEN_StringList__compar_asc_case()
613 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_case()
623 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_asc_int()
627 i2=atoi(se2->data); in GWEN_StringList__compar_asc_int()
638 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_desc_int()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/base/
H A Dstringlist.c586 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_nocase()
587 return strcmp(se1->data, se2->data); in GWEN_StringList__compar_asc_nocase()
595 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_nocase()
596 return strcmp(se2->data, se1->data); in GWEN_StringList__compar_desc_nocase()
604 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_asc_case()
605 return strcasecmp(se1->data, se2->data); in GWEN_StringList__compar_asc_case()
613 if (se1 && se2 && se1->data && se2->data) in GWEN_StringList__compar_desc_case()
623 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_asc_int()
627 i2=atoi(se2->data); in GWEN_StringList__compar_asc_int()
638 if (se1 && se2 && se1->data && se2->data) { in GWEN_StringList__compar_desc_int()
[all …]
/dports/multimedia/aom/aom-3.2.0/aom_dsp/x86/
H A Dhighbd_variance_sse2.c295 int se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
298 se += se2; \
301 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
304 se += se2; \
307 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
310 se += se2; \
312 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
315 se += se2; \
337 int se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
340 se += se2; \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/x86/
H A Dhighbd_variance_sse2.c293 int se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
296 se += se2; \
299 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
302 se += se2; \
304 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
307 se += se2; \
327 int se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
330 se += se2; \
333 se2 = aom_highbd_sub_pixel_variance##wf##xh_##opt( \
336 se += se2; \
[all …]

12345678910>>...35