Searched refs:orig_rep_hi (Results 1 – 1 of 1) sorted by relevance
410 const int64_t orig_rep_hi = rep_hi_; in operator +=() local418 if (rhs.rep_hi_ < 0 ? rep_hi_ > orig_rep_hi : rep_hi_ < orig_rep_hi) { in operator +=()429 const int64_t orig_rep_hi = rep_hi_; in operator -=() local437 if (rhs.rep_hi_ < 0 ? rep_hi_ < orig_rep_hi : rep_hi_ > orig_rep_hi) { in operator -=()