Searched refs:showpoint (Results 1 – 12 of 12) 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()
86 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
136 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()170 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
98 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()123 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
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 …]
139 showpoint(ios); in test1()284 showpoint(ios); in test1()432 showpoint(ios); in test1()577 showpoint(ios); in test1()728 showpoint(ios); in test1()873 showpoint(ios); in test1()1021 showpoint(ios); in test1()1166 showpoint(ios); in test1()1317 showpoint(ios); in test1()1462 showpoint(ios); in test1()[all …]
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);
103 const ios_base::fmtflags ios_base::showpoint; member in ios_base
4457 if (__flags & ios_base::showpoint) in __format_float()
56 … std::setfill(' ') << std::setw((n)+(d)+1) << std::setprecision(d) << std::showpoint << std::fixed