Home
last modified time | relevance | path

Searched refs:nhpot (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/unit/pot/
Dnhpot.cpp13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot() function
42 zassert_equal(64ULL, nhpot(42ULL)); in ZTEST()
44 zassert_equal(BIT64(33), nhpot(42 + BIT64(32))); in ZTEST()