| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | coordinate_dimension.hpp | 41 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 D | openacc_lib.h | 30 ! 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 D | openacc_lib.h | 30 ! 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 D | segment_intersection.hpp | 37 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 D | box.hpp | 108 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 D | range.hpp | 64 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 D | point.hpp | 91 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 D | make.hpp | 88 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 D | assign.hpp | 155 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 D | num_segments.hpp | 92 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 D | recalculate.hpp | 105 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 D | assign_indexed_point.hpp | 54 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 D | assign_values.hpp | 88 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 D | normalize.hpp | 141 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 D | two_dimensional_view.hpp | 54 (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 D | indexed_point_view.hpp | 91 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 D | point_point.hpp | 109 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 D | for_each_coordinate.hpp | 73 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 D | redistribute_elements.hpp | 378 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 D | point_concept.hpp | 106 enum { ccount = dimension<Geometry>::value }; 159 enum { ccount = dimension<Geometry>::value };
|
| H A D | segment_concept.hpp | 78 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 D | box_concept.hpp | 79 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 D | segment.hpp | 58 dimension<Segment>::value in apply() 91 0, dimension<Segment>::value, StrategyLess, StrategyGreater
|
| H A D | point.hpp | 260 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 D | cross_product.hpp | 102 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()
|