Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c146 *--t = to_char (exp % 10); in __exponent()
149 *--t = to_char (exp); in __exponent()
156 *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.c321 #define to_char(n) ((n) + L'0') macro
1308 *--cp = to_char (_uquad & 7); in VFWPRINTF()
1319 *--cp = to_char(_uquad); in VFWPRINTF()
1326 *--cp = to_char (_uquad % 10); in VFWPRINTF()
1663 *--t = to_char (exp % 10); in wexponent()
1665 *--t = to_char (exp); in wexponent()
1671 *p++ = to_char (exp); in wexponent()
Dvfprintf.c352 #define to_char(n) ((n) + '0') macro
1328 *--cp = to_char (_uquad & 7); in VFPRINTF()
1339 *--cp = to_char(_uquad); in VFPRINTF()
1346 *--cp = to_char (_uquad % 10); in VFPRINTF()
1667 *--t = to_char (exp % 10); in exponent()
1669 *--t = to_char (exp); in exponent()
1675 *p++ = to_char (exp); in exponent()