Home
last modified time | relevance | path

Searched refs:tempMax (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_gate_info.h294 uint32_t tempMax = bit_cast<uint32_t>((min_ < 0) ? std::min(-1, max_) : max_); in SHR() local
296 int32_t nmax = bit_cast<int32_t>(tempMax >> shift); in SHR()

Completed in 3 milliseconds