Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutils.cpp24 constexpr uint64_t POW10_2 = 100ULL; in CountDigits() local
29 if (v < POW10_2) { in CountDigits()
H A Dutf.cpp616 constexpr uint64_t POW10_2 = 100U; in UInt64ToUtf16Array() local
622 while (v >= POW10_2) { in UInt64ToUtf16Array()
624 out[--i] = BIDIGITS_CODE_TAB[v % POW10_2]; in UInt64ToUtf16Array()
625 v /= POW10_2; in UInt64ToUtf16Array()

Completed in 2 milliseconds