Searched refs:PRINT (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 293 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 …]
|
D | vfwprintf.c | 457 #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 …]
|
D | vfprintf.c | 471 #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 …]
|
D | nano-vfprintf_local.h | 166 #define PRINT(ptr, len) { \ macro 184 PRINT((p), temp_n); \
|
D | nano-vfprintf_i.c | 92 PRINT (pdata->l_buf, n); in _printf_common() 243 PRINT (cp, pdata->size); in _printf_i()
|
D | nano-vfprintf.c | 508 PRINT (cp, m); in VFPRINTF()
|
/picolibc-latest/test/ |
D | math_errhandling_tests.c | 1515 #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()
|