Home
last modified time | relevance | path

Searched defs:nmax (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h169 int32_t nmax = MaybeAddOverflow(rhs) ? INT32_MAX : max_ + rhs.max_; variable
178 int32_t nmax = std::max(std::abs(rhs.min_), std::abs(rhs.max_)); variable
200 int32_t nmax = GetMaxMulResult(rhs); variable
271 int32_t nmax = MaybeSubOverflow(rhs) ? INT32_MAX : max_ - rhs.min_; variable
296 int32_t nmax = bit_cast<int32_t>(tempMax >> shift); in SHR() local
306 int32_t nmax = max_ >> shift; in ASHR() local