Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp432 ostr << fixed << showpos << 1.23457e+17f; in num_put_float()
442 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
486 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
494 ostr << fixed << showpos << setprecision(100) << 1.234567e+17; in num_put_float()
505 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l; in num_put_float()
606 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument
610 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
666 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer()
[all …]
Dnum_facets_test.cpp107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp432 ostr << fixed << showpos << 1.23457e+17f; in num_put_float()
442 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
486 …ostr << fixed << showpos << setprecision(8) << setw(30) << internal << setfill('0') << 0.12345678f; in num_put_float()
494 ostr << fixed << showpos << setprecision(100) << 1.234567e+17; in num_put_float()
505 ostr << fixed << showpos << setprecision(100) << 1.234567e+17l; in num_put_float()
606 #define CHECK_COMPLETE(type, val, base, showbase, showpos, casing, width, adjust, expected) \ argument
610 ostr << base << showbase << showpos << casing << setw(width) << adjust << tmp; \
666 CHECK_COMPLETE(short, 0, oct, showbase, showpos, nouppercase, 6, right, " 0") in num_put_integer()
[all …]
Dnum_facets_test.cpp107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h80 _STLP_STATIC_CONSTANT(int, showpos = 0x0800);
287 inline ios_base& _STLP_CALL showpos(ios_base& __s) in showpos() function
288 { __s.setf(ios_base::showpos); return __s;} in showpos()
291 { __s.unsetf(ios_base::showpos); return __s;} in noshowpos()
D_num_put.c286 else if (__flags & ios_base::showpos) in __write_decimal_backward()
297 if (__flags & ios_base::showpos) in __write_decimal_backward()
309 if ((__flags & ios_base::showpos) && ((__flags & (ios_base::oct | ios_base::hex)) == 0)) in __write_integer_backward()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
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_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.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 …]
/ndk/sources/cxx-stl/stlport/stlport/using/
Dios19 using _STLP_NEW_IO_NAMESPACE::showpos;
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp494 else if (flags & ios_base::showpos) in __format_float_scientific()
556 else if ( flags & ios_base::showpos ) in __format_float_fixed()
624 else if (flags & ios_base::showpos) in __format_nan_or_inf()
630 else if (flags & ios_base::showpos) in __format_nan_or_inf()
643 else if (flags & ios_base::showpos) in __format_nan_or_inf()
714 if (flags & ios_base::showpos) in __fill_fmtbuf()
Dios.cpp57 const ios_base::fmtflags ios_base::showpos; member in ios_base
/ndk/sources/cxx-stl/llvm-libc++/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);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp103 const ios_base::fmtflags ios_base::showpos; member in ios_base
Dlocale.cpp4435 if (__flags & ios_base::showpos) in __format_int()
4461 if (__flags & ios_base::showpos) in __format_float()
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1726 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1735 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos)