Home
last modified time | relevance | path

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

/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