Searched refs:showpoint (Results 1 – 17 of 17) sorted by relevance
26 std::ios_base& r = std::showpoint(ios); in main()28 assert(ios.flags() & std::ios::showpoint); in main()
26 std::showpoint(ios); in main()29 assert(!(ios.flags() & std::ios::showpoint)); in main()
48 assert(std::ios_base::showpoint); in main()66 & std::ios_base::showpoint in main()
79 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);281 inline ios_base& _STLP_CALL showpoint(ios_base& __s) in showpoint() function282 { __s.setf(ios_base::showpoint); return __s;} in showpoint()285 { __s.unsetf(ios_base::showpoint); return __s;} in noshowpoint()
84 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()109 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
95 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()120 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
133 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()167 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
17 using _STLP_NEW_IO_NAMESPACE::showpoint;
134 showpoint(ios); in test1()279 showpoint(ios); in test1()427 showpoint(ios); in test1()572 showpoint(ios); in test1()723 showpoint(ios); in test1()868 showpoint(ios); in test1()1016 showpoint(ios); in test1()1161 showpoint(ios); in test1()1312 showpoint(ios); in test1()1457 showpoint(ios); in test1()[all …]
506 if (precision != 0 || flags & ios_base::showpoint) { in __format_float_scientific()569 if ( flags & ios_base::showpoint || precision > 0 ) { in __format_float_fixed()667 if (flags & ios_base::showpoint || precision > 0) { in __format_float()677 if (!(flags & ios_base::showpoint)) { in __format_float()717 if (flags & ios_base::showpoint) in __fill_fmtbuf()
56 const ios_base::fmtflags ios_base::showpoint; member in ios_base
42 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);
102 const ios_base::fmtflags ios_base::showpoint; member in ios_base
4463 if (__flags & ios_base::showpoint) in __format_float()
1725 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint)
1734 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint)