Lines Matching defs:_Fmt
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) {
735 if (_Fmt == chars_format::fixed) {
778 return __to_chars(_First, _Last, __v, _Fmt, __f);