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