Home
last modified time | relevance | path

Searched refs:m_ls (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/strategies/cartesian/
H A Dside_of_intersection.hpp67 unsigned_type m_ls; member
70 : m_sign(sign), m_ms(ms), m_ls(ls) in multiplicable_integral()
83 m_ls = val_u - m_ms * base; in multiplicable_integral()
91 unsigned_type z0 = a.m_ls * b.m_ls; in operator *()
92 unsigned_type z1 = (a.m_ms + a.m_ls) * (b.m_ms + b.m_ls) - z2 - z0; in operator *()
106 || (a.m_ms == b.m_ms && a.m_ls < b.m_ls); in operator <()
125 CmpVal val = CmpVal(m_sign) * (CmpVal(m_ms) * CmpVal(b) + CmpVal(m_ls)); in check_value()
/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 Dtopology_check.hpp56 : m_ls(ls) in topology_check()
87 if (visitor.apply(range::front(m_ls))) in for_each_boundary_point()
88 visitor.apply(range::back(m_ls)); in for_each_boundary_point()
98 std::size_t count = boost::size(m_ls); in init()
102 && ! detail::equals::equals_point_point(range::front(m_ls), range::back(m_ls)); in init()
107 Linestring const& m_ls; member