Home
last modified time | relevance | path

Searched refs:equals_by_policy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_by_triangle.hpp254 return math::detail::equals_by_policy(s, zero, epsp.policy) ? 0 in apply()
H A Dintersection.hpp359 if (math::detail::equals_by_policy(robust_da0, zero, policy) in apply()
360 || math::detail::equals_by_policy(robust_db0, zero, policy)) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp196 inline bool equals_by_policy(T1 const& a, T2 const& b, Policy const& policy) in equals_by_policy() function