Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
Dshowpos.pass.cpp26 std::ios_base& r = std::showpos(ios); in main()
28 assert(ios.flags() & std::ios::showpos); in main()
Dnoshowpos.pass.cpp26 std::showpos(ios); in main()
29 assert(!(ios.flags() & std::ios::showpos)); in main()
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp49 assert(std::ios_base::showpos); in main()
67 & std::ios_base::showpos in main()
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_long_long.pass.cpp88 showpos(ios); in main()
271 showpos(ios); in main()
284 showpos(ios); in main()
297 showpos(ios); in main()
312 showpos(ios); in main()
Dput_unsigned_long_long.pass.cpp88 showpos(ios); in main()
271 showpos(ios); in main()
284 showpos(ios); in main()
297 showpos(ios); in main()
312 showpos(ios); in main()
Dput_unsigned_long.pass.cpp93 showpos(ios); in main()
292 showpos(ios); in main()
306 showpos(ios); in main()
320 showpos(ios); in main()
336 showpos(ios); in main()
Dput_long.pass.cpp93 showpos(ios); in main()
292 showpos(ios); in main()
306 showpos(ios); in main()
320 showpos(ios); in main()
336 showpos(ios); in main()
Dput_double.pass.cpp206 showpos(ios); in test1()
499 showpos(ios); in test1()
795 showpos(ios); in test1()
1088 showpos(ios); in test1()
1384 showpos(ios); in test1()
1677 showpos(ios); in test1()
1973 showpos(ios); in test1()
2266 showpos(ios); in test1()
2562 showpos(ios); in test1()
2855 showpos(ios); in test1()
[all …]
Dput_long_double.pass.cpp211 showpos(ios); in test1()
504 showpos(ios); in test1()
800 showpos(ios); in test1()
1093 showpos(ios); in test1()
1389 showpos(ios); in test1()
1682 showpos(ios); in test1()
1978 showpos(ios); in test1()
2271 showpos(ios); in test1()
2567 showpos(ios); in test1()
2860 showpos(ios); in test1()
[all …]
/external/libcxx/include/
Dios43 static constexpr fmtflags showpos;
174 ios_base& showpos (ios_base& str);
248 static const fmtflags showpos = 0x0800;
852 showpos(ios_base& __str)
854 __str.setf(ios_base::showpos);
862 __str.unsetf(ios_base::showpos);
/external/libcxx/src/
Dios.cpp107 const ios_base::fmtflags ios_base::showpos; member in ios_base
Dlocale.cpp4443 if (__flags & ios_base::showpos) in __format_int()
4469 if (__flags & ios_base::showpos) in __format_float()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h1871 format << ((flags & std::ios::showpos) ? "%+" : "%");