Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dnano-vfprintf_float.c148 *--t = to_char (exp % 10); in __exponent()
151 *--t = to_char (exp); in __exponent()
158 *p++ = to_char (exp); in __exponent()
Dnano-vfscanf_local.h99 #define to_char(n) ((n) + '0') macro
Dnano-vfprintf_local.h123 #define to_char(n) ((n) + '0') macro
Dvfwprintf.c317 #define to_char(n) ((n) + L'0') macro
1299 *--cp = to_char (_uquad & 7); in VFWPRINTF()
1310 *--cp = to_char(_uquad); in VFWPRINTF()
1317 *--cp = to_char (_uquad % 10); in VFWPRINTF()
1654 *--t = to_char (exp % 10); in wexponent()
1656 *--t = to_char (exp); in wexponent()
1662 *p++ = to_char (exp); in wexponent()
Dvfprintf.c600 #define to_char(n) ((n) + '0') macro
1554 *--cp = to_char (_uquad & 7);
1565 *--cp = to_char(_uquad);
1572 *--cp = to_char (_uquad % 10);
1893 *--t = to_char (exp % 10);
1895 *--t = to_char (exp);
1901 *p++ = to_char (exp);