Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/strategies/cartesian/
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 <()
126 CmpVal val = CmpVal(m_sign) * (CmpVal(m_ms) * CmpVal(b) + CmpVal(m_ls)); in check_value()
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dtopology_check.hpp59 : m_ls(ls) in topology_check()
90 if (visitor.apply(range::front(m_ls))) in for_each_boundary_point()
91 visitor.apply(range::back(m_ls)); in for_each_boundary_point()
101 std::size_t count = boost::size(m_ls); in init()
105 && ! detail::equals::equals_point_point(range::front(m_ls), in init()
106 range::back(m_ls), in init()
112 Linestring const& m_ls; member
/third_party/boost/libs/geometry/test/io/svg/
Dsvg.cpp78 multi_linestring m_ls; in test_all() local
79 m_ls.push_back(ls); in test_all()
109 os << bg::svg(m_ls, m_style); in test_all()
130 mapper.add(m_ls); in test_all()
141 mapper.map(m_ls, m_style); in test_all()