Home
last modified time | relevance | path

Searched refs:envelope (Results 1 – 25 of 77) sorted by relevance

1234

/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 Dlinear.hpp34 namespace detail { namespace envelope namespace
63 struct envelope<Linestring, linestring_tag, CS_Tag> struct
64 : detail::envelope::envelope_range
68 struct envelope<Linestring, linestring_tag, spherical_equatorial_tag> struct
69 : detail::envelope::envelope_linestring_on_spheroid
73 struct envelope<Linestring, linestring_tag, geographic_tag> struct
74 : detail::envelope::envelope_linestring_on_spheroid
79 struct envelope struct
82 > : detail::envelope::envelope_multi_range
84 detail::envelope::envelope_range
[all …]
H A Dinterface.hpp45 struct envelope struct
52 dispatch::envelope<Geometry>::apply(geometry, box, strategy); in apply()
63 typedef typename strategy::envelope::services::default_strategy in apply()
69 dispatch::envelope<Geometry>::apply(geometry, box, strategy_type()); in apply()
79 struct envelope struct
89 resolve_strategy::envelope<Geometry>::apply(geometry, box, strategy); in apply()
95 struct envelope<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
111 envelope<Geometry>::apply(geometry, m_box, m_strategy); in operator ()()
146 inline void envelope(Geometry const& geometry, Box& mbr, Strategy const& strategy) in envelope() function
148 resolve_variant::envelope<Geometry>::apply(geometry, mbr, strategy); in envelope()
[all …]
H A Dimplementation.hpp43 namespace detail { namespace envelope namespace
81 struct envelope<Ring, ring_tag> struct
82 : detail::envelope::envelope_range
87 struct envelope<Polygon, polygon_tag> struct
88 : detail::envelope::envelope_polygon
93 struct envelope<MultiPolygon, multi_polygon_tag> struct
94 : detail::envelope::envelope_multi_range
96 detail::envelope::envelope_polygon
H A Dpoint.hpp42 namespace detail { namespace envelope namespace
106 struct envelope<Point, point_tag, CS_Tag> struct
107 : detail::envelope::envelope_one_point<0, dimension<Point>::value>
112 struct envelope<Point, point_tag, spherical_equatorial_tag> struct
113 : detail::envelope::envelope_point_on_spheroid
118 struct envelope<Point, point_tag, geographic_tag> struct
119 : detail::envelope::envelope_point_on_spheroid
H A Dbox.hpp40 namespace detail { namespace envelope namespace
150 struct envelope<Box, box_tag, CS_Tag> struct
151 : detail::envelope::envelope_box
156 struct envelope<Box, box_tag, spherical_equatorial_tag> struct
157 : detail::envelope::envelope_box_on_spheroid
162 struct envelope<Box, box_tag, geographic_tag> struct
163 : detail::envelope::envelope_box_on_spheroid
H A Dmultipoint.hpp48 namespace detail { namespace envelope namespace
256 return dispatch::envelope in apply()
359 struct envelope<MultiPoint, multi_point_tag, CSTag> struct
360 : detail::envelope::envelope_range
364 struct envelope<MultiPoint, multi_point_tag, spherical_equatorial_tag> struct
365 : detail::envelope::envelope_multipoint_on_spheroid
369 struct envelope<MultiPoint, multi_point_tag, geographic_tag> struct
370 : detail::envelope::envelope_multipoint_on_spheroid
/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A Diforce-ff.c231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier()
239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier()
240 || old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level in need_envelope_modifier()
241 || old->u.periodic.envelope.fade_length != effect->u.periodic.envelope.fade_length in need_envelope_modifier()
242 || old->u.periodic.envelope.fade_level != effect->u.periodic.envelope.fade_level) in need_envelope_modifier()
362 effect->u.periodic.envelope.attack_length, in iforce_upload_periodic()
363 effect->u.periodic.envelope.attack_level, in iforce_upload_periodic()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-memless.c64 return &effect->u.periodic.envelope; in get_envelope()
67 return &effect->u.constant.envelope; in get_envelope()
79 const struct ff_envelope *envelope = get_envelope(state->effect); in calculate_next_time() local
82 if (envelope->attack_length) { in calculate_next_time()
84 msecs_to_jiffies(envelope->attack_length); in calculate_next_time()
91 if (envelope->fade_length) { in calculate_next_time()
94 msecs_to_jiffies(envelope->fade_length); in calculate_next_time()
153 struct ff_envelope *envelope) in apply_envelope() argument
162 if (envelope->attack_length && in apply_envelope()
164 state->play_at + msecs_to_jiffies(envelope->attack_length))) { in apply_envelope()
[all …]
H A Dff-core.c73 effect->u.periodic.envelope.attack_length = 0; in compat_effect()
74 effect->u.periodic.envelope.attack_level = 0; in compat_effect()
75 effect->u.periodic.envelope.fade_length = 0; in compat_effect()
76 effect->u.periodic.envelope.fade_level = 0; in compat_effect()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/polylabel/1.0.3/include/mapbox/
H A Dpolylabel.hpp109 const geometry::box<T> envelope = geometry::envelope(polygon.at(0)); in polylabel() local
112 envelope.max.x - envelope.min.x, in polylabel()
113 envelope.max.y - envelope.min.y in polylabel()
127 return envelope.min; in polylabel()
131 for (T x = envelope.min.x; x < envelope.max.x; x += cellSize) { in polylabel()
132 for (T y = envelope.min.y; y < envelope.max.y; y += cellSize) { in polylabel()
141 Cell<T> bboxCell(envelope.min + size / 2.0, 0, polygon); in polylabel()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Denvelope-detector.c46 struct envelope { struct
80 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch() argument
118 struct envelope *env = ctx; in envelope_detector_comp_isr()
128 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
174 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout()
191 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw()
235 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert()
245 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert()
275 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval()
285 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp29 auto envelope = mapbox::geometry::envelope(ring); in insert() local
30 if (envelope.min.x < util::EXTENT && in insert()
31 envelope.min.y < util::EXTENT && in insert()
32 envelope.max.x >= 0 && in insert()
33 envelope.max.y >= 0) { in insert()
35 {convertPoint<float>(envelope.min), convertPoint<float>(envelope.max)}); in insert()
61 mapbox::geometry::box<int16_t> box = mapbox::geometry::envelope(queryGeometry); in query()
/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 Dassign_parents.hpp116 model::box<Point> envelope; member
133 geometry::expand(total, item.envelope); in apply()
142 return ! geometry::detail::disjoint::disjoint_box_box(box, item.envelope); in apply()
191 if (geometry::covered_by(inner_in_map.point, outer.envelope) in apply()
263 geometry::envelope(get_ring<tag1>::apply(it->first, geometry1), in assign_parents()
264 item.envelope, strategy.get_envelope_strategy()); in assign_parents()
267 geometry::envelope(get_ring<tag2>::apply(it->first, geometry2), in assign_parents()
268 item.envelope, strategy.get_envelope_strategy()); in assign_parents()
271 geometry::envelope(get_ring<void>::apply(it->first, collection), in assign_parents()
272 item.envelope, strategy.get_envelope_strategy()); in assign_parents()
[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 Denvelope_segment.hpp24 namespace strategy { namespace envelope namespace
39 geometry::detail::envelope::envelope_one_segment in apply()
47 strategy::envelope::cartesian_segment<CalculationType>()); in apply()
60 typedef strategy::envelope::cartesian_segment<CalculationType> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Denvelope_segment.hpp22 namespace strategy { namespace envelope namespace
47 geometry::detail::envelope::envelope_segment_impl<spherical_equatorial_tag> in apply()
66 typedef strategy::envelope::spherical_segment<CalculationType> type;
73 typedef strategy::envelope::spherical_segment<CalculationType> type;
/OK3568_Linux_fs/kernel/drivers/hid/usbhid/
H A Dhid-pidff.c233 struct ff_envelope *envelope) in pidff_set_envelope_report() argument
239 pidff_rescale(envelope->attack_level > in pidff_set_envelope_report()
240 0x7fff ? 0x7fff : envelope->attack_level, 0x7fff, in pidff_set_envelope_report()
243 pidff_rescale(envelope->fade_level > in pidff_set_envelope_report()
244 0x7fff ? 0x7fff : envelope->fade_level, 0x7fff, in pidff_set_envelope_report()
247 pidff->set_envelope[PID_ATTACK_TIME].value[0] = envelope->attack_length; in pidff_set_envelope_report()
248 pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->fade_length; in pidff_set_envelope_report()
251 envelope->attack_level, in pidff_set_envelope_report()
261 static int pidff_needs_set_envelope(struct ff_envelope *envelope, in pidff_needs_set_envelope() argument
264 return envelope->attack_level != old->attack_level || in pidff_needs_set_envelope()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Denvelope-detector.txt1 Bindings for ADC envelope detector using a DAC and a comparator
21 - compatible: Should be "axentia,tse850-envelope-detector"
46 envelope-detector {
47 compatible = "axentia,tse850-envelope-detector";
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Denvelope_segment.hpp26 namespace strategy { namespace envelope namespace
63 detail::envelope::envelope_segment_impl in apply()
87 typedef strategy::envelope::geographic_segment
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/expand/
H A Dbox.hpp55 detail::envelope::envelope_box_on_spheroid::apply(box_in, mbrs[0], strategy); in apply()
56 detail::envelope::envelope_box_on_spheroid::apply(box_out, mbrs[1], strategy); in apply()
59 detail::envelope::envelope_range_of_boxes::apply(mbrs, box_out, strategy); in apply()
H A Dsegment.hpp56 detail::envelope::envelope_segment in apply()
62 detail::envelope::envelope_box_on_spheroid::apply(box, mbrs[1], strategy); in apply()
65 detail::envelope::envelope_range_of_boxes::apply(mbrs, box, 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/buffer/
H A Dbuffered_ring.hpp247 struct envelope<Geometry, detail::buffer::buffered_ring_collection_tag> struct
248 : detail::envelope::envelope_multi_range
250 detail::envelope::envelope_range
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-logitech-hidpp.c2049 params[8] = effect->u.constant.envelope.attack_level >> 7; in hidpp_ff_upload_effect()
2050 params[9] = effect->u.constant.envelope.attack_length >> 8; in hidpp_ff_upload_effect()
2051 params[10] = effect->u.constant.envelope.attack_length & 255; in hidpp_ff_upload_effect()
2052 params[11] = effect->u.constant.envelope.fade_level >> 7; in hidpp_ff_upload_effect()
2053 params[12] = effect->u.constant.envelope.fade_length >> 8; in hidpp_ff_upload_effect()
2054 params[13] = effect->u.constant.envelope.fade_length & 255; in hidpp_ff_upload_effect()
2060 effect->u.constant.envelope.attack_level, in hidpp_ff_upload_effect()
2061 effect->u.constant.envelope.attack_length, in hidpp_ff_upload_effect()
2062 effect->u.constant.envelope.fade_level, in hidpp_ff_upload_effect()
2063 effect->u.constant.envelope.fade_length); in hidpp_ff_upload_effect()
[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/linux/
H A Dinput.h344 struct ff_envelope envelope; member
356 struct ff_envelope envelope; member
405 struct ff_envelope envelope; member
/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/linux/
H A Dinput.h344 struct ff_envelope envelope; member
356 struct ff_envelope envelope; member
405 struct ff_envelope envelope; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h347 struct ff_envelope envelope; member
359 struct ff_envelope envelope; member
408 struct ff_envelope envelope; member

1234