Home
last modified time | relevance | path

Searched refs:FPT (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c235 pdata->flags |= FPT; in _printf_float()
291 if ((pdata->flags & FPT) == 0) in _printf_float()
Dnano-vfprintf_local.h139 #define FPT 0x400 /* Floating point number. */ macro
Dvfwprintf.c340 #define FPT 0x100 /* Floating point number */ macro
1019 flags |= FPT; in VFWPRINTF()
1428 if ((flags & FPT) == 0) { in VFWPRINTF()
Dvfprintf.c371 #define FPT 0x100 /* Floating point number */ macro
1061 flags |= FPT; in VFPRINTF()
1450 if ((flags & FPT) == 0) { in VFPRINTF()