Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/base/
Dglobals.h45 constexpr bool IsPowerOfTwo(T x) in IsPowerOfTwo() function
/arkcompiler/runtime_core/libpandabase/utils/
Dmath_helpers.h55 constexpr bool IsPowerOfTwo(T value) in IsPowerOfTwo() function
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmath_helpers_test.cpp42 TEST(MathHelpers, IsPowerOfTwo) in TEST() argument
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dmath_helpers.h62 inline constexpr bool IsPowerOfTwo(T value) in IsPowerOfTwo() function