/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/ |
D | showpos.pass.cpp | 26 std::ios_base& r = std::showpos(ios); in main() 28 assert(ios.flags() & std::ios::showpos); in main()
|
D | noshowpos.pass.cpp | 26 std::showpos(ios); in main() 29 assert(!(ios.flags() & std::ios::showpos)); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | num_put_get_test.cpp | 432 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 …]
|
D | num_facets_test.cpp | 107 fostr.setf(ios_base::uppercase | ios_base::showpos); in _num_put_get()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | num_put_get_test.cpp | 432 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 …]
|
D | num_facets_test.cpp | 107 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/ |
D | fmtflags.pass.cpp | 49 assert(std::ios_base::showpos); in main() 67 & std::ios_base::showpos in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ios_base.h | 80 _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.c | 286 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/ |
D | put_unsigned_long_long.pass.cpp | 88 showpos(ios); in main() 271 showpos(ios); in main() 284 showpos(ios); in main() 297 showpos(ios); in main() 312 showpos(ios); in main()
|
D | put_long_long.pass.cpp | 88 showpos(ios); in main() 271 showpos(ios); in main() 284 showpos(ios); in main() 297 showpos(ios); in main() 312 showpos(ios); in main()
|
D | put_unsigned_long.pass.cpp | 93 showpos(ios); in main() 292 showpos(ios); in main() 306 showpos(ios); in main() 320 showpos(ios); in main() 336 showpos(ios); in main()
|
D | put_long.pass.cpp | 93 showpos(ios); in main() 292 showpos(ios); in main() 306 showpos(ios); in main() 320 showpos(ios); in main() 336 showpos(ios); in main()
|
D | put_double.pass.cpp | 206 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 …]
|
D | put_long_double.pass.cpp | 206 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/ |
D | ios | 19 using _STLP_NEW_IO_NAMESPACE::showpos;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 494 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()
|
D | ios.cpp | 57 const ios_base::fmtflags ios_base::showpos; member in ios_base
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ios | 43 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/ |
D | ios.cpp | 103 const ios_base::fmtflags ios_base::showpos; member in ios_base
|
D | locale.cpp | 4435 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/ |
D | Android.mk | 1726 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1735 $(call gen-test, input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos)
|