Home
last modified time | relevance | path

Searched refs:showpoint (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/libstdc++/include/bits/
Dios_base.h292 static const fmtflags showpoint = _S_showpoint; variable
820 showpoint(ios_base& __base) in showpoint() function
822 __base.setf(ios_base::showpoint); in showpoint()
830 __base.unsetf(ios_base::showpoint); in noshowpoint()
/NextBSD/contrib/libstdc++/include/backward/
Diomanip.h40 using std::showpoint;
/NextBSD/contrib/libstdc++/src/
Dlocale_facets.cc72 if (__flags & ios_base::showpoint) in _S_format_float()
Dios.cc51 const ios_base::fmtflags ios_base::showpoint; member in ios_base
/NextBSD/contrib/libc++/include/
Dios42 static constexpr fmtflags showpoint;
172 ios_base& showpoint (ios_base& str);
247 static const fmtflags showpoint = 0x0400;
836 showpoint(ios_base& __str)
838 __str.setf(ios_base::showpoint);
846 __str.unsetf(ios_base::showpoint);
/NextBSD/contrib/libc++/src/
Dios.cpp103 const ios_base::fmtflags ios_base::showpoint; member in ios_base
Dlocale.cpp4468 if (__flags & ios_base::showpoint) in __format_float()