Searched refs:showpoint (Results 1 – 6 of 6) sorted by relevance
41 static constexpr fmtflags showpoint;172 ios_base& showpoint (ios_base& str);264 static const fmtflags showpoint = 0x0400;767 _LIBCPP_HIDE_FROM_ABI inline ios_base& showpoint(ios_base& __str) {768 __str.setf(ios_base::showpoint);773 __str.unsetf(ios_base::showpoint);
74 const ios_base::fmtflags ios_base::showpoint; member in ios_base
4169 if (__flags & ios_base::showpoint) in __format_float()
2615 SYMBOL(showpoint, std::, <ios>)2616 SYMBOL(showpoint, std::, <iostream>)
4160 << std::showpoint; in FormatTimeInMillisAsSeconds()