| /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_or_areal_to_areal.hpp | 30 template <typename Linear, typename Areal, typename Strategy> 36 typename point_type<Linear>::type, 40 static inline return_type apply(Linear const& linear, in apply() 51 Linear, Areal, Strategy in apply() 57 Linear const& linear, in apply() 100 template <typename Linear, typename Areal, typename Strategy> 103 Linear, Areal, Strategy, 109 Linear, Areal, Strategy 114 template <typename Areal, typename Linear, typename Strategy> 117 Areal, Linear, Strategy, [all …]
|
| H A D | multipoint_to_geometry.hpp | 78 template <typename MultiPoint, typename Linear, typename Strategy> 85 typename point_type<Linear>::type 89 Linear const& linear, in apply() 95 Linear, in apply() 103 static inline return_type apply(Linear const& linear, in apply() 196 template <typename MultiPoint, typename Linear, typename Strategy> 199 MultiPoint, Linear, Strategy, multi_point_tag, linear_tag, 201 > : detail::distance::multipoint_to_linear<MultiPoint, Linear, Strategy> 205 template <typename Linear, typename MultiPoint, typename Strategy> 208 Linear, MultiPoint, Strategy, linear_tag, multi_point_tag, [all …]
|
| H A D | geometry_to_segment_or_box.hpp | 383 template <typename Linear, typename Segment, typename Strategy> 386 Linear, Segment, Strategy, linear_tag, segment_tag, 388 > : detail::distance::geometry_to_segment_or_box<Linear, Segment, Strategy> 410 template <typename Linear, typename Box, typename Strategy> 413 Linear, Box, Strategy, linear_tag, box_tag, 417 Linear, Box, Strategy
|
| H A D | point_to_geometry.hpp | 483 template <typename Point, typename Linear, typename Strategy> 486 Point, Linear, Strategy, point_tag, linear_tag, 490 Point, Linear, Strategy, 491 point_tag, typename tag<Linear>::type,
|
| /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 | pointlike_linear.hpp | 63 typename Linear, 72 Linear const& linear, in apply() 123 typename Linear, 212 typedef geometry::segment_iterator<Linear const> const_iterator; 215 segment_range(Linear const& linear) in segment_range() 230 Linear const& m_linear; 235 Linear const& linear, in get_common_points() 267 Linear const& linear, in apply() 304 typename Linear, 311 : not_implemented<PointLike, Linear, PointOut> [all …]
|
| H A D | follow_linear_linear.hpp | 172 typename Linear, 295 apply(Linestring const& linestring, Linear const&, in apply() 342 typename Linear, 352 Linear, 363 LinestringOut, Linestring, Linear, 428 apply(MultiLinestring const& multilinestring, Linear const& linear, in apply() 508 typename Linear, 515 LinestringOut, Linestring, Linear, 520 LinestringOut, Linestring, Linear, 530 typename Linear, [all …]
|
| H A D | intersection_insert.hpp | 871 typename Point, typename Linear, typename PointOut, 878 Point, Linear, PointOut, OverlayType, 884 Point, Linear, PointOut, OverlayType, 892 typename MultiPoint, typename Linear, typename PointOut, 899 MultiPoint, Linear, PointOut, OverlayType, 905 MultiPoint, Linear, PointOut, OverlayType,
|
| /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 | linear_segment_or_box.hpp | 120 typename Linear, 122 typename Tag = typename tag<Linear>::type 125 : not_implemented<Linear, SegmentOrBox> 152 template <typename Linear, typename Segment> 153 struct disjoint<Linear, Segment, 2, linear_tag, segment_tag, false> 154 : detail::disjoint::disjoint_linear_segment_or_box<Linear, Segment> 158 template <typename Linear, typename Box, std::size_t DimensionCount> 159 struct disjoint<Linear, Box, DimensionCount, linear_tag, box_tag, false> 160 : detail::disjoint::disjoint_linear_segment_or_box<Linear, Box>
|
| H A D | multipoint_geometry.hpp | 110 template <typename MultiPoint, typename Linear> 198 typedef geometry::segment_iterator<Linear const> const_iterator; 201 segment_range(Linear const& linear) in segment_range() 216 Linear const& m_linear; 221 …static inline bool apply(MultiPoint const& multipoint, Linear const& linear, Strategy const& strat… in apply() 246 …static inline bool apply(Linear const& linear, MultiPoint const& multipoint, Strategy const& strat… in apply() 491 template <typename Linear, typename MultiPoint, std::size_t DimensionCount> 494 Linear, MultiPoint, DimensionCount, linear_tag, multi_point_tag, false 495 > : detail::disjoint::multipoint_linear<MultiPoint, Linear> 499 template <typename MultiPoint, typename Linear, std::size_t DimensionCount> [all …]
|
| H A D | linear_areal.hpp | 252 template <typename Linear, typename Areal> 253 struct disjoint<Linear, Areal, 2, linear_tag, areal_tag, false> 254 : public detail::disjoint::disjoint_linear_areal<Linear, Areal> 258 template <typename Areal, typename Linear> 259 struct disjoint<Areal, Linear, 2, areal_tag, linear_tag, false> 262 static inline bool apply(Areal const& areal, Linear const& linear, in apply() 267 Linear, Areal in apply()
|
| H A D | point_geometry.hpp | 63 template<typename Point, typename Linear, std::size_t DimensionCount> 64 struct disjoint<Point, Linear, DimensionCount, point_tag, linear_tag, false>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/ |
| H A D | debug_print_boundary_points.hpp | 43 template <typename Linear, typename Tag = typename tag<Linear>::type> 45 : not_implemented<Linear> 96 template <typename Linear> 97 inline void debug_print_boundary_points(Linear const& linear) in debug_print_boundary_points() 99 debug_boundary_points_printer<Linear>::apply(linear); in debug_print_boundary_points() 102 template <typename Linear> 103 inline void debug_print_boundary_points(Linear const&)
|
| H A D | linear.hpp | 192 template <typename Linear, typename Strategy> 193 inline bool has_self_intersections(Linear const& linear, Strategy const& strategy) in has_self_intersections() 195 typedef typename point_type<Linear>::type point_type; in has_self_intersections() 214 is_acceptable_turn<Linear> predicate(linear); in has_self_intersections() 217 is_acceptable_turn<Linear> in has_self_intersections()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | ltc2978.rst | 6 * Linear Technology LTC2972 14 * Linear Technology LTC2974 22 * Linear Technology LTC2975 30 * Linear Technology LTC2977 38 * Linear Technology LTC2978, LTC2978A 48 * Linear Technology LTC2979 56 * Linear Technology LTC2980 64 * Linear Technology LTC3880 72 * Linear Technology LTC3882 80 * Linear Technology LTC3883 [all …]
|
| /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 D | implementation.hpp | 102 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 103 struct relate<Linear, Areal, Tag1, Tag2, 1, 2, true> 104 : detail::relate::linear_areal<Linear, Areal> 107 template <typename Areal, typename Linear, typename Tag1, typename Tag2> 108 struct relate<Areal, Linear, Tag1, Tag2, 2, 1, true> 109 : detail::relate::areal_linear<Areal, Linear>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | disjoint_segment_box.hpp | 81 template <typename Linear, typename Box, typename LinearTag> 82 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, 88 template <typename Box, typename Linear, typename LinearTag> 89 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/ |
| H A D | disjoint_segment_box.hpp | 106 template <typename Linear, typename Box, typename LinearTag> 107 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, 113 template <typename Box, typename Linear, typename LinearTag> 114 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | sensorinfo_head.h | 95 CalibDb_CISNormalTimeSetV2_t Linear; member 162 CalibDb_Dcg_ParamsV2_t Linear; member 181 CalibDb_ExpUpdateV2_t Linear; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/ |
| H A D | implementation.hpp | 374 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 375 struct touches<Linear, Areal, Tag1, Tag2, linear_tag, areal_tag, false> 379 Linear, 385 template <typename Linear, typename Areal, typename Tag1, typename Tag2> 386 struct touches<Areal, Linear, Tag1, Tag2, areal_tag, linear_tag, false> 391 Linear
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/ |
| H A D | disjoint_segment_box.hpp | 297 template <typename Linear, typename Box, typename LinearTag> 298 struct default_strategy<Linear, Box, LinearTag, box_tag, 1, 2, cartesian_tag, cartesian_tag> 303 template <typename Box, typename Linear, typename LinearTag> 304 struct default_strategy<Box, Linear, box_tag, LinearTag, 2, 1, cartesian_tag, cartesian_tag>
|
| /OK3568_Linux_fs/kernel/drivers/iio/position/ |
| H A D | Kconfig | 3 # Linear and angular position sensors 7 menu "Linear and angular position sensors"
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | aec_xml2json.cpp | 300 sensor_info->CISTimeSet.Linear.CISLinTimeRegMaxFac = sensor_xml.CISLinTimeRegMaxFac; in convertSensorinfoCalibV1ToCalibV2() 301 sensor_info->CISTimeSet.Linear.CISTimeRegMin = sensor_xml.CISTimeRegMin; in convertSensorinfoCalibV1ToCalibV2() 302 sensor_info->CISTimeSet.Linear.CISTimeRegOdevity = sensor_xml.CISTimeRegOdevity; in convertSensorinfoCalibV1ToCalibV2() 316 sensor_info->CISExpUpdate.Linear.time_update = system_xml.exp_delay.Normal.time_delay; in convertSensorinfoCalibV1ToCalibV2() 317 sensor_info->CISExpUpdate.Linear.gain_update = system_xml.exp_delay.Normal.gain_delay; in convertSensorinfoCalibV1ToCalibV2() 318 sensor_info->CISExpUpdate.Linear.dcg_update = system_xml.exp_delay.Normal.dcg_delay; in convertSensorinfoCalibV1ToCalibV2() 323 sensor_info->CISDcgSet.Linear.support_en = system_xml.dcg.Normal.support_en; in convertSensorinfoCalibV1ToCalibV2() 324 sensor_info->CISDcgSet.Linear.dcg_mode = system_xml.dcg.Normal.dcg_mode; in convertSensorinfoCalibV1ToCalibV2() 325 sensor_info->CISDcgSet.Linear.dcg_optype = system_xml.dcg.Normal.dcg_optype; in convertSensorinfoCalibV1ToCalibV2() 326 sensor_info->CISDcgSet.Linear.dcg_ratio = system_xml.dcg.Normal.dcg_ratio; in convertSensorinfoCalibV1ToCalibV2() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 529 … node->setFiltering(QSGTexture::Linear); // With mipmapping QSGTexture::Nearest generates artifacts in updateTiles() 530 node->setMipmapFiltering(QSGTexture::Linear); in updateTiles() 532 …node->setFiltering((d->m_linearScaling || overzooming) ? QSGTexture::Linear : QSGTexture::Nearest); in updateTiles() 562 …tileNode->setFiltering(QSGTexture::Linear); // with mipmapping QSGTexture::Nearest generates artif… in updateTiles() 563 tileNode->setMipmapFiltering(QSGTexture::Linear); in updateTiles() 565 …tileNode->setFiltering((d->m_linearScaling || overzooming) ? QSGTexture::Linear : QSGTexture::Near… in updateTiles()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | brcm,spi-bcm-qspi.txt | 64 - "spi_lr_fullness_reached" : Linear read BSPI pipe full 65 - "spi_lr_session_aborted" : Linear read BSPI pipe aborted 66 - "spi_lr_impatient" : Linear read BSPI requested when pipe empty 67 - "spi_lr_session_done" : Linear read BSPI session done
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | Kconfig | 124 tristate "Linear Technologies LTC2978 and compatibles" 126 If you say yes here you get hardware monitoring support for Linear 137 If you say yes here you get regulator support for Linear Technology 143 tristate "Linear Technologies LTC3815" 145 If you say yes here you get hardware monitoring support for Linear
|