Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dcoordinate_dimension.hpp41 struct dimension struct
57 struct dimension : dimension<point_tag, typename point_type<T, G>::type> {}; struct
60 struct dimension<point_tag, P> struct
61 : traits::dimension<typename geometry::util::bare_type<P>::type>
64 (traits::dimension<typename geometry::util::bare_type<P>::type>::value > 0),
66 (traits::dimension<typename geometry::util::bare_type<P>::type>)
81 struct dimension struct
82 : core_dispatch::dimension
96 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::value) == Dimensions )); in assert_dimension()
106 BOOST_STATIC_ASSERT(( static_cast<int>(dimension<Geometry>::type::value) <= Dimensions )); in assert_dimension_less_equal()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/
H A Dopenacc_lib.h30 ! NOTE: Due to the use of dimension (..), the code only works when compiled
214 type (*), dimension (*) :: a
221 type (*), dimension (*) :: a
226 type (*), dimension (..), contiguous :: a
234 type (*), dimension (*) :: a
241 type (*), dimension (*) :: a
246 type (*), dimension (..), contiguous :: a
260 type (*), dimension (*) :: a
267 type (*), dimension (*) :: a
272 type (*), dimension (..), contiguous :: a
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/
H A Dopenacc_lib.h30 ! NOTE: Due to the use of dimension (..), the code only works when compiled
214 type (*), dimension (*) :: a
221 type (*), dimension (*) :: a
226 type (*), dimension (..), contiguous :: a
234 type (*), dimension (*) :: a
241 type (*), dimension (*) :: a
246 type (*), dimension (..), contiguous :: a
260 type (*), dimension (*) :: a
267 type (*), dimension (*) :: a
272 type (*), dimension (..), contiguous :: a
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dsegment_intersection.hpp37 BOOST_STATIC_ASSERT(0 <= dimension<Box>::value);
38 BOOST_STATIC_ASSERT(0 <= dimension<Point>::value);
39 BOOST_STATIC_ASSERT(I < size_t(dimension<Box>::value));
40 BOOST_STATIC_ASSERT(I < size_t(dimension<Point>::value));
41 BOOST_STATIC_ASSERT(dimension<Point>::value == dimension<Box>::value);
108 typedef dispatch::box_segment_intersection<Indexable, Point, dimension<Indexable>::value> impl;
/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 Dbox.hpp108 min_corner, 0, dimension<BoxIn>::value in apply()
113 max_corner, 0, dimension<BoxIn>::value in apply()
130 min_corner, dimension<BoxIn>::value in apply()
135 max_corner, dimension<BoxIn>::value in apply()
H A Drange.hpp64 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply()
128 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply()
174 initialize<Box, 0, dimension<Box>::value>::apply(mbr); in apply()
H A Dpoint.hpp91 2, dimension<Point>::value in apply()
107 : detail::envelope::envelope_one_point<0, dimension<Point>::value>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dmake.hpp88 geometry::dimension<Geometry>::type::value in make()
122 geometry::dimension<Geometry>::type::value in make()
137 geometry::dimension<Geometry>::type::value in make()
H A Dassign.hpp155 geometry::dimension<Geometry>::type::value in assign_values()
188 geometry::dimension<Geometry>::type::value in assign_values()
215 geometry::dimension<Geometry>::type::value in assign_values()
H A Dnum_segments.hpp92 geometry::dimension<Geometry>::value
93 * (1 << (geometry::dimension<Geometry>::value - 1))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Drecalculate.hpp105 typedef recalculate_point<geometry::dimension<point_type>::value> per_point; in apply()
196 : detail::recalculate::recalculate_point<geometry::dimension<Point1>::value>
201 : detail::recalculate::recalculate_indexed<geometry::dimension<Box1>::value>
206 : detail::recalculate::recalculate_indexed<geometry::dimension<Segment1>::value>
H A Dassign_indexed_point.hpp54 Geometry, Point, Index, 0, dimension<Geometry>::type::value in assign_point_to_index()
82 Geometry, Point, Index, 0, dimension<Geometry>::type::value in assign_point_from_index()
H A Dassign_values.hpp88 initialize<0, 0, dimension<BoxOrSegment>::type::value>::apply( in apply()
91 initialize<1, 0, dimension<BoxOrSegment>::type::value>::apply( in apply()
105 initialize<0, 0, dimension<BoxOrSegment>::type::value>::apply( in apply()
108 initialize<1, 0, dimension<BoxOrSegment>::type::value>::apply( in apply()
H A Dnormalize.hpp141 0, dimension<PointIn>::value in apply()
161 0, dimension<BoxIn>::value in apply_to_coordinates()
173 0, dimension<BoxIn>::value in apply_to_coordinates()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dtwo_dimensional_view.hpp54 (Dimension1 < static_cast<std::size_t>(dimension<Point>::value)),
59 (Dimension2 < static_cast<std::size_t>(dimension<Point>::value)),
113 struct dimension struct
H A Dindexed_point_view.hpp91 struct dimension< geometry::detail::indexed_point_view<Geometry, Index> > struct
92 : geometry::dimension<Geometry>
/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_point.hpp109 0, dimension<Point1>::value in apply()
138 0, dimension<Point1>::value in apply()
220 0, dimension<Point1>::type::value in disjoint_point_point()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dfor_each_coordinate.hpp73 Point, 0, dimension<Point>::type::value, false in for_each_coordinate()
86 Point, 0, dimension<Point>::type::value, true in for_each_coordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dredistribute_elements.hpp378 static const size_t dimension = geometry::dimension<Box>::value; member
418 rstar::choose_split_axis_and_index<Box, dimension> in apply()
425 BOOST_GEOMETRY_INDEX_ASSERT(split_axis < dimension, "unexpected value"); in apply()
432 rstar::nth_element<min_corner, dimension> in apply()
437 rstar::nth_element<max_corner, dimension> in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpoint_concept.hpp106 enum { ccount = dimension<Geometry>::value };
159 enum { ccount = dimension<Geometry>::value };
H A Dsegment_concept.hpp78 static const size_t n = dimension<point_type>::type::value; in BOOST_CONCEPT_USAGE()
124 static const size_t n = dimension<point_type>::type::value; in BOOST_CONCEPT_USAGE()
H A Dbox_concept.hpp79 static const std::size_t n = dimension<Geometry>::type::value; in BOOST_CONCEPT_USAGE()
126 static const std::size_t n = dimension<Geometry>::type::value; in BOOST_CONCEPT_USAGE()
/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 Dsegment.hpp58 dimension<Segment>::value in apply()
91 0, dimension<Segment>::value, StrategyLess, StrategyGreater
H A Dpoint.hpp260 StrategyLess, StrategyGreater, 0, dimension<Point>::value
281 StrategyLess, StrategyGreater, dimension<Point>::value
298 StrategyLess, StrategyGreater, dimension<Point>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/arithmetic/
H A Dcross_product.hpp102 detail::cross_product<dimension<ResultP>::value>::apply(p1, p2, result); in cross_product()
121 detail::cross_product<dimension<P>::value>::apply(p1, p2, result); in cross_product()

123456