Lines Matching refs:chars_format
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) {
681 // Print "0" for chars_format::fixed, chars_format::general, and chars_format{}.
695 // When _Fmt == chars_format::fixed and the floating-point number is a large integer,
697 if (_Fmt == chars_format::fixed) {