Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h63 static constexpr int64_t MINUS_ZERO_BITS = (static_cast<uint64_t>(MINUS_ZERO_HIBITS) << 32) | MINUS_ZERO_LOBITS; member

Completed in 2 milliseconds