Home
last modified time | relevance | path

Searched refs:segment1 (Results 1 – 6 of 6) 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/distance/
H A Dsegment_to_segment.hpp70 apply(Segment1 const& segment1, Segment2 const& segment2, in apply() argument
73 if (geometry::intersects(segment1, segment2)) in apply()
79 detail::assign_point_from_index<0>(segment1, p[0]); in apply()
80 detail::assign_point_from_index<1>(segment1, p[1]); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/
H A Dtupled.hpp50 Segment1 const& segment1, Segment2 const& segment2, in segments_collinear()
58 Policy1::segments_collinear(segment1, segment2, in segments_collinear()
62 Policy2::segments_collinear(segment1, segment2, in segments_collinear()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dimplementation.hpp111 static inline bool apply(Segment1 const& segment1, Segment2 const& segment2, Strategy const& ) in apply()
114 indexed_point_view<Segment1 const, 0>(segment1), in apply()
117 indexed_point_view<Segment1 const, 1>(segment1), in apply()
120 indexed_point_view<Segment1 const, 0>(segment1), in apply()
123 indexed_point_view<Segment1 const, 1>(segment1), in apply()
/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 Dlinear_linear.hpp57 static inline bool apply(Segment1 const& segment1, Segment2 const& segment2, in apply()
81 intersection_return_type is = strategy.apply(segment1, segment2, in apply()
/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 Dintersection_insert.hpp72 static inline OutputIterator apply(Segment1 const& segment1, in apply()
91 assign_point_from_index<0>(segment1, pi); in apply()
92 assign_point_from_index<1>(segment1, pj); in apply()
117 is = strategy.apply(segment1, segment2, in apply()
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_sysfs.c39 zpci_attr(segment1, "0x%02x\n", pfip[1]);