Searched defs:nmax (Results 1 – 1 of 1) sorted by relevance
157 int32_t nmax = MaybeAddOverflow(rhs) ? INT32_MAX : max_ + rhs.max_; variable179 int32_t nmax = MaybeSubOverflow(rhs) ? INT32_MAX : max_ - rhs.min_; variable202 int32_t nmax = bit_cast<int32_t>(tempMax >> shift); in SHR() local211 int32_t nmax = max_ >> shift; in ASHR() local