Home
last modified time | relevance | path

Searched defs:point (Results 26 – 50 of 234) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline_fence_wait.c81 mali_timeline_point point; local
148 mali_timeline_point point; local
H A Dmali_scheduler.c734 mali_timeline_point point; in _mali_ukk_gp_start_job() local
770 mali_timeline_point point; in _mali_ukk_pp_start_job() local
812 mali_timeline_point point; in _mali_ukk_pp_and_gp_start_job() local
962 mali_timeline_point point; in mali_scheduler_submit_gp_job() local
975 struct mali_session_data *session, struct mali_pp_job *job, mali_timeline_point *point) in mali_scheduler_submit_pp_job()
/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.hpp102 static inline return_type apply(Point const& point, Range const& range, in apply()
232 static inline return_type apply(Point const& point, in apply()
274 static inline return_type apply(Point const& point, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/
H A Dsection_functions.hpp106 Point const& point, in preceding()
124 Point const& point, in exceeding()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h882 inline QPoint QDoubleMatrix4x4::map(const QPoint& point) const in map()
887 inline QPointF QDoubleMatrix4x4::map(const QPointF& point) const in map()
892 inline QDoubleVector3D QDoubleMatrix4x4::map(const QDoubleVector3D& point) const in map()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_psd_8852b.c233 enum phl_phy_idx phy, s32 point) in halrf_psd_get_point_data_8852b()
273 u32 point, u32 start_point, u32 stop_point, u32 *outbuf) in halrf_psd_query_8852b()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_psd_8852b.c233 enum phl_phy_idx phy, s32 point) in halrf_psd_get_point_data_8852b()
273 u32 point, u32 start_point, u32 stop_point, u32 *outbuf) in halrf_psd_query_8852b()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp61 void SweepContext::AddPoint(Point* point) { in AddPoint()
122 Node& SweepContext::LocateNode(Point& point) in LocateNode()
H A Dcdt.cpp46 void CDT::AddPoint(Point* point) { in AddPoint()
H A Dsweep.cpp54 Point& point = *tcx.GetPoint(i); in SweepPoints() local
75 Node& Sweep::PointEvent(SweepContext& tcx, Point& point) in PointEvent()
108 void Sweep::EdgeEvent(SweepContext& tcx, Point& ep, Point& eq, Triangle* triangle, Point& point) in EdgeEvent()
178 Node& Sweep::NewFrontTriangle(SweepContext& tcx, Point& point, Node& node) in NewFrontTriangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h313 bool contains(const QPointF &point) const override in contains()
333 bool contains(const QPointF &point, qreal lineWidth, const QGeoProjectionWebMercator &p) const in contains()
715 bool contains(const QPointF &point) const override in contains()
776 bool contains(const QPointF &point) const override in contains()
H A Dqdeclarativecirclemapitem_p_p.h268 bool contains(const QPointF &point) const override in contains()
422 virtual bool contains(const QPointF &point) const override in contains()
H A Dqdeclarativerectanglemapitem_p_p.h208 virtual bool contains(const QPointF &point) const override in contains()
389 virtual bool contains(const QPointF &point) const override in contains()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp330 QDoubleVector2D point(screenX,screenY); in screenToMercatorPositions() local
383 …QPointF point = projection.wrappedMapProjectionToItemPosition(projection.wrapMapProjection(mercato… in mercatorToScreenPositions() local
/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 Dcopy_segments.hpp126 Point const& point, in append_to_output()
139 Point const& point, in append_to_output()
H A Dappend_no_duplicates.hpp29 inline void append_no_duplicates(Range& range, Point const& point, bool force = false) in append_no_duplicates()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dec.c678 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine()
754 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_weierstrass()
832 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_montgomery()
843 MPI_POINT point, struct mpi_ec_ctx *ctx) in dup_point_edwards()
915 mpi_ec_dup_point(MPI_POINT result, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_dup_point()
1211 MPI scalar, MPI_POINT point, in mpi_ec_mul_point()
1401 int mpi_ec_curve_point(MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_curve_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dintersection_tests.cpp85 …nIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& point, floa… in polygonIntersectsBufferedPoint()
93 for (auto& point : ring) { in polygonIntersectsBufferedMultiPoint() local
/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.hpp110 apply(Point const& point, Box const& box) in apply()
176 apply(Point const& point, Box const& box) in apply()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-event.h58 struct probe_trace_point point; /* Trace point */ member
96 struct perf_probe_point point; /* Probe point */ member
123 struct probe_trace_point point; /* Actual probepoint */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dhas_non_finite_coordinate.hpp40 bool has_non_finite_coordinate(Point const& point) in has_non_finite_coordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/
H A Denvelope.hpp22 for_each_point(geometry, [&] (point<T> const& point) { in envelope() argument
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_sync.c46 u32 point; /**< Point on timeline. */ member
401 …uct mali_sync_flag *mali_sync_flag_create(struct sync_timeline *sync_tl, mali_timeline_point point) in mali_sync_flag_create()
542 …flag *mali_sync_flag_create(struct mali_internal_sync_timeline *sync_tl, mali_timeline_point point) in mali_sync_flag_create()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp289 LatLng TransformState::screenCoordinateToLatLng(const ScreenCoordinate& point, LatLng::WrapMode wra… in screenCoordinateToLatLng() argument
393 ScreenCoordinate point = { in setLatLngZoom() local
400 void TransformState::setScalePoint(const double newScale, const ScreenCoordinate &point) { in setScalePoint()
/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 Dpoint_box.hpp45 inline bool disjoint_point_box(Point const& point, Box const& box) in disjoint_point_box()

12345678910