Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.h58 static constexpr uint64_t DOUBLE_EXPONENT_MASK = 0x7FFULL << DOUBLE_SIGNIFICAND_SIZE; member
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h39 static constexpr uint64_t DOUBLE_EXPONENT_MASK = 0x7FFULL << DOUBLE_SIGNIFICAND_SIZE; member

Completed in 2 milliseconds