Searched refs:new_i (Results 1 – 1 of 1) sorted by relevance
48 void SetI(int32_t new_i) { in SetI() argument49 j = ((static_cast<int64_t>(new_i) << 32) >> 32); // Sign-extend to 64 bits. in SetI()