Searched refs:kV (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | gaussian_distribution_gentables.cc | 66 using gaussian_distribution_base::kV; 92 tables_.x[0] = kV / f(kR); in TableGenerator() 102 double v = (kV / tables_.x[i - 1]) + tables_.f[i - 1]; in TableGenerator()
|
H A D | iostream_state_saver_test.cc | 357 const char kV[] = "2.22507385850720138e-308"; in TEST() local 359 double x = std::strtod(kV, &end); in TEST() 365 const char kV[] = "4.94065645841246544e-324"; in TEST() local 367 double x = std::strtod(kV, &end); in TEST()
|
/third_party/skia/tools/skui/ |
H A D | Key.h | 47 kV, member in skui::Key
|
/third_party/skia/include/core/ |
H A D | SkYUVAInfo.h | 24 enum YUVAChannels { kY, kU, kV, kA, kLast = kA }; enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | gaussian_distribution.h | 62 static constexpr double kV = 9.91256303526217e-3; member in absl::random_internal::gaussian_distribution_base
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 60 io.KeyMap[ImGuiKey_V] = (int)skui::Key::kV; in ImGuiLayer()
|
/third_party/skia/tools/gpu/ |
H A D | YUVUtils.cpp | 95 SkYUVAInfo::YUVAChannels::kV}) {
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 221 { 'v', skui::Key::kV }, in get_key()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 150 { 'V', skui::Key::kV }, in get_key()
|
Completed in 5 milliseconds