Home
last modified time | relevance | path

Searched refs:use_fraction (Results 1 – 2 of 2) 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/turns/
H A Dcompare_turns.hpp86 static inline bool use_fraction(Turn const& left, Turn const& right) in use_fraction() function
104 return sl < sr || ( sl == sr && use_fraction(left, right) ); in operator ()()
/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 Dturns.hpp278 static inline bool use_fraction(Turn const& left, Turn const& right) in use_fraction() function
298 return sl < sr || ( sl == sr && use_fraction(left, right) ); in operator ()()