Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Ddtoa_helper.h58 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function
59 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function