Home
last modified time | relevance | path

Searched refs:setprecision (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/std.manip/
Dsetprecision.pass.cpp29 is >> std::setprecision(10); in main()
35 os << std::setprecision(10); in main()
41 is >> std::setprecision(10); in main()
47 os << std::setprecision(10); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp197 str << scientific << setprecision(50) << limits::max(); in check_get_float()
279 str << setprecision(limits::digits10 + 2) << limits::max(); in check_get_float()
292 str << setprecision(limits::digits10 + 1) << limits::max(); in check_get_float()
414 ostr << setprecision(200) << 1.23457e+17f; in num_put_float()
422 ostr << setprecision(200) << numeric_limits<float>::min(); in num_put_float()
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
460 ostr << scientific << setprecision(8) << 0.12345678f; in num_put_float()
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
[all …]
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp197 str << scientific << setprecision(50) << limits::max(); in check_get_float()
279 str << setprecision(limits::digits10 + 2) << limits::max(); in check_get_float()
292 str << setprecision(limits::digits10 + 1) << limits::max(); in check_get_float()
414 ostr << setprecision(200) << 1.23457e+17f; in num_put_float()
422 ostr << setprecision(200) << numeric_limits<float>::min(); in num_put_float()
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f; in num_put_float()
460 …ostr << scientific << setprecision(8) << 0.12345678; // float doesn't have enough precision, 0.12… in num_put_float()
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f; in num_put_float()
486 … ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f; in num_put_float()
[all …]
/ndk/sources/cxx-stl/stlport/stlport/using/h/
Diomanip.h5 using ::setprecision;
/ndk/sources/cxx-stl/stlport/stlport/using/
Diomanip5 using _STLP_NEW_IO_NAMESPACE::setprecision;
/ndk/sources/cxx-stl/stlport/stlport/
Diomanip.h36 using _STLP_STD::setprecision;
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h119 setprecision(int __n) { in setprecision() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Diomanip22 T5 setprecision(int n);
188 // setprecision
220 setprecision(int __n)