Searched refs:showpoint (Results 1 – 6 of 6) sorted by relevance
833 bool showpoint = (f & std::ios_base::showpoint) == std::ios_base::showpoint; in format_float_string() local860 if(showpoint) in format_float_string()874 if(!fixed && !scientific && !showpoint) in format_float_string()908 if(showpoint || fixed) in format_float_string()924 else if(showpoint || fixed) // we have exactly the digits we require to left of the point in format_float_string()940 if(showpoint || (str.size() > 1)) in format_float_string()
380 static const fmtflags showpoint = _S_showpoint; in _GLIBCXX_VISIBILITY()940 showpoint(ios_base& __base) in _GLIBCXX_VISIBILITY()942 __base.setf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()950 __base.unsetf(ios_base::showpoint); in _GLIBCXX_VISIBILITY()
14 ss.setf(std::ios_base::showpoint); in ProgramParameters()
42 static constexpr fmtflags showpoint;172 ios_base& showpoint (ios_base& str);247 static const fmtflags showpoint = 0x0400;861 showpoint(ios_base& __str)863 __str.setf(ios_base::showpoint);871 __str.unsetf(ios_base::showpoint);