Home
last modified time | relevance | path

Searched refs:box1 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/disjoint/
H A Dbox_box.hpp56 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const&) in apply()
58 return apply(box1, box2); in apply()
61 static inline bool apply(Box1 const& box1, Box2 const& box2) in apply()
63 if (get<max_corner, Dimension>(box1) < get<min_corner, Dimension>(box2)) in apply()
67 if (get<min_corner, Dimension>(box1) > get<max_corner, Dimension>(box2)) in apply()
75 >::apply(box1, box2); in apply()
94 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const&) in apply()
96 return apply(box1, box2); in apply()
99 static inline bool apply(Box1 const& box1, Box2 const& box2) in apply()
109 calc_t const b1_min = get<min_corner, 0>(box1); in apply()
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py51 def IntersectBBox(box1, box2): argument
52 if box1[0] > box2[2] or box1[2] < box2[0] or box1[1] > box2[3] or box1[3] < box2[1]:
55 area1 = (box1[2] - box1[0]) * (box1[3] - box1[1])
58 xx1 = max(box1[0], box2[0])
59 yy1 = max(box1[1], box2[1])
60 xx2 = min(box1[2], box2[2])
61 yy2 = min(box1[3], box2[3])
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py26 def IntersectBBox(box1, box2): argument
27 if box1[0] > box2[2] or box1[2] < box2[0] or box1[1] > box2[3] or box1[3] < box2[1]:
30 area1 = (box1[2] - box1[0]) * (box1[3] - box1[1])
33 xx1 = max(box1[0], box2[0])
34 yy1 = max(box1[1], box2[1])
35 xx2 = min(box1[2], box2[2])
36 yy2 = min(box1[3], box2[3])
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Ddistance_pythagoras_box_box.hpp47 static inline void apply(Box1 const& box1, Box2 const& box2, T& result) in apply()
50 boost::numeric_cast<T>(geometry::get<min_corner, I-1>(box1)); in apply()
52 boost::numeric_cast<T>(geometry::get<max_corner, I-1>(box1)); in apply()
70 compute_pythagoras_box_box<I-1>::apply(box1, box2, result); in apply()
115 apply(Box1 const& box1, Box2 const& box2) in apply() argument
132 >::apply(box1, box2, result); in apply()
182 apply(Box1 const& box1, Box2 const& box2) in apply() argument
195 >::apply(box1, box2) in apply()
H A Dbox_in_box.hpp218 static inline bool apply(Box1 const& box1, Box2 const& box2) in apply()
224 >::apply(box1, box2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_box_box.hpp39 static inline bool apply(Box1 const& box1, in apply()
47 ct max1 = get<max_corner, Dimension>(box1); in apply()
56 ct min1 = get<min_corner, Dimension>(box1); in apply()
68 ::apply(box1, box2, robust_policy, box_out, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/
H A Dredistribute_elements.hpp97 Box & box1, in apply()
135 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), box1); in apply()
155 content_type content1 = index::detail::content(box1); in apply()
186 box1, box2, content1, content2, translator, in apply()
209 geometry::expand(box1, indexable); in apply()
210 content1 = index::detail::content(box1); in apply()
246 Box const& box1, Box const& box2, in pick_next()
265 Box enlarged_box1(box1); in pick_next()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dintersection_content.hpp25 inline typename default_content_result<Box>::type intersection_content(Box const& box1, Box const& … in intersection_content() argument
27 bool const intersects = ! geometry::detail::disjoint::box_box<Box, Box>::apply(box1, box2); in intersection_content()
35 >::apply(box1, box2, 0, box_intersection, 0); in intersection_content()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp320 Box & box1, in apply()
359 detail::bounds(rtree::element_indexable(elements_copy[seed1], translator), box1); in apply()
363 content_type content1 = index::detail::content(box1); in apply()
382 geometry::expand(box1, indexable); in apply()
383 content1 = index::detail::content(box1); in apply()
395 Box enlarged_box1(box1); in apply()
412 box1 = enlarged_box1; in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dbox_to_box.hpp45 apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply()
48 return strategy.apply(box1, box2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp144 … Box box1 = rtree::elements_box<Box>(elements_copy.begin(), elements_copy.begin() + i, translator); in apply() local
147 … sum_of_margins += index::detail::comparable_margin(box1) + index::detail::comparable_margin(box2); in apply()
149 content_type ovl = index::detail::intersection_content(box1, box2); in apply()
150 content_type con = index::detail::content(box1) + index::detail::content(box2); in apply()
387 Box & box1, in apply()
448 box1 = rtree::elements_box<Box>(elements1.begin(), elements1.end(), translator); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp86 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply()
88 … if (!geometry::math::equals(get<min_corner, Dimension>(box1), get<min_corner, Dimension>(box2)) in apply()
89 … || !geometry::math::equals(get<max_corner, Dimension>(box1), get<max_corner, Dimension>(box2))) in apply()
93 return box_box<Dimension + 1, DimensionCount>::apply(box1, box2, strategy); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/
H A Dimplementation.hpp103 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply()
107 return strategy.apply(box1, box2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/covered_by/
H A Dimplementation.hpp79 static inline bool apply(Box1 const& box1, Box2 const& box2, Strategy const& strategy) in apply()
83 return strategy.apply(box1, box2); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dtopology_correction.hpp224 mapbox::geometry::box<T> box1({ 0, 0 }, { 0, 0 }); in correct_self_intersection() local
226 double area_1 = area_from_point(pt1, size_1, box1); in correct_self_intersection()
231 ring->set_stats(area_1, size_1, box1); in correct_self_intersection()
238 new_ring->set_stats(area_1, size_1, box1); in correct_self_intersection()
646 mapbox::geometry::box<T> box1({ 0, 0 }, { 0, 0 }); in process_single_intersection() local
648 double area_1 = area_from_point(op_origin_1, size_1, box1); in process_single_intersection()
652 ring_origin->set_stats(area_1, size_1, box1); in process_single_intersection()
659 ring_new->set_stats(area_1, size_1, box1); in process_single_intersection()
H A Dring_util.hpp822 bool box2_contains_box1(mapbox::geometry::box<T> const& box1, in box2_contains_box1() argument
824 return (box2.max.x >= box1.max.x && box2.max.y >= box1.max.y && box2.min.x <= box1.min.x && in box2_contains_box1()
825 box2.min.y <= box1.min.y); in box2_contains_box1()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp224 inline bool operator()(Box const& box1, Box const& box2) const in operator ()()
226 return math::smaller(geometry::get<Index, 1>(box1), in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp209 QFETCH(QGeoRectangle, box1); in equality()
216 QCOMPARE((box1 == box2), equal); in equality()
217 QCOMPARE((box1 != box2), !equal); in equality()
228 QCOMPARE((box1 == area2), equal); in equality()
229 QCOMPARE((box1 != area2), !equal); in equality()
1245 QFETCH(QGeoRectangle, box1); in containsBoxAndIntersects()
1250 QCOMPARE(box1.contains(box2), contains); in containsBoxAndIntersects()
1251 QCOMPARE(box1.intersects(box2), intersects); in containsBoxAndIntersects()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...