Lines Matching defs:_Fmt
420 chars_format _Fmt, const uint32_t __ieeeMantissa, const uint32_t __ieeeExponent) {
427 if (_Fmt == chars_format{}) {
446 _Fmt = chars_format::fixed;
448 _Fmt = chars_format::scientific;
450 } else if (_Fmt == chars_format::general) {
457 _Fmt = chars_format::fixed;
459 _Fmt = chars_format::scientific;
463 if (_Fmt == chars_format::fixed) {
664 const chars_format _Fmt) {
671 if (_Fmt == chars_format::scientific) {
695 // When _Fmt == chars_format::fixed and the floating-point number is a large integer,
697 if (_Fmt == chars_format::fixed) {
711 return __to_chars(_First, _Last, __v, _Fmt, __ieeeMantissa, __ieeeExponent);