Searched refs:etoasc (Results 1 – 2 of 2) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | ldtoa.c | 94 static void etoasc (short unsigned int *x, char *string, int ndec, int ndigs, 2768 etoasc (w, string, ndigs, -1, ldp); 2870 etoasc (e, outbuf, (int) ndec, ndigits, mode, ldp); in __ldtoa() 3003 etoasc (short unsigned int *x, char *string, int ndec, int ndigits, in etoasc() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 7835 * libc/stdlib/ldtoa.c (etoasc): Fix rounding to even when fraction
|