Searched refs:m_ls (Results 1 – 2 of 2) sorted by relevance
67 unsigned_type m_ls; member70 : 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()
56 : 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