| /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 D | box_box.hpp | 56 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 D | ssd_post_process.py | 51 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 D | test.py | 26 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 D | distance_pythagoras_box_box.hpp | 47 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 D | box_in_box.hpp | 218 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 D | intersection_box_box.hpp | 39 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 D | redistribute_elements.hpp | 97 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 D | intersection_content.hpp | 25 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 D | redistribute_elements.hpp | 320 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 D | box_to_box.hpp | 45 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 D | redistribute_elements.hpp | 144 … 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 D | implementation.hpp | 86 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 D | implementation.hpp | 103 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 D | implementation.hpp | 79 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 D | topology_correction.hpp | 224 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 D | ring_util.hpp | 822 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 D | range_of_boxes.hpp | 224 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 D | tst_qgeorectangle.cpp | 209 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/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |