| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | num_points.hpp | 56 namespace detail { namespace num_points namespace 95 struct num_points: not_implemented<Tag> struct 99 struct num_points<Geometry, AddForOpen, point_tag> struct 104 struct num_points<Geometry, AddForOpen, box_tag> struct 109 struct num_points<Geometry, AddForOpen, segment_tag> struct 114 struct num_points<Geometry, AddForOpen, linestring_tag> struct 115 : detail::num_points::range_count<AddForOpen> 119 struct num_points<Geometry, AddForOpen, ring_tag> struct 120 : detail::num_points::range_count<AddForOpen> 124 struct num_points<Geometry, AddForOpen, polygon_tag> struct [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_glyphblt.c | 74 int num_points, max_points; in glamor_poly_glyph_blt_gl() local 84 num_points = 0; in glamor_poly_glyph_blt_gl() 110 if (!num_points) { in glamor_poly_glyph_blt_gl() 123 num_points++; in glamor_poly_glyph_blt_gl() 125 if (num_points == max_points) { in glamor_poly_glyph_blt_gl() 127 glDrawArrays(GL_POINTS, 0, num_points); in glamor_poly_glyph_blt_gl() 128 num_points = 0; in glamor_poly_glyph_blt_gl() 137 if (num_points) { in glamor_poly_glyph_blt_gl() 139 glDrawArrays(GL_POINTS, 0, num_points); in glamor_poly_glyph_blt_gl() 180 int num_points; in glamor_push_pixels_gl() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/ |
| H A D | supercluster.hpp | 24 std::uint32_t num_points; member 33 num_points(num_points_), in Cluster() 134 if (c.num_points == 1) { in getTile() 138 feature.properties["point_count"] = static_cast<std::uint64_t>(c.num_points); in getTile() 185 auto num_points = p.num_points; in Zoom() local 186 point<double> weight = p.pos * double(num_points); in Zoom() 198 weight += b.pos * double(b.num_points); in Zoom() 199 num_points += b.num_points; in Zoom() 202 clusters.push_back({ weight / double(num_points), num_points, p.id }); in Zoom()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects_i_dsp.c | 255 void lsx_apply_hann_f(float h[], const int num_points) in lsx_apply_hann_f() argument 257 int i, m = num_points - 1; in lsx_apply_hann_f() 258 for (i = 0; i < num_points; ++i) { in lsx_apply_hann_f() 264 void lsx_apply_hann(double h[], const int num_points) in lsx_apply_hann() argument 266 int i, m = num_points - 1; in lsx_apply_hann() 267 for (i = 0; i < num_points; ++i) { in lsx_apply_hann() 273 void lsx_apply_hamming(double h[], const int num_points) in lsx_apply_hamming() argument 275 int i, m = num_points - 1; in lsx_apply_hamming() 276 for (i = 0; i < num_points; ++i) { in lsx_apply_hamming() 282 void lsx_apply_bartlett(double h[], const int num_points) in lsx_apply_bartlett() argument [all …]
|
| H A D | sox_i.h | 97 void lsx_apply_hann_f(float h[], const int num_points); 98 void lsx_apply_hann(double h[], const int num_points); 99 void lsx_apply_hamming(double h[], const int num_points); 100 void lsx_apply_bartlett(double h[], const int num_points); 101 void lsx_apply_blackman(double h[], const int num_points, double alpha); 102 void lsx_apply_blackman_nutall(double h[], const int num_points); 104 void lsx_apply_kaiser(double h[], const int num_points, double beta); 105 void lsx_apply_dolph(double h[], const int num_points, double att); 119 void lsx_plot_fir(double * h, int num_points, sox_rate_t rate, sox_plot_t type, char const * title,…
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | raspberrypi-ts.c | 48 u8 num_points; member 78 ts->fw_regs_va + offsetof(struct rpi_ts_regs, num_points)); in rpi_ts_poll() 80 if (regs.num_points == RPI_TS_NPOINTS_REG_INVALIDATE || in rpi_ts_poll() 81 (regs.num_points == 0 && ts->known_ids == 0)) in rpi_ts_poll() 84 for (i = 0; i < regs.num_points; i++) { in rpi_ts_poll()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_bw.c | 22 u8 num_points; member 83 qi->num_points = (val & 0xf00) >> 8; in icl_pcode_read_mem_global_info() 149 qi->num_points > ARRAY_SIZE(qi->points))) in icl_get_qgv_points() 150 qi->num_points = ARRAY_SIZE(qi->points); in icl_get_qgv_points() 152 for (i = 0; i < qi->num_points; i++) { in icl_get_qgv_points() 179 for (i = 0; i < qi->num_points; i++) in icl_sagv_max_dclk() 244 bi->num_qgv_points = qi.num_points; in icl_get_bw_info() 246 for (j = 0; j < qi.num_points; j++) { in icl_get_bw_info() 277 if (qi.num_points == 1) in icl_get_bw_info()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | rk_aiq_algo_aorb_itf.cpp | 155 ORBctx->orb_stats.num_points = 0; in ORBProcessing() 157 if (ORBctx->orb_stats.num_points > 0 && orbStats->orb_stats.num_points > 0) { in ORBProcessing() 162 push_orbpoint_cv(orbStats->orb_stats.num_points, orbStats->orb_stats.points, in ORBProcessing() 165 push_orbpoint_cv(ORBctx->orb_stats.num_points, ORBctx->orb_stats.points, m_trainPoints); in ORBProcessing()
|
| H A D | orb_algos_opencv.cpp | 5 push_orbpoint_cv(U32 num_points, U16* points, vector<Point2f> m_Points) { in push_orbpoint_cv() argument 10 for (int i = 0; i < num_points; i++) { in push_orbpoint_cv()
|
| H A D | orb_algos_opencv.h | 10 int push_orbpoint_cv(U32 num_points, U16* points, vector<Point2f> m_Points);
|
| H A D | orb_algos.cpp | 88 for (unsigned int i = 0; i < keypoints->num_points; i++) { in get_roi_points_list() 102 for (unsigned int i = 0; i < keypoints->num_points; i++) { in get_roi_points_list() 120 for (unsigned int j = 0; j < keypoints2->num_points; j++) { in matching() 159 for (unsigned int i = 0; i < keypoints2->num_points; i++) { in matching()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | db8500_thermal.c | 145 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler() local 147 if (idx < num_points - 1) { in prcmu_high_irq_handler() 157 } else if (idx == num_points - 1) in prcmu_high_irq_handler()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep_context.cpp | 105 int num_points = polyline.size(); in InitEdges() local 106 for (int i = 0; i < num_points; i++) { in InitEdges() 107 int j = i < num_points - 1 ? i + 1 : 0; in InitEdges()
|
| /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 | linear_to_linear.hpp | 51 if (geometry::num_points(linear1) == 1) in apply() 61 if (geometry::num_points(linear2) == 1) in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | tile.hpp | 12 uint32_t num_points = 0; member 53 tile.num_points += feature.num_points; in InternalTile()
|
| H A D | types.hpp | 143 uint32_t num_points = 0; member 153 ++num_points; in vt_feature()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_at_a2150.c | 142 unsigned int max_points, num_points, residue, leftover; in a2150_interrupt() local 174 num_points = max_points - comedi_bytes_to_samples(s, residue); in a2150_interrupt() 175 if (devpriv->count < num_points && cmd->stop_src == TRIG_COUNT) in a2150_interrupt() 176 num_points = devpriv->count; in a2150_interrupt() 195 for (i = 0; i < num_points; i++) { in a2150_interrupt()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aorb/ |
| H A D | rk_aiq_orb_hw.h | 7 unsigned int num_points; member
|
| H A D | rk_aiq_types_orb_algo.h | 22 unsigned int num_points; member
|
| /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 | convert_ring.hpp | 88 if (geometry::num_points(source) >= min_num_points) in apply()
|
| H A D | add_rings.hpp | 125 if (geometry::num_points(result) >= min_num_points in add_rings()
|
| H A D | sort_by_side.hpp | 301 …? geometry::num_points(detail::overlay::get_ring<typename geometry::tag<Geometry1>::type>::apply(r… in calculate_segment_distance() 302 …: geometry::num_points(detail::overlay::get_ring<typename geometry::tag<Geometry2>::type>::apply(r… in calculate_segment_distance()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve() argument 2324 …stbtt__tesselate_curve(points, num_points, x0,y0, (x0+x1)/2.0f,(y0+y1)/2.0f, mx,my, objspace_flatn… in stbtt__tesselate_curve() 2325 …stbtt__tesselate_curve(points, num_points, mx,my, (x1+x2)/2.0f,(y1+y2)/2.0f, x2,y2, objspace_flatn… in stbtt__tesselate_curve() 2327 stbtt__add_point(points, *num_points,x2,y2); in stbtt__tesselate_curve() 2328 *num_points = *num_points+1; in stbtt__tesselate_curve() 2337 int num_points=0; in stbtt_FlattenCurves() local 2361 points = (stbtt__point *) STBTT_malloc(num_points * sizeof(points[0]), userdata); in stbtt_FlattenCurves() 2364 num_points = 0; in stbtt_FlattenCurves() 2371 (*contour_lengths)[n] = num_points - start; in stbtt_FlattenCurves() 2373 start = num_points; in stbtt_FlattenCurves() [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBGAlloc.c | 189 &outline->num_points, &outline->sz_points, in XkbFreeGeomPoints() 202 XkbFreeGeomPoints(outline, 0, outline->num_points, TRUE); in _XkbClearOutline() 485 &(o)->num_points,&(o)->sz_points,\
|
| H A D | xkbUtils.c | 1586 if (soutline->num_points) { in _XkbCopyGeom() 1587 tmp = xallocarray(soutline->num_points, in _XkbCopyGeom() 1594 soutline->num_points * sizeof(XkbPointRec)); in _XkbCopyGeom() 1599 doutline->num_points = soutline->num_points; in _XkbCopyGeom() 1600 doutline->sz_points = soutline->num_points; in _XkbCopyGeom()
|