Home
last modified time | relevance | path

Searched refs:sub_range (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dsub_range.hpp32 struct sub_range : not_implemented<Tag> struct
36 struct sub_range<Geometry, Tag, false> struct
48 struct sub_range<Geometry, polygon_tag, false> struct
72 struct sub_range<Geometry, Tag, true> struct
82 typedef detail_dispatch::sub_range<sub_type> sub_sub_range; argument
105 typedef typename detail_dispatch::sub_range<Geometry>::return_type type;
112 sub_range(Geometry & geometry, Id const& id) in sub_range() function
114 return detail_dispatch::sub_range<Geometry>::apply(geometry, id); in sub_range()
119 sub_range(Geometry const& geometry, Id const& id) in sub_range() function
121 return detail_dispatch::sub_range<Geometry const>::apply(geometry, id); in sub_range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Dsub_range.hpp141 class sub_range class
180 sub_range() in sub_range() function in boost::sub_range
184 sub_range(const sub_range& r) in sub_range() function in boost::sub_range
191 sub_range( in sub_range() function in boost::sub_range
202 sub_range( in sub_range() function in boost::sub_range
233 sub_range( Iter first, Iter last ) : in sub_range() function in boost::sub_range
240 sub_range&
251 sub_range&
259 sub_range& operator=( const sub_range& r ) in operator =()
265 sub_range& advance_begin( in advance_begin()
[all …]
H A Drange_fwd.hpp31 class sub_range;
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstb0899_algo.c148 internal->sub_range = min(internal->srch_range, range); in stb0899_first_subrange()
150 internal->sub_range = 0; in stb0899_first_subrange()
207 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_tmg()
276 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_carrier()
388 derot_limit = (internal->sub_range / 2L) / internal->mclk; in stb0899_search_data()
469 old_sub_range = internal->sub_range; in next_sub_range()
470 internal->sub_range = min((internal->srch_range / 2) - in next_sub_range()
471 (internal->tuner_offst + internal->sub_range / 2), in next_sub_range()
472 internal->sub_range); in next_sub_range()
474 if (internal->sub_range < 0) in next_sub_range()
[all …]
H A Dstb0899_priv.h156 s32 sub_range; /* Demod current sub range (Hz) */ member
/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 Dlinear_areal.hpp684 range::back(sub_range(geometry, prev_seg_id)), in apply()
776 range::back(sub_range(geometry, prev_seg_id)), in apply()
892 range::front(sub_range(geometry, seg_id)), in apply()
1011 range::front(sub_range(geometry, seg_id)), in apply()
1102 range::back(sub_range(geometry, prev_seg_id)), in apply()
1125 range::back(sub_range(geometry, prev_seg_id)), in apply()
1151 range::back(sub_range(geometry, prev_seg_id)), in apply()
1182 range1 = sub_range(geometry1, turn.operations[op_id].seg_id); in calculate_from_inside()
1186 range2_type range2(sub_range(geometry2, turn.operations[other_op_id].seg_id)); in calculate_from_inside()
H A Dlinear_linear.hpp405 range::front(sub_range(geometry, seg_id)), in apply()
493 range::front(sub_range(geometry, seg_id)), in apply()
552 range::front(sub_range(geometry, seg_id)), in apply()
611 range::back(sub_range(geometry, prev_seg_id)), in apply()
H A Dareal_areal.hpp125 range_ref = detail::sub_range(areal, ring_id); in operator ()()
163 range_ref = detail::sub_range(areal, ring_id); in operator ()()
660 range_ref = detail::sub_range(geometry, seg_id); in no_turns()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp104 class sub_range;
178 boost_foreach_is_lightweight_proxy(boost::sub_range<T> *&, boost::foreach::tag) { return 0; } in boost_foreach_is_lightweight_proxy()