Home
last modified time | relevance | path

Searched refs:m_ms (Results 1 – 1 of 1) 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.hpp66 unsigned_type m_ms; member
70 : m_sign(sign), m_ms(ms), m_ls(ls) in multiplicable_integral()
82 m_ms = val_u >> half_bits; // val_u / base in multiplicable_integral()
83 m_ls = val_u - m_ms * base; in multiplicable_integral()
90 unsigned_type z2 = a.m_ms * b.m_ms; in operator *()
92 unsigned_type z1 = (a.m_ms + a.m_ls) * (b.m_ms + b.m_ls) - z2 - z0; in operator *()
105 bool u_less = a.m_ms < b.m_ms 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()