Lines Matching refs:chars_format
356 chars_format _Fmt, const double __f) { in __to_chars()
363 if (_Fmt == chars_format{}) { in __to_chars()
382 _Fmt = chars_format::fixed; in __to_chars()
384 _Fmt = chars_format::scientific; in __to_chars()
386 } else if (_Fmt == chars_format::general) { in __to_chars()
393 _Fmt = chars_format::fixed; in __to_chars()
395 _Fmt = chars_format::scientific; in __to_chars()
399 if (_Fmt == chars_format::fixed) { in __to_chars()
704 const chars_format _Fmt) { in __d2s_buffered_n()
711 if (_Fmt == chars_format::scientific) { in __d2s_buffered_n()
735 if (_Fmt == chars_format::fixed) { in __d2s_buffered_n()