Searched refs:__log10Pow5 (Results 1 – 2 of 2) sorted by relevance
65 uint32_t __log10Pow5(const int32_t e);67 #define log10Pow5(e) __log10Pow5(e)
28 uint32_t __log10Pow5(const int32_t e) { in __log10Pow5() function