Home
last modified time | relevance | path

Searched refs:Log2P (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h185 #define Log2P 1 macro
218 #define Log2P 1 macro
248 #define Log2P 4 macro
272 #define Log2P 1 macro
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h135 #define Log2P 1 macro
172 #define Log2P 1 macro
212 #define Log2P 4 macro
237 #define Log2P 1 macro
Ddtoa.c666 b2 += Log2P; in __dtoa()
667 s2 += Log2P; in __dtoa()
748 mhi = lshift (mhi, Log2P); in __dtoa()
Dstrtod.c872 delta = lshift(delta,Log2P);
963 delta = lshift(delta,Log2P);