Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Ddtox_engine.c53 #define DTOX_INT int64_t macro
74 #define DTOX_INT int32_t macro
109 DTOX_INT fi, s; in __dtox_engine()
143 DTOX_INT half = ((DTOX_INT) 1) << (bits - 1); in __dtox_engine()
144 DTOX_INT mask = ~((half << 1) - 1); in __dtox_engine()