Home
last modified time | relevance | path

Searched refs:softsign (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_float.c174 char softsign; in _printf_float() local
237 cp = __cvt (data, _fpvalue, pdata->prec, pdata->flags, &softsign, in _printf_float()
285 if (softsign) in _printf_float()
Dvfwprintf.c389 wchar_t softsign; /* temporary negative sign for floats */ in VFWPRINTF() local
1021 cp = wcvt (_fpvalue, prec, flags, &softsign, in VFWPRINTF()
1036 cp = wcvt (_fpvalue, prec, flags, &softsign, in VFWPRINTF()
1096 if (softsign) in VFWPRINTF()
Dvfprintf.c418 char softsign; /* temporary negative sign for floats */ in VFPRINTF() local
1063 cp = cvt (_fpvalue, prec, flags, &softsign, in VFPRINTF()
1127 if (softsign) in VFPRINTF()