Home
last modified time | relevance | path

Searched defs:SHIFT_32BIT (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.h60 static constexpr int SHIFT_32BIT = 32; member in panda::ecmascript::base::UInt128
68 accumulator >>= SHIFT_32BIT; in Multiply() local
71 accumulator >>= SHIFT_32BIT; in Multiply() local
74 accumulator >>= SHIFT_32BIT; in Multiply() local

Completed in 2 milliseconds