Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h57 static constexpr uint64_t DOUBLE_SIGN_MASK = 0x8000000000000000ULL; variable
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h36 static constexpr uint64_t DOUBLE_SIGN_MASK = 0x8000000000000000ULL; variable