Searched refs:count_is_negative (Results 1 – 1 of 1) sorted by relevance
119 bool count_is_negative = count < 0; in Accumulate() local120 uint16_t count16 = static_cast<uint16_t>(count_is_negative ? -count : count); in Accumulate()146 if (count_is_negative) in Accumulate()