Searched refs:setprecision (Results 1 - 25 of 40) sorted by relevance

12

/external/stlport/stlport/using/h/
H A Diomanip.h5 using ::setprecision;
/external/libcxx/test/input.output/iostream.format/std.manip/
H A Dsetprecision.pass.cpp12 // T5 setprecision(int n);
29 is >> std::setprecision(10);
35 os << std::setprecision(10);
41 is >> std::setprecision(10);
47 os << std::setprecision(10);
H A DAndroid.mk23 test_name := input.output/iostream.format/std.manip/setprecision
24 test_src := setprecision.pass.cpp
/external/stlport/stlport/
H A Diomanip.h36 using _STLP_STD::setprecision;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dcpumonitor_unittest.cc206 << std::setprecision(2) << std::setw(6) << proc_idle;
213 << std::setprecision(2) << std::setw(6) << sys_idle;
235 << std::setprecision(2) << std::setw(6) << proc_halfbusy;
242 << std::setprecision(2) << std::setw(6) << sys_halfbusy;
264 << std::setprecision(2) << std::setw(6) << proc_busy;
271 << std::setprecision(2) << std::setw(6) << sys_busy;
294 << std::setprecision(2) << std::setw(6) << proc_twobusy;
301 << std::setprecision(2) << std::setw(6) << sys_twobusy;
323 << std::setprecision(2) << std::setw(6) << proc_idle;
330 << std::setprecision(
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dcpumonitor_unittest.cc189 << std::setprecision(2) << std::setw(6) << proc_idle;
196 << std::setprecision(2) << std::setw(6) << sys_idle;
218 << std::setprecision(2) << std::setw(6) << proc_halfbusy;
225 << std::setprecision(2) << std::setw(6) << sys_halfbusy;
247 << std::setprecision(2) << std::setw(6) << proc_busy;
254 << std::setprecision(2) << std::setw(6) << sys_busy;
277 << std::setprecision(2) << std::setw(6) << proc_twobusy;
284 << std::setprecision(2) << std::setw(6) << sys_twobusy;
306 << std::setprecision(2) << std::setw(6) << proc_idle;
313 << std::setprecision(
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.cpp75 return str << std::setprecision(std::numeric_limits<double>::digits10 + 2) << value.getFloat64();
/external/zlib/src/contrib/iostream2/
H A Dzstream_test.cpp20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
/external/oprofile/libutil++/
H A Dstring_manip.cpp121 << setprecision(fract_width) << value;
127 << setprecision(fract_width - 3) << value;
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp197 str << scientific << setprecision(50) << limits::max();
279 str << setprecision(limits::digits10 + 2) << limits::max();
292 str << setprecision(limits::digits10 + 1) << limits::max();
414 ostr << setprecision(200) << 1.23457e+17f;
422 ostr << setprecision(200) << numeric_limits<float>::min();
450 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
460 ostr << scientific << setprecision(8) << 0.12345678f;
470 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
486 ostr << fixed << showpos << setprecision(
[all...]
/external/ceres-solver/internal/ceres/
H A Dline_search.cc176 << std::scientific << std::setprecision(kErrorMessageNumericPrecision)
388 VLOG(3) << std::scientific << std::setprecision(kErrorMessageNumericPrecision)
505 << std::setprecision(kErrorMessageNumericPrecision)
520 << std::setprecision(kErrorMessageNumericPrecision)
649 << std::scientific << std::setprecision(kErrorMessageNumericPrecision)
667 << std::scientific << std::setprecision(kErrorMessageNumericPrecision)
804 << std::setprecision(kErrorMessageNumericPrecision)
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-message.h97 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
H A Dgtest.h1565 expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1569 actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
/external/chromium_org/ui/compositor/
H A Ddebug_utils.cc70 *out << L"opacity: " << std::setprecision(2) << layer->opacity();
/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp112 s << std::fixed << std::setprecision(precision) << val;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h97 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
H A Dgtest.h1568 expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1572 actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h97 *ss_ << std::setprecision(std::numeric_limits<double>::digits10 + 2);
H A Dgtest.h1565 expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1569 actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
/external/eigen/bench/
H A DbenchGeometry.cpp74 cout << setprecision(4) << fixed << timer.value() << "s " << endl;;
/external/stlport/stlport/stl/
H A D_iomanip.h119 setprecision(int __n) { function
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
H A Dvie_video_verification_test.cc334 ss << std::setprecision(3) << std::fixed << actual_psnr;
340 ss << std::setprecision(3) << std::fixed << actual_ssim;
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.cc131 number_stream << std::fixed << std::setprecision(3) << elapsed_time;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc169 std::setw(6) << std::setprecision(4) << *error <<
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1424 expected_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)
1428 actual_ss << std::setprecision(std::numeric_limits<RawType>::digits10 + 2)

Completed in 1340 milliseconds

12