Lines Matching refs:decimal_places
100 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()
563 in.decimal_places = ndigit; in fcvtbuf()
593 in.decimal_places = _MAX_CHARS; in ecvtbuf()