Searched refs:softsign (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 174 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()
|
D | vfwprintf.c | 389 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()
|
D | vfprintf.c | 418 char softsign; /* temporary negative sign for floats */ in VFPRINTF() local 1063 cp = cvt (_fpvalue, prec, flags, &softsign, in VFPRINTF() 1127 if (softsign) in VFPRINTF()
|