Searched refs:showpoint (Results 1 - 16 of 16) sorted by relevance

/external/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/
H A Dnoshowpoint.pass.cpp26 std::showpoint(ios);
29 assert(!(ios.flags() & std::ios::showpoint));
H A Dshowpoint.pass.cpp14 // ios_base& showpoint(ios_base& str);
26 std::ios_base& r = std::showpoint(ios);
28 assert(ios.flags() & std::ios::showpoint);
H A DAndroid.mk47 test_name := input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint
48 test_src := showpoint.pass.cpp
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
H A Dfmtflags.pass.cpp24 // static const fmtflags showpoint;
48 assert(std::ios_base::showpoint);
66 & std::ios_base::showpoint
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp84 ios2.flags(std::ios::showpoint | std::ios::uppercase);
109 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
H A Dcopyfmt.pass.cpp133 ios2.flags(std::ios::showpoint | std::ios::uppercase);
167 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
H A Dswap.pass.cpp95 ios2.flags(std::ios::showpoint | std::ios::uppercase);
120 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DInfoSink.h77 stream << std::showpoint << std::fixed << f;
/external/stlport/stlport/stl/
H A D_ios_base.h77 _STLP_STATIC_CONSTANT(int, showpoint = 0x0400);
279 inline ios_base& _STLP_CALL showpoint(ios_base& __s) function
280 { __s.setf(ios_base::showpoint); return __s;}
283 { __s.unsetf(ios_base::showpoint); return __s;}
/external/stlport/src/
H A Dnum_put_float.cpp506 if (precision != 0 || flags & ios_base::showpoint) {
569 if ( flags & ios_base::showpoint || precision > 0 ) {
667 if (flags & ios_base::showpoint || precision > 0) {
677 if (!(flags & ios_base::showpoint)) {
717 if (flags & ios_base::showpoint)
H A Dios.cpp54 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
/external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long_double.pass.cpp134 showpoint(ios);
279 showpoint(ios);
427 showpoint(ios);
572 showpoint(ios);
723 showpoint(ios);
868 showpoint(ios);
1016 showpoint(ios);
1161 showpoint(ios);
1312 showpoint(ios);
1457 showpoint(io
[all...]
H A Dput_double.pass.cpp134 showpoint(ios);
279 showpoint(ios);
427 showpoint(ios);
572 showpoint(ios);
723 showpoint(ios);
868 showpoint(ios);
1016 showpoint(ios);
1161 showpoint(ios);
1312 showpoint(ios);
1457 showpoint(io
[all...]
/external/libcxx/src/
H A Dios.cpp102 const ios_base::fmtflags ios_base::showpoint; member in class:ios_base
H A Dlocale.cpp4374 if (__flags & ios_base::showpoint)
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp56 #define FLOAT(n, d) std::setfill(' ') << std::setw((n)+(d)+1) << std::setprecision(d) << std::showpoint << std::fixed

Completed in 2724 milliseconds