Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h28 static constexpr uint32_t GetIntLog2(const uint32_t X) in GetIntLog2() function
33 static constexpr uint64_t GetIntLog2(const uint64_t X) in GetIntLog2() function
/arkcompiler/runtime_core/libpandabase/utils/
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