Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Decvtbuf.c139 print_e ( in print_e() function
384 print_e (buf, invalue, ndigit - 1, type, dot); in _gcvt()
478 print_e (buffer, invalue, precision, type, dot); in _dcvt()
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201520764 * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
25690 * libc/stdlib/ecvtbuf.c (print_e): If _dtoa_r sets decpt to 9999,
25946 (print_e): More comments to describe args, etc.
25950 More comments for print_e invocation.
25951 Pass "type" to print_e as is (g/G).