Searched refs:high_bits_zero (Results 1 – 1 of 1) sorted by relevance
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16() local487 if (high_bits_zero) { in AssignPowerUInt16()