Home
last modified time | relevance | path

Searched refs:has_nan_coordinate (Results 1 – 4 of 4) 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_box.hpp569 || geometry::has_nan_coordinate(p0) in non_negative_slope_segment()
570 || geometry::has_nan_coordinate(p1)); in non_negative_slope_segment()
623 || geometry::has_nan_coordinate(p0) in negative_slope_segment()
624 || geometry::has_nan_coordinate(p1) ); in negative_slope_segment()
672 || geometry::has_nan_coordinate(p0) in apply()
673 || geometry::has_nan_coordinate(p1) ); in apply()
/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 Dboundary_checker.hpp118 if (! geometry::has_nan_coordinate(front_pt)) in is_endpoint_boundary()
122 if (! geometry::has_nan_coordinate(back_pt)) in is_endpoint_boundary()
H A Dtopology_check.hpp201 if (! geometry::has_nan_coordinate(front_pt)) in init()
205 if (! geometry::has_nan_coordinate(back_pt)) in init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dhas_nan_coordinate.hpp84 bool has_nan_coordinate(Point const& point) in has_nan_coordinate() function