Searched refs:setprecision (Results 1 – 8 of 8) sorted by relevance
29 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()
197 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 …]
197 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 …]
5 using ::setprecision;
5 using _STLP_NEW_IO_NAMESPACE::setprecision;
36 using _STLP_STD::setprecision;
119 setprecision(int __n) { in setprecision() function
22 T5 setprecision(int n);188 // setprecision220 setprecision(int __n)