Searched refs:setprecision (Results 1 – 13 of 13) 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
318 std::cout << std::setprecision(35) << __FILE__ << ":" << __LINE__ << " " << x << std::endl;
24 T5 setprecision(int n);201 // setprecision233 setprecision(int __n)
1666 expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()1670 actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in CmpHelperFloatingPointEQ()
899 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2); in Message()1066 val1_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()1070 val2_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2) in FloatingPointLE()
1637 $(call gen-test, input.output/iostream.format/std.manip/setprecision)
1628 $(call gen-test, input.output/iostream.format/std.manip/setprecision)