Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Dshowpoint.pass.cpp26 std::ios_base& r = std::showpoint(ios); in main()
28 assert(ios.flags() & std::ios::showpoint); in main()
Dnoshowpoint.pass.cpp26 std::showpoint(ios); in main()
29 assert(!(ios.flags() & std::ios::showpoint)); in main()
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp48 assert(std::ios_base::showpoint); in main()
66 & std::ios_base::showpoint in main()
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dmove.pass.cpp86 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
Dcopyfmt.pass.cpp136 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
170 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
Dswap.pass.cpp98 ios2.flags(std::ios::showpoint | std::ios::uppercase); in main()
123 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase)); in main()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp134 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 …]
Dput_long_double.pass.cpp139 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 …]
/external/libcxx/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);
/external/libcxx/src/
Dios.cpp106 const ios_base::fmtflags ios_base::showpoint; member in ios_base
Dlocale.cpp4471 if (__flags & ios_base::showpoint) in __format_float()
/external/opencv3/3rdparty/openexr/Imath/
DImathMatrix.h3253 s.setf (std::ios_base::showpoint);
3259 s.setf (std::ios_base::showpoint);
3288 s.setf (std::ios_base::showpoint);
3294 s.setf (std::ios_base::showpoint);
/external/opencv3/modules/core/src/
Docl.cpp5385 stream.setf(std::ios_base::showpoint); in kerToStr()