Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libm/test/
Ddcvt.c26 #define _MAX_CHARS 512 macro
488 in.decimal_places = _MAX_CHARS; in _dcvt()
496 in.decimal_places = _MAX_CHARS; in _dcvt()
521 in.max_digits = _MAX_CHARS; in _dcvt()
529 in.max_digits = _MAX_CHARS; in _dcvt()
562 in.max_digits = _MAX_CHARS; in fcvtbuf()
563 in.buffer_size = _MAX_CHARS; /* Take as many as needed */ in fcvtbuf()
593 in.buffer_size =_MAX_CHARS; in ecvtbuf()
594 in.decimal_places = _MAX_CHARS; in ecvtbuf()