Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/ryu/
Dcommon.h65 uint32_t __log10Pow5(const int32_t e);
67 #define log10Pow5(e) __log10Pow5(e)
/picolibc-latest/newlib/libc/tinystdio/
Dryu_log10.c28 uint32_t __log10Pow5(const int32_t e) { in __log10Pow5() function