Searched refs:__log10Pow2 (Results 1 – 2 of 2) sorted by relevance
60 uint32_t __log10Pow2(const int32_t e);62 #define log10Pow2(e) __log10Pow2(e)
20 uint32_t __log10Pow2(const int32_t e) { in __log10Pow2() function