Home
last modified time | relevance | path

Searched refs:PRINTF_LEVEL (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dvfprintf.c43 #define PRINTF_LEVEL PRINTF_DBL macro
63 #ifndef PRINTF_LEVEL
64 # define PRINTF_LEVEL PRINTF_DBL macro
75 #if PRINTF_LEVEL == PRINTF_MIN
83 #elif PRINTF_LEVEL == PRINTF_STD
96 #elif PRINTF_LEVEL == PRINTF_LLONG
109 #elif PRINTF_LEVEL == PRINTF_FLT
119 #elif PRINTF_LEVEL == PRINTF_DBL
133 # error invalid PRINTF_LEVEL
136 #if PRINTF_LEVEL >= PRINTF_FLT
[all …]
Dvfmprintf.c33 #define PRINTF_LEVEL PRINTF_MIN macro
Dvffprintf.c33 #define PRINTF_LEVEL PRINTF_FLT macro
Dvfiprintf.c34 #define PRINTF_LEVEL PRINTF_STD macro
Dvflprintf.c34 #define PRINTF_LEVEL PRINTF_LLONG macro
Dultoa_invert.c29 #if PRINTF_LEVEL < PRINTF_DBL && defined(_PRINTF_SMALL_ULTOA)