Home
last modified time | relevance | path

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

/AliOS-Things-master/components/minilibc/libc/
A Dprintf.c379 static size_t _ftoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() function
511 return _ftoa(out, buffer, idx, maxlen, value, prec, width, flags); in _etoa()
597 …idx = _ftoa(out, buffer, idx, maxlen, negative ? -value : value, prec, fwidth, flags & ~FLAGS_ADAP… in _etoa()
801 idx = _ftoa(out, buffer, idx, maxlen, va_arg(va, double), precision, width, flags); in _vsnprintf()

Completed in 3 milliseconds