Home
last modified time | relevance | path

Searched +full:point +full:- +full:to +full:- +full:point (Results 1 – 25 of 1155) sorted by relevance

12345678910>>...47

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.h2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
16 * used to endorse or promote products derived from this software without specific
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
45 struct Point { struct
50 Point() in Point() argument
56 /// The edges this point constitutes an upper ending point
60 Point(double x, double y) : x(x), y(y) {} in Point() argument
62 /// Set this point to all zeros.
69 /// Set this point to some specified coordinates.
[all …]
H A Dshapes.cpp2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
16 * used to endorse or promote products derived from this software without specific
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
36 Triangle::Triangle(Point& a, Point& b, Point& c) in Triangle()
46 void Triangle::MarkNeighbor(Point* p1, Point* p2, Triangle* t) in MarkNeighbor()
58 // Exhaustive search to update neighbor pointers
74 * Clears all references to all other triangles and points
84 t->ClearNeighbor( this ); in Clear()
119 Point* Triangle::OppositePoint(Triangle& t, Point& p) in OppositePoint()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Darithmetic.hpp3 // Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
4 // Copyright (c) 2008-2012 Barend Gehrels, Amsterdam, the Netherlands.
5 // Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
8 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
10 // Use, modification and distribution is subject to the Boost Software License,
36 template <typename Point>
41 typename coordinate_type<Point>::type
75 inline point_operation(PointSrc const& point) in point_operation()
76 : m_point_src(point) in point_operation()
116 inline point_assignment(PointSrc const& point) in point_assignment()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.h2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
16 * used to endorse or promote products derived from this software without specific
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
32 * Sweep-line, Constrained Delauney Triangulation (CDT) See: Domiter, V. and
33 * Zalik, B.(2008)'Sweep-line algorithm for constrained Delaunay triangulation',
48 struct Point;
64 * Destructor - clean up memory
71 * Start sweeping the Y-sorted point set from bottom to top
78 * Find closes node to the left of the new point and
[all …]
H A Dsweep.cpp2 * Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
16 * used to endorse or promote products derived from this software without specific
21 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
54 Point& point = *tcx.GetPoint(i); in SweepPoints() local
55 Node* node = &PointEvent(tcx, point); in SweepPoints()
56 for (unsigned int i = 0; i < point.edge_list.size(); i++) { in SweepPoints()
57 EdgeEvent(tcx, point.edge_list[i], node); in SweepPoints()
64 // Get an Internal triangle to start with in FinalizationPolygon()
65 Triangle* t = tcx.front()->head()->next->triangle; in FinalizationPolygon()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/
H A Dcompare.hpp3 // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
5 // Use, modification and distribution is subject to the Boost Software License,
31 typename Point,
40 Strategy, Direction, Point, Dimension
43 typedef typename geometry::coordinate_type<Point>::type coordinate_type;
45 static inline bool apply(Point const& left, Point const& right) in apply()
54 Direction, Point, Strategy, in apply()
69 typename Point,
73 struct compare_loop<Direction, Point, Strategy, DimensionCount, DimensionCount>
75 static inline bool apply(Point const&, Point const&) in apply()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline.h2 * Copyright (C) 2013-2018 ARM Limited. All rights reserved.
4 …* This program is free software and is provided to you under the terms of the GNU General Public L…
5 …* as published by the Free Software Foundation, and any use by you of this program is subject to t…
8 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26 * Soft jobs have to be signaled as complete after activation. Normally this is done by user space,
27 * but in order to guarantee that every soft job is completed, we also have a timer.
42 * Used by trackers that should not be added to a timeline (@ref mali_timeline_system_add_tracker).
67 * Type used to represent a point on a timeline.
72 * Used to represent that no point on a timeline.
78 * between the oldest and newest points is equal or larger to this value.
[all …]
/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 Dpoint_to_geometry.hpp3 // 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.
6 // Copyright (c) 2013-2014 Adam Wulkiewicz, Lodz, Poland.
14 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
16 // Use, modification and distribution is subject to the Boost Software License,
76 typename Point,
91 Point, Range, Closure, comparable_strategy
98 Point,
102 static inline return_type apply(Point const& point, Range const& range, in apply() argument
[all …]
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Decp.h6 * 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
15 * Unless required by applicable law or agreed to in writing, software
40 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 /**< Bad input parameters to fun…
41 …e MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 /**< The buffer is too small to write…
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,…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dnetdb.h1 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
28 #include <bits/stdint-uintn.h>
30 /* This is necessary to make this include file properly replace the
54 /* Error status for non-reentrant lookup functions.
55 We use a macro to access always the thread-specific `h_errno' variable. */
58 /* Function to get address of global `h_errno' variable. */
64 # define TRY_AGAIN 2 /* Non-Authoritative Host not found,
72 # define NETDB_INTERNAL -1 /* See errno. */
89 if non-null is printed before the error string. */
111 a later search if STAY_OPEN is non-zero.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dnetdb.h1 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
28 #include <bits/stdint-uintn.h>
30 /* This is necessary to make this include file properly replace the
54 /* Error status for non-reentrant lookup functions.
55 We use a macro to access always the thread-specific `h_errno' variable. */
58 /* Function to get address of global `h_errno' variable. */
64 # define TRY_AGAIN 2 /* Non-Authoritative Host not found,
72 # define NETDB_INTERNAL -1 /* See errno. */
89 if non-null is printed before the error string. */
111 a later search if STAY_OPEN is non-zero.
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-me-regs.h1 /* 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dpoint_in_poly_winding.hpp3 // 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.
13 // Use, modification and distribution is subject to the Boost Software License,
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
63 // other side of a segment (due to the width).
64 // Below picture assuming D = 1, if D = 0 horiz<->vert, E<->N, RIGHT<->UP.
[all …]
H A Dsimplify_douglas_peucker.hpp3 // Copyright (c) 1995, 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
12 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
14 // Use, modification and distribution is subject to the Boost Software License,
51 \brief Small wrapper around a point, with an extra member "included"
53 It has a const-reference to the original point (so no copy here)
54 \tparam the enclosed point type
56 template<typename Point>
59 Point const& p;
62 inline douglas_peucker_point(Point const& ap) in douglas_peucker_point()
68 inline douglas_peucker_point<Point> operator=(douglas_peucker_point<Point> const& ) in operator =()
[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 Ddistance_pythagoras_point_box.hpp3 // Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
4 // Copyright (c) 2008-2014 Barend Gehrels, Amsterdam, the Netherlands.
5 // Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
13 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
15 // Use, modification and distribution is subject to the Boost Software License,
45 template <typename Point, typename Box, typename T>
46 static inline void apply(Point const& point, Box const& box, T& result) in apply()
48 T const p_coord = boost::numeric_cast<T>(geometry::get<I-1>(point)); in apply()
50 boost::numeric_cast<T>(geometry::get<min_corner, I-1>(box)); in apply()
52 boost::numeric_cast<T>(geometry::get<max_corner, I-1>(box)); in apply()
[all …]
H A Ddistance_projected_point.hpp3 // Copyright (c) 2008-2014 Bruno Lalande, Paris, France.
4 // Copyright (c) 2008-2014 Barend Gehrels, Amsterdam, the Netherlands.
5 // Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
13 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
15 // Use, modification and distribution is subject to the Boost Software License,
41 // Helper geometry (projected point on line)
42 #include <boost/geometry/geometries/point.hpp>
53 \brief Strategy for distance point to segment
55 \details Calculates distance using projected-point method, and (optionally) Pythagoras
58 \tparam Strategy underlying point-point distance strategy
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dfloating-point.json4 "PublicDescription": "Counts all microcode Floating Point assists.",
16-point instructions retired; some instructions will count twice as noted below. Each count repres…
23-point instructions retired; some instructions will count twice as noted below. Each count repres…
27-point instructions retired; some instructions will count twice as noted below. Each count repres…
34-point instructions retired; some instructions will count twice as noted below. Each count repres…
38-bit packed double precision floating-point instructions retired; some instructions will count twi…
45-bit packed double precision floating-point instructions retired; some instructions will count twi…
49-bit packed single precision floating-point instructions retired; some instructions will count twi…
56-bit packed single precision floating-point instructions retired; some instructions will count twi…
60-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 Dpoint_on_border.hpp3 // 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.
12 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
14 // Use, modification and distribution is subject to the Boost Software License,
51 template <typename Point>
52 static inline bool apply(Point& destination, Point const& source) in apply()
59 template<typename Point, std::size_t Dimension, std::size_t DimensionCount>
63 static inline bool apply(Point& p, InputPoint const& p1, InputPoint const& p2) in apply()
65 typename coordinate_type<Point>::type const two = 2; in apply()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h1 /* SPDX-License-Identifier: GPL-2.0 */
9 #include <linux/entry-common.h>
15 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points
18 * @func: Function name of the entry point
21 * - The ASM entry point: asm_##func
22 * - The XEN PV trap entry point: xen_##func (maybe unused)
23 * - The C handler called from the ASM entry point
27 * as well which is used to emit the entry stubs in entry_32/64.S.
35 * DEFINE_IDTENTRY - Emit code for simple IDT entry points
36 * @func: Function name of the entry point
[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 Ddistance_cross_track_point_box.hpp3 // 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.
13 // Use, modification and distribution is subject to the Boost Software License,
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
53 to cross track
69 template <typename Point, typename Box>
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dpagecurl.fsh3 ** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
14 ** and conditions see http://www.qt.io/terms-conditions. For further
15 ** information use the contact form at http://www.qt.io/contact-us.
22 ** following information to ensure the GNU Lesser General Public License
24 ** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
34 // Based on http://rectalogic.github.com/webvfx/examples_2transition-shader-pagecurl_8html-example.…
42 const float minAmount = -0.16;
49 float amount = curlExtent * (maxAmount - minAmount) + minAmount;
55 vec3 hitPoint(float hitAngle, float yc, vec3 point, mat3 rrotation)
58 point.y = hitPoint;
[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 Dpoint.hpp3 // 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.
10 // Use, modification and distribution is subject to the Boost Software License,
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; }; \
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Decp.h1 /* SPDX-License-Identifier: Apache-2.0 */
10 * <em>RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suites
13 * <em>RFC-2409: The Internet Key Exchange (IKE)</em> defines ECP
19 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved
25 * http://www.apache.org/licenses/LICENSE-2.0
27 * Unless required by applicable law or agreed to in writing, software
50 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 /**< Bad input parameters to fun…
51 …e MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 /**< The buffer is too small to write…
52 #define MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE -0x4E80 /**< The requested feature is no…
53 #define MBEDTLS_ERR_ECP_VERIFY_FAILED -0x4E00 /**< The signature is not valid.…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Decp.h1 /* SPDX-License-Identifier: Apache-2.0 */
10 * <em>RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suites
13 * <em>RFC-2409: The Internet Key Exchange (IKE)</em> defines ECP
19 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved
25 * http://www.apache.org/licenses/LICENSE-2.0
27 * Unless required by applicable law or agreed to in writing, software
50 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 /**< Bad input parameters to fun…
51 …e MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 /**< The buffer is too small to write…
52 #define MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE -0x4E80 /**< The requested feature is no…
53 #define MBEDTLS_ERR_ECP_VERIFY_FAILED -0x4E00 /**< The signature is not valid.…
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Decp.h1 /* SPDX-License-Identifier: Apache-2.0 */
10 * <em>RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suites
13 * <em>RFC-2409: The Internet Key Exchange (IKE)</em> defines ECP
19 * Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved
25 * http://www.apache.org/licenses/LICENSE-2.0
27 * Unless required by applicable law or agreed to in writing, software
50 #define MBEDTLS_ERR_ECP_BAD_INPUT_DATA -0x4F80 /**< Bad input parameters to fun…
51 …e MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL -0x4F00 /**< The buffer is too small to write…
52 #define MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE -0x4E80 /**< The requested feature is no…
53 #define MBEDTLS_ERR_ECP_VERIFY_FAILED -0x4E00 /**< The signature is not valid.…
[all …]

12345678910>>...47