Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/using/
Dios36 // _lib.floatfield.manip_ floatfield:
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ios_base.h86 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
335 { __s.setf(ios_base::fixed, ios_base::floatfield); return __s; } in fixed()
338 { __s.setf(ios_base::scientific, ios_base::floatfield); return __s; } in scientific()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp52 std::istream::floatfield ); in ~progress_timer()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/
Dfmtflags.pass.cpp79 assert(std::ios_base::floatfield == (std::ios_base::scientific in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dios49 static constexpr fmtflags floatfield;
193 // 27.5.5.4 floatfield:
254 static const fmtflags floatfield = scientific | fixed;
966 __str.setf(ios_base::fixed, ios_base::floatfield);
974 __str.setf(ios_base::scientific, ios_base::floatfield);
982 __str.setf(ios_base::fixed | ios_base::scientific, ios_base::floatfield);
990 __str.unsetf(ios_base::floatfield);
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp63 const ios_base::fmtflags ios_base::floatfield; member in ios_base
Dnum_put_float.cpp656 switch (flags & ios_base::floatfield) { in __format_float()
726 switch (flags & ios_base::floatfield) in __fill_fmtbuf()
796 switch (flags & ios_base::floatfield) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dios.cpp109 const ios_base::fmtflags ios_base::floatfield; member in ios_base
Dlocale.cpp4465 ios_base::fmtflags floatfield = __flags & ios_base::floatfield; in __format_float() local
4467 if (floatfield == (ios_base::fixed | ios_base::scientific)) in __format_float()
4476 if (floatfield == ios_base::fixed) in __format_float()
4483 else if (floatfield == ios_base::scientific) in __format_float()
4490 else if (floatfield == (ios_base::fixed | ios_base::scientific)) in __format_float()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp585 str.setf(ios::fixed, ios::floatfield); in num_put_float()
1126 str.setf(ios::fixed, ios::floatfield); in fix_float_long()
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp585 str.setf(ios::fixed, ios::floatfield); in num_put_float()
1128 str.setf(ios::fixed, ios::floatfield); in fix_float_long()
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1721 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/defaultfloat)
1722 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/fixed)
1723 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat)
1724 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/scientific)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1712 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/defaultfloat)
1713 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/fixed)
1714 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat)
1715 $(call gen-test, input.output/iostreams.base/std.ios.manip/floatfield.manip/scientific)