Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ryu/
Dcommon.h49 int32_t __pow5bits(const int32_t e);
51 #define pow5bits(e) __pow5bits(e)
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dryu_pow5bits.c20 int32_t __pow5bits(const int32_t e) { in __pow5bits() function