Searched refs:half_bits (Results 1 – 1 of 1) sorted by relevance
61 static const std::size_t half_bits = bits / 2; member63 static const unsigned_type base = unsigned_type(1) << half_bits; // 2^half_bits82 m_ms = val_u >> half_bits; // val_u / base in multiplicable_integral()94 unsigned_type z0_ms = z0 >> half_bits; // z0 / base in operator *()