Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c293 PRINT (cp, pdata->size); in _printf_float()
304 PRINT ("0", 1); in _printf_float()
307 PRINT (decimal_point, decp_len); in _printf_float()
313 PRINT ("0", 1); in _printf_float()
316 PRINT (decimal_point, decp_len); in _printf_float()
318 PRINT (cp, ndig); in _printf_float()
327 PRINT (decimal_point, decp_len); in _printf_float()
336 PRINT (cp, 1); in _printf_float()
338 PRINT (decimal_point, decp_len); in _printf_float()
341 PRINT (cp, ndig - 1); in _printf_float()
[all …]
Dvfwprintf.c457 #define PRINT(ptr, len) { \ in VFWPRINTF() macro
471 PRINT (with, PADSIZE); \ in VFWPRINTF()
474 PRINT (with, n); \ in VFWPRINTF()
482 PRINT((p), n); \ in VFWPRINTF()
492 #define PRINT(ptr, len) { \ in VFWPRINTF() macro
499 PRINT (with, PADSIZE); \ in VFWPRINTF()
502 PRINT (with, n); \ in VFWPRINTF()
510 PRINT((p), n); \ in VFWPRINTF()
624 PRINT (cp, m); in VFWPRINTF()
1415 PRINT (&sign, 1); in VFWPRINTF()
[all …]
Dvfprintf.c471 #define PRINT(ptr, len) { \ in VFPRINTF() macro
485 PRINT (with, PADSIZE); \ in VFPRINTF()
488 PRINT (with, n); \ in VFPRINTF()
496 PRINT((p), n); \ in VFPRINTF()
506 #define PRINT(ptr, len) { \ in VFPRINTF() macro
513 PRINT (with, PADSIZE); \ in VFPRINTF()
516 PRINT (with, n); \ in VFPRINTF()
524 PRINT((p), n); \ in VFPRINTF()
669 PRINT (cp, m); in VFPRINTF()
1437 PRINT (&sign, 1); in VFPRINTF()
[all …]
Dnano-vfprintf_local.h166 #define PRINT(ptr, len) { \ macro
184 PRINT((p), temp_n); \
Dnano-vfprintf_i.c92 PRINT (pdata->l_buf, n); in _printf_common()
243 PRINT (cp, pdata->size); in _printf_i()
Dnano-vfprintf.c508 PRINT (cp, m); in VFPRINTF()
/picolibc-latest/test/
Dmath_errhandling_tests.c1515 #define PRINT if (!printed++) printf(" %-30.30s = %g errno %d (%s) except %s\n", \ macro
1518 #define PRINT if (!printed++) printf(" %-30.30s = (float) errno %d (%s) except %s\n", \ macro
1676 PRINT; in makemathname()
1695 PRINT; in makemathname()
1707 PRINT; in makemathname()
1715 PRINT; in makemathname()
1723 PRINT; in makemathname()