Lines Matching refs:chars_format
356 chars_format _Fmt, const double __f) {
363 if (_Fmt == chars_format{}) {
382 _Fmt = chars_format::fixed;
384 _Fmt = chars_format::scientific;
386 } else if (_Fmt == chars_format::general) {
393 _Fmt = chars_format::fixed;
395 _Fmt = chars_format::scientific;
399 if (_Fmt == chars_format::fixed) {
704 const chars_format _Fmt) {
711 if (_Fmt == chars_format::scientific) {
721 // Print "0" for chars_format::fixed, chars_format::general, and chars_format{}.
735 if (_Fmt == chars_format::fixed) {