Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp39 uint64_t u64; in TEST() local
181 uint64_t u64 = random_gen(), u64_z = 0, u64_min = std::numeric_limits<uint64_t>::min(), in TEST() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp667 auto u64 = bit_cast<uint64_t>(d); in DoubleToInt() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h499 IrConstructor &u64() // NOLINT(readability-identifier-naming) in u64() function