Home
last modified time | relevance | path

Searched defs:printf_float (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/hello-world/
Dprintf.c40 #define printf_float(x) (x) macro
/picolibc-latest/newlib/libc/tinystdio/
Dstdio.h450 # define printf_float(x) ((double) (x)) macro
458 # define printf_float(x) ((double) (x)) macro
472 # define printf_float(x) ((double) (x)) macro
484 # define printf_float(x) __printf_float(x) macro
493 # define printf_float(x) ((double) (x)) macro
/picolibc-latest/test/
Dprintf-tests.c17 #define printf_float(x) ((double) (x)) macro
Dprintf_scanf.c52 # define printf_float(x) ((double) (x)) macro
111 #define printf_float(x) ((double) (x)) macro