Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Ddtoa_helper.cpp27 #define UINT64_C2 ConstructLong macro
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Ddtoa_helper.cpp20 #define UINT64_C2(high32, low32) ((static_cast<uint64_t>(high32) << 32) | static_cast<uint64_t>(low32)) macro
[all...]

Completed in 1 milliseconds