| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/ |
| H A D | shapes.cpp | 2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors 36 Triangle::Triangle(Point& a, Point& b, Point& c) in Triangle() 38 points_[0] = &a; points_[1] = &b; points_[2] = &c; in Triangle() 39 neighbors_[0] = NULL; neighbors_[1] = NULL; neighbors_[2] = NULL; in Triangle() 40 constrained_edge[0] = constrained_edge[1] = constrained_edge[2] = false; in Triangle() 41 delaunay_edge[0] = delaunay_edge[1] = delaunay_edge[2] = false; in Triangle() 46 void Triangle::MarkNeighbor(Point* p1, Point* p2, Triangle* t) in MarkNeighbor() 48 if ((p1 == points_[2] && p2 == points_[1]) || (p1 == points_[1] && p2 == points_[2])) in MarkNeighbor() 50 else if ((p1 == points_[0] && p2 == points_[2]) || (p1 == points_[2] && p2 == points_[0])) in MarkNeighbor() 53 neighbors_[2] = t; in MarkNeighbor() [all …]
|
| H A D | shapes.h | 2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors 45 struct Point { struct 50 Point() in Point() function 56 /// The edges this point constitutes an upper ending point 60 Point(double x, double y) : x(x), y(y) {} in Point() function 62 /// Set this point to all zeros. 69 /// Set this point to some specified coordinates. 76 /// Negate this point. 77 Point operator -() const argument 79 Point v; argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/register/ |
| H A D | point.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 22 // Starting point, specialize basic traits necessary to register a point 23 #define BOOST_GEOMETRY_DETAIL_SPECIALIZE_POINT_TRAITS(Point, Dim, CoordinateType, CoordinateSystem)… argument 24 template<> struct tag<Point> { typedef point_tag type; }; \ 25 template<> struct dimension<Point> : boost::mpl::int_<Dim> {}; \ 26 template<> struct coordinate_type<Point> { typedef CoordinateType type; }; \ 27 template<> struct coordinate_system<Point> { typedef CoordinateSystem type; }; [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | floating-point.json | 3 "CollectPEBSRecord": "2", 4 "PublicDescription": "Counts all microcode Floating Point assists.", 6 "Counter": "0,1,2,3,4,5,6,7", 8 "PEBScounters": "0,1,2,3,4,5,6,7", 15 "CollectPEBSRecord": "2", 16 …-point instructions retired; some instructions will count twice as noted below. Each count repres… 18 "Counter": "0,1,2,3,4,5,6,7", 20 "PEBScounters": "0,1,2,3,4,5,6,7", 23 …-point instructions retired; some instructions will count twice as noted below. Each count repres… 26 "CollectPEBSRecord": "2", [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_pinch.qml.QTBUG-47970 | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 36 // General-purpose elements for the test: 66 property point startPinchPoint1: Qt.point(0,0) 67 property point startPinchPoint2: Qt.point(0,0) 68 property point endPinchPoint1: Qt.point(0,0) 69 property point endPinchPoint2: Qt.point(0,0) [all …]
|
| H A D | tst_map_item_details.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 50 property variant datelineCoordinateRight: QtPositioning.coordinate(20, -170) 101 longitude: -175 148 { latitude: 20, longitude: -175 }, 149 { latitude: 10, longitude: -175 }, 164 { latitude: 20, longitude: -175 }, [all …]
|
| H A D | tst_map_item.qml | 8 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 14 ** and conditions see https://www.qt.io/terms-conditions. For further 15 ** information use the contact form at https://www.qt.io/contact-us. 20 ** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT 23 ** be met: https://www.gnu.org/licenses/gpl-3.0.html. 37 (0,0) ---------------------------------------------------- (240,0) 40 (0,20) | ------------------------------------------ | (240,20) 53 | ------------------------------------------ | 55 (0,240) ---------------------------------------------------- (240,240) 204 // don't try this at home - route is not user instantiable [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellx/ |
| H A D | floating-point.json | 5 … "BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable.", 6 "Counter": "0,1,2,3", 9 …"PublicDescription": "This event counts the number of transitions from AVX-256 to legacy SSE when … 11 "CounterHTOff": "0,1,2,3,4,5,6,7" 16 "BriefDescription": "Number of transitions from SSE to AVX-256 when penalty applicable.", 17 "Counter": "0,1,2,3", 20 …"PublicDescription": "This event counts the number of transitions from legacy SSE to AVX-256 when … 22 "CounterHTOff": "0,1,2,3,4,5,6,7" 27 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and … 28 "Counter": "0,1,2,3", [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellde/ |
| H A D | floating-point.json | 5 … "BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable.", 6 "Counter": "0,1,2,3", 9 …"PublicDescription": "This event counts the number of transitions from AVX-256 to legacy SSE when … 11 "CounterHTOff": "0,1,2,3,4,5,6,7" 16 "BriefDescription": "Number of transitions from SSE to AVX-256 when penalty applicable.", 17 "Counter": "0,1,2,3", 20 …"PublicDescription": "This event counts the number of transitions from legacy SSE to AVX-256 when … 22 "CounterHTOff": "0,1,2,3,4,5,6,7" 27 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and … 28 "Counter": "0,1,2,3", [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwell/ |
| H A D | floating-point.json | 4 …t is, uses PEBS) of the event that counts the number of transitions from AVX-256 to legacy SSE whe… 6 "Counter": "0,1,2,3", 11 …"BriefDescription": "Number of transitions from AVX-256 to legacy SSE when penalty applicable (Pre… 12 "CounterHTOff": "0,1,2,3,4,5,6,7" 16 …S) of the event that counts the number of transitions from legacy SSE to AVX-256 when penalty is a… 18 "Counter": "0,1,2,3", 23 …"BriefDescription": "Number of transitions from legacy SSE to AVX-256 when penalty applicable (Pre… 24 "CounterHTOff": "0,1,2,3,4,5,6,7" 28 "Counter": "0,1,2,3", 32 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and … [all …]
|
| /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 | centroid_bashein_detmer.hpp | 3 // Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. 13 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 53 \tparam Point point type of centroid to calculate 54 \tparam PointOfSegment point type of segments, defaults to Point 75 - this: POINT(4.06923363095238 1.65055803571429) 76 - geolib: POINT(4.07254 1.66819) 77 - MySQL: POINT(3.6636363636364 1.6272727272727)' 78 - PostGIS: POINT(4.06923363095238 1.65055803571429) [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos.cpp | 8 #define EPS 1e-10 28 end_tick = getTime() - begin_tick; in work_end() 34 list->bytes = bytes; in initList() 35 list->start = NULL; in initList() 36 list->end = NULL; in initList() 37 list->length = 0; in initList() 43 for(Node* item = list->start; item != NULL; item = item->next) { in freeList() 44 if (item->data != NULL) { in freeList() 45 free(item->data); in freeList() 46 item->data = NULL; in freeList() [all …]
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | ecp.h | 6 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved 7 * SPDX-License-Identifier: Apache-2.0 13 * http://www.apache.org/licenses/LICENSE-2.0 40 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 /**< Bad input parameters to fun… 41 #define MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 /**< The buffer is too small to … 42 #define MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE -0x4E80 /**< Requested curve not availab… 43 #define MBEDTLS_ERR_ECP_VERIFY_FAILED -0x4E00 /**< The signature is not valid.… 44 #define MBEDTLS_ERR_ECP_ALLOC_FAILED -0x4D80 /**< Memory allocation failed. */ 45 #define MBEDTLS_ERR_ECP_RANDOM_FAILED -0x4D00 /**< Generation of random value,… 46 #define MBEDTLS_ERR_ECP_INVALID_KEY -0x4C80 /**< Invalid private or public k… [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| H A D | floating-point.json | 3 …-point instructions retired; some instructions will count twice as noted below. Each count repres… 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 12 …-bit packed single precision floating-point instructions retired; some instructions will count twi… 13 "Counter": "0,1,2,3", 14 "CounterHTOff": "0,1,2,3,4,5,6,7", 21 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 22 "Counter": "0,1,2,3", 23 "CounterHTOff": "0,1,2,3,4,5,6,7", 30 …-bit packed single precision floating-point instructions retired; some instructions will count twi… [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylakex/ |
| H A D | floating-point.json | 3 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 4 "Counter": "0,1,2,3", 5 "CounterHTOff": "0,1,2,3,4,5,6,7", 12 …-bit packed double precision floating-point instructions retired; some instructions will count twi… 13 "Counter": "0,1,2,3", 14 "CounterHTOff": "0,1,2,3,4,5,6,7", 21 …-point instructions retired; some instructions will count twice as noted below. Each count repres… 22 "Counter": "0,1,2,3", 23 "CounterHTOff": "0,1,2,3,4,5,6,7", 30 …-bit packed double precision floating-point instructions retired; some instructions will count twi… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | assign_values.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 71 template <typename Point> 72 static inline void apply(Point& point) in apply() 74 geometry::assign_value(point, 0); in apply() 118 typename Box, typename Point 120 inline void assign_box_2d_corner(Box const& box, Point& point) in assign_box_2d_corner() argument 122 // Be sure both are 2-Dimensional in assign_box_2d_corner() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | distance_cross_track.hpp | 3 // Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. 55 Given a spherical segment AB and a point D, we are interested in 59 If the projection (along great circles) of the point D lies inside 63 XTD = asin( sin(dist_AD) * sin(crs_AD-crs_AB) ) 69 If the point D does not project inside the arc AB, then the distance 76 * p stands for the point D. 80 ================= reference implementation -- start ================= 95 return_type crs_BA = crs_AB - geometry::math::pi<return_type>(); 97 return_type d_crs1 = crs_AD - crs_AB; 98 return_type d_crs2 = crs_BD - crs_BA; [all …]
|
| H A D | distance_cross_track_point_box.hpp | 3 // Copyright (c) 2008-2015 Bruno Lalande, Paris, France. 4 // Copyright (c) 2008-2015 Barend Gehrels, Amsterdam, the Netherlands. 5 // Copyright (c) 2009-2015 Mateusz Loskot, London, UK. 8 // Modifications copyright (c) 2014-2015, Oracle and/or its affiliates. 47 \brief Strategy functor for distance point to box calculation 49 \details Class which calculates the distance of a point to a box, for 52 \tparam Strategy underlying point-segment distance strategy, defaults 69 template <typename Point, typename Box> 71 : services::return_type<Strategy, Point, typename point_type<Box>::type> 92 template <typename Point, typename Box> [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | seam_finders.hpp | 13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved. 65 @param corners Source image top-left corners 68 virtual void find(const std::vector<UMat> &src, const std::vector<Point> &corners, 77 … void find(const std::vector<UMat>&, const std::vector<Point>&, std::vector<UMat>&) CV_OVERRIDE {} in find() argument 85 virtual void find(const std::vector<UMat> &src, const std::vector<Point> &corners, 100 std::vector<Point> corners_; 104 /** @brief Voronoi diagram-based seam estimator. 109 virtual void find(const std::vector<UMat> &src, const std::vector<Point> &corners, 111 virtual void find(const std::vector<Size> &size, const std::vector<Point> &corners, 128 virtual void find(const std::vector<UMat> &src, const std::vector<Point> &corners, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/ |
| H A D | point_in_poly_winding.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 7 // Modifications copyright (c) 2013-2017 Oracle and/or its affiliates. 11 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 38 template <typename Point, 39 typename CalculationType = typename coordinate_type<Point>::type> 42 typedef typename coordinate_system<Point>::type cs_t; 57 // For floating point coordinates, the <D> coordinate of a point is compared 64 // Below picture assuming D = 1, if D = 0 horiz<->vert, E<->N, RIGHT<->UP. 65 // For the s1 of a segment going NE the real side is RIGHT but the point may 68 // ___-----> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | point.hpp | 3 // Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. 4 // Copyright (c) 2008-2014 Bruno Lalande, Paris, France. 5 // Copyright (c) 2009-2014 Mateusz Loskot, London, UK. 14 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. 66 // Specialization avoiding assigning element [2] for only 2 dimensions 67 template <> struct array_assign<2, 2> 78 template <> struct array_assign<1, 2> 85 \brief Basic point class, having coordinates defined in a neutral way 86 \details Defines a neutral point class, fulfilling the Point Concept. 87 Library users can use this point class, or use their own point classes. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | floating-point.json | 4 "Counter": "0,1,2,3", 8 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and … 9 "CounterHTOff": "0,1,2,3,4,5,6,7" 13 "Counter": "0,1,2,3", 17 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and … 18 "CounterHTOff": "0,1,2,3,4,5,6,7" 22 "Counter": "0,1,2,3", 26 …-bit packed double precision floating-point instructions retired. Each count represents 2 computa… 27 "CounterHTOff": "0,1,2,3,4,5,6,7" 31 "Counter": "0,1,2,3", [all …]
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | ec.c | 1 /* ec.c - Elliptic Curve functions 21 #include "mpi-internal.h" 33 /* Create a new point option. NBITS gives the size in bits of one 34 * coordinate; it is only used to pre-allocate some resources and 50 /* Release the point object P. P may be NULL. */ 60 /* Initialize the fields of a point object. gcry_mpi_point_free_parts 65 p->x = mpi_new(0); in mpi_point_init() 66 p->y = mpi_new(0); in mpi_point_init() 67 p->z = mpi_new(0); in mpi_point_init() 71 /* Release the parts of a point object. */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | implementation.hpp | 3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. 6 // Modifications copyright (c) 2013-2017 Oracle and/or its affiliates. 44 template <typename Point, typename MultiPoint> 45 struct relate<Point, MultiPoint, point_tag, multi_point_tag, 0, 0, false> 46 : detail::relate::point_multipoint<Point, MultiPoint> 49 template <typename MultiPoint, typename Point> 50 struct relate<MultiPoint, Point, multi_point_tag, point_tag, 0, 0, false> 51 : detail::relate::multipoint_point<MultiPoint, Point> 59 // TODO - for now commented out because before implementing it we must consider: 60 // 1. how the Box degenerated to a Point should be treated [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/mei/ |
| H A D | hw-me-regs.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (c) 2003-2019, Intel Corporation. All rights reserved. 45 #define MEI_DEV_ID_CPT_1 0x1C3A /* Couger Point */ 48 #define MEI_DEV_ID_PPT_1 0x1E3A /* Panther Point */ 49 #define MEI_DEV_ID_PPT_2 0x1CBA /* Panther Point */ 50 #define MEI_DEV_ID_PPT_3 0x1DBA /* Panther Point */ 52 #define MEI_DEV_ID_LPT_H 0x8C3A /* Lynx Point H */ 53 #define MEI_DEV_ID_LPT_W 0x8D3A /* Lynx Point - Wellsburg */ 54 #define MEI_DEV_ID_LPT_LP 0x9C3A /* Lynx Point LP */ 55 #define MEI_DEV_ID_LPT_HR 0x8CBA /* Lynx Point H Refresh */ [all …]
|