Home
last modified time | relevance | path

Searched refs:half_bits (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.hpp61 static const std::size_t half_bits = bits / 2; member
63 static const unsigned_type base = unsigned_type(1) << half_bits; // 2^half_bits
82 m_ms = val_u >> half_bits; // val_u / base in multiplicable_integral()
94 unsigned_type z0_ms = z0 >> half_bits; // z0 / base in operator *()