Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/ryu/
Dcommon.h60 uint32_t __log10Pow2(const int32_t e);
62 #define log10Pow2(e) __log10Pow2(e)
/picolibc-latest/newlib/libc/tinystdio/
Dryu_log10.c20 uint32_t __log10Pow2(const int32_t e) { in __log10Pow2() function