Searched refs:dsgn (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 69 int mode, dsgn; in __cvt() local 100 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in __cvt()
|
D | vfwprintf.c | 1536 int mode, dsgn; in wcvt() local 1614 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in wcvt()
|
D | vfprintf.c | 1553 int mode, dsgn; in cvt() local 1625 digits = _DTOA (value, mode, ndigits, decpt, &dsgn, &rve); in cvt()
|