Home
last modified time | relevance | path

Searched refs:POW10_1 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutils.cpp23 constexpr uint64_t POW10_1 = 10ULL; in CountDigits() local
28 while (v >= POW10_1) { in CountDigits()
H A Dutf.cpp615 constexpr uint64_t POW10_1 = 10U; in UInt64ToUtf16Array() local
627 if (v >= POW10_1) { in UInt64ToUtf16Array()

Completed in 3 milliseconds