Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/test/
Ddcvt.c100 int decimal_places; /* the number of digits to print after member
302 if (in->decimal_places in _cvte()
314 && after_decimal < in->decimal_places in _cvte()
388 if (in->decimal_places in _cvtf()
408 && (after_decimal < in->decimal_places) in _cvtf()
419 && after_decimal < in->decimal_places in _cvtf()
487 in.decimal_places = _MAX_CHARS; in _dcvt()
495 in.decimal_places = _MAX_CHARS; in _dcvt()
519 in.decimal_places= precision; in _dcvt()
527 in.decimal_places = precision; in _dcvt()
[all …]