HomeSort by relevance Sort by last modified time
    Searched full:setprecision (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /ndk/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h 5 using ::setprecision;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/h/
iomanip.h 5 using ::setprecision;
  /ndk/sources/cxx-stl/stlport/stlport/using/
iomanip 5 using _STLP_NEW_IO_NAMESPACE::setprecision;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
iomanip 5 using _STLP_NEW_IO_NAMESPACE::setprecision;
  /external/libcxx/test/std/input.output/iostream.format/std.manip/
setprecision.pass.cpp 12 // T5 setprecision(int n);
29 is >> std::setprecision(10);
35 os << std::setprecision(10);
41 is >> std::setprecision(10);
47 os << std::setprecision(10);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/std.manip/
setprecision.pass.cpp 12 // T5 setprecision(int n);
29 is >> std::setprecision(10);
35 os << std::setprecision(10);
41 is >> std::setprecision(10);
47 os << std::setprecision(10);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java     [all...]
FloatyUnitTest.java 98 t.setPrecision(1, 1);
123 t.setPrecision(8192, 8192);
148 t.setPrecision(1, 1);
165 t.setPrecision(8192, 8192);
182 t.setPrecision(1, 1);
207 t.setPrecision(8192, 8192);
232 t.setPrecision(1, 1);
246 t.setPrecision(128, 128);
266 t.setPrecision(4, 4);
279 t.setPrecision(2, 2)
    [all...]
DoubleTest.java 38 t.setPrecision(1, 1);
  /external/zlib/src/contrib/iostream2/
zstream_test.cpp 20 out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl;
  /external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
utils.h 31 str3 << "Inlier ratio: " << setprecision(2) << stats.ratio;
45 cout << "Inlier ratio " << setprecision(2) << stats.ratio << endl;
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/video-input-psnr-ssim/
video-input-psnr-ssim.cpp 87 cout << "PSNR trigger value " << setiosflags(ios::fixed) << setprecision(3)
110 cout << setiosflags(ios::fixed) << setprecision(3) << psnrV << "dB";
118 << " R " << setiosflags(ios::fixed) << setprecision(2) << mssimV.val[2] * 100 << "%"
119 << " G " << setiosflags(ios::fixed) << setprecision(2) << mssimV.val[1] * 100 << "%"
120 << " B " << setiosflags(ios::fixed) << setprecision(2) << mssimV.val[0] * 100 << "%";
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 197 str << scientific << setprecision(50) << limits::max();
271 str << setprecision(limits::digits10 + 2) << limits::max();
284 str << setprecision(limits::digits10 + 1) << limits::max();
406 ostr << setprecision(200) << 1.23457e+17f;
414 ostr << setprecision(200) << numeric_limits<float>::min();
442 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
452 ostr << scientific << setprecision(8) << 0.12345678; // float doesn't have enough precision, 0.12345678f ended up 0.1234567836..
462 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 197 str << scientific << setprecision(50) << limits::max();
271 str << setprecision(limits::digits10 + 2) << limits::max();
284 str << setprecision(limits::digits10 + 1) << limits::max();
406 ostr << setprecision(200) << 1.23457e+17f;
414 ostr << setprecision(200) << numeric_limits<float>::min();
442 ostr << fixed << showpos << setprecision(100) << 1.23457e+17f;
452 ostr << scientific << setprecision(8) << 0.12345678f;
462 ostr << fixed << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
470 ostr << fixed << showpos << setprecision(8) << setw(30) << setfill('0') << 0.12345678f;
478 ostr << fixed << showpos << setprecision(8) << setw(30) << left << setfill('0') << 0.12345678f
    [all...]
  /frameworks/base/libs/hwui/
OpDumper.cpp 38 output << std::fixed << std::setprecision(0)
  /frameworks/base/libs/hwui/utils/
StringUtils.h 49 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
  /ndk/sources/cxx-stl/stlport/stlport/
iomanip.h 36 using _STLP_STD::setprecision;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
iomanip.h 36 using _STLP_STD::setprecision;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
otp538u.cxx 58 cout << "Ambient temp: " << std::fixed << setprecision(2)
  /external/vulkan-validation-layers/libs/glm/gtx/
io.inl 12 #include <iomanip> // std::setfill<>, std::fixed, std::setprecision, std::right,
114 os << std::fixed << std::setprecision(io::precision())
134 os << std::fixed << std::setprecision(io::precision())
152 os << std::fixed << std::setprecision(io::precision())
171 os << std::fixed << std::setprecision(io::precision())
  /external/opencv3/modules/viz/src/vtk/
vtkOBJWriter.cpp 95 outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2] << std::endl;
108 outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2] << std::endl;
119 outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::endl;
  /external/opencv3/samples/gpu/performance/
performance.cpp 101 << setprecision(3) << speedup_total_ / std::max(1, num_subtests_called_)
120 stream << "x" << setprecision(3) << speedup;
  /art/compiler/optimizing/
optimizing_compiler_stats.h 91 << " methods: " << std::fixed << std::setprecision(2)
  /external/deqp/executor/
xeTestCaseResult.cpp 75 return str << std::setprecision(std::numeric_limits<double>::digits10 + 2) << value.getFloat64();
  /external/eigen/bench/
benchGeometry.cpp 74 cout << setprecision(4) << fixed << timer.value() << "s " << endl;;

Completed in 514 milliseconds

1 2 3 4