Searched refs:dsgn (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 71 int mode, dsgn; in __cvt() local 102 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in __cvt()
|
D | vfwprintf.c | 1538 int mode, dsgn; in wcvt() local 1616 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in wcvt()
|
D | vfprintf.c | 1558 int mode, dsgn; in cvt() local 1630 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in cvt()
|