Home
last modified time | relevance | path

Searched refs:kThreshold (Results 1 – 25 of 49) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBarycentricCoordinatesTests.cpp60 constexpr float kThreshold = 0.001f; // For the resulting coordinates. variable
61 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
62 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
356 … || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > in iterate()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc153 const int kThreshold = in TEST() local
184 if (chi_square > kThreshold) { in TEST()
195 kThreshold); in TEST()
Duniform_int_distribution_test.cc180 const int kThreshold = in TYPED_TEST() local
200 if (chi_square > kThreshold) { in TYPED_TEST()
211 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc242 const int kThreshold = in TYPED_TEST() local
266 if (chi_square > kThreshold) { in TYPED_TEST()
277 kThreshold); in TYPED_TEST()
/external/angle/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc154 const int kThreshold = in TEST() local
185 if (chi_square > kThreshold) { in TEST()
196 kThreshold); in TEST()
Duniform_int_distribution_test.cc180 const int kThreshold = in TYPED_TEST() local
200 if (chi_square > kThreshold) { in TYPED_TEST()
211 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc257 const int kThreshold = in TYPED_TEST() local
281 if (chi_square > kThreshold) { in TYPED_TEST()
292 kThreshold); in TYPED_TEST()
/external/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc152 const int kThreshold = in TEST() local
180 if (chi_square > kThreshold) { in TEST()
191 kThreshold); in TEST()
Duniform_int_distribution_test.cc175 const int kThreshold = in TYPED_TEST() local
191 if (chi_square > kThreshold) { in TYPED_TEST()
202 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc237 const int kThreshold = in TYPED_TEST() local
257 if (chi_square > kThreshold) { in TYPED_TEST()
268 kThreshold); in TYPED_TEST()
/external/openscreen/third_party/abseil/src/absl/random/
Ddiscrete_distribution_test.cc153 const int kThreshold = in TEST() local
184 if (chi_square > kThreshold) { in TEST()
195 kThreshold); in TEST()
Duniform_int_distribution_test.cc180 const int kThreshold = in TYPED_TEST() local
200 if (chi_square > kThreshold) { in TYPED_TEST()
211 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc242 const int kThreshold = in TYPED_TEST() local
266 if (chi_square > kThreshold) { in TYPED_TEST()
277 kThreshold); in TYPED_TEST()
/external/webrtc/third_party/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc152 const int kThreshold = in TEST() local
180 if (chi_square > kThreshold) { in TEST()
191 kThreshold); in TEST()
Duniform_int_distribution_test.cc175 const int kThreshold = in TYPED_TEST() local
191 if (chi_square > kThreshold) { in TYPED_TEST()
202 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc237 const int kThreshold = in TYPED_TEST() local
257 if (chi_square > kThreshold) { in TYPED_TEST()
268 kThreshold); in TYPED_TEST()
/external/libtextclassifier/abseil-cpp/absl/random/
Ddiscrete_distribution_test.cc153 const int kThreshold = in TEST() local
184 if (chi_square > kThreshold) { in TEST()
195 kThreshold); in TEST()
Duniform_int_distribution_test.cc180 const int kThreshold = in TYPED_TEST() local
200 if (chi_square > kThreshold) { in TYPED_TEST()
211 kThreshold); in TYPED_TEST()
Duniform_real_distribution_test.cc242 const int kThreshold = in TYPED_TEST() local
266 if (chi_square > kThreshold) { in TYPED_TEST()
277 kThreshold); in TYPED_TEST()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp66 constexpr float kThreshold = 0.001f; // For the resulting coordinates. variable
67 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
68 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
416 … || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > in iterate()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dreduce_load_size.cpp30 const double kThreshold = 0.9; variable
175 should_replace = (percent_used < kThreshold); in ShouldReplaceExtract()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreduce_load_size.cpp30 const double kThreshold = 0.9; variable
175 should_replace = (percent_used < kThreshold); in ShouldReplaceExtract()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreduce_load_size.cpp30 const double kThreshold = 0.9; variable
175 should_replace = (percent_used < kThreshold); in ShouldReplaceExtract()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc87 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local
93 if (count < kThreshold) { in PrintBytesInObjectToImpl()
/external/llvm/utils/unittest/googletest/src/
Dgtest-printers.cc91 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local
97 if (count < kThreshold) { in PrintBytesInObjectToImpl()

12