Home
last modified time | relevance | path

Searched defs:GetIntLog2 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dmath_helpers.h34 constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2() function
45 constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmath_helpers.h33 constexpr uint32_t GetIntLog2(const uint32_t x) in GetIntLog2() function
44 constexpr uint64_t GetIntLog2(const uint64_t x) in GetIntLog2() function
/arkcompiler/ets_runtime/ecmascript/base/
H A Dmath_helper.h30 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2() function in panda::ecmascript::base::MathHelper
35 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2() function in panda::ecmascript::base::MathHelper

Completed in 1 milliseconds