Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp44 constexpr uint64_t MAX_MANTISSA = 0x1ULL << 52U; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.h61 inline constexpr uint64_t MAX_MANTISSA = 0x1ULL << 52U; member

Completed in 3 milliseconds