Home
last modified time | relevance | path

Searched refs:kThreshold (Results 1 - 17 of 17) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_bio.h107 constexpr size_t kThreshold = 16 * 1024; in set_allocate_tls_hint() local
108 if (size >= kThreshold) { in set_allocate_tls_hint()
109 allocate_hint_ = (size / kThreshold + 1) * (kThreshold + 5 + 32); in set_allocate_tls_hint()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution_test.cc154 const int kThreshold = in TEST() local
185 if (chi_square > kThreshold) { in TEST()
196 kThreshold); in TEST()
H A 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()
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp60 constexpr float kThreshold = 0.001f; // For the resulting coordinates. member
61 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
62 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
356 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp60 constexpr float kThreshold = 0.001f; // For the resulting coordinates. member
61 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
62 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
356 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp66 constexpr float kThreshold = 0.001f; // For the resulting coordinates. member
67 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
68 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
415 if (outVal.z() != 0.0f || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp81 constexpr float kThreshold = 0.001f; // For the resulting coordinates. member
82 constexpr float kTMin = 1.0f - kThreshold; // Require the same precision in T.
83 constexpr float kTMax = 1.0f + kThreshold; // Ditto.
472 if (outVal.z() != expectedVal.z() || outVal.w() != 0.0f || de::abs(outVal.x() - expectedVal.x()) > kThreshold || de::abs(outVal.y() - expectedVal.y()) > kThreshold) in iterate()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc88 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local
90 // If the object size is bigger than kThreshold, we'll have to omit in PrintBytesInObjectToImpl()
93 if (count < kThreshold) { in PrintBytesInObjectToImpl()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp561 const real64 kThreshold = 0.01; in ValidForwardMatrix() local
574 if (Abs_real64 (xyz [0] - pcs [0]) > kThreshold || in ValidForwardMatrix()
575 Abs_real64 (xyz [1] - pcs [1]) > kThreshold || in ValidForwardMatrix()
576 Abs_real64 (xyz [2] - pcs [2]) > kThreshold) in ValidForwardMatrix()
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc91 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local
93 // If the object size is bigger than kThreshold, we'll have to omit in PrintBytesInObjectToImpl()
96 if (count < kThreshold) { in PrintBytesInObjectToImpl()
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc94 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local
96 // If the object size is bigger than kThreshold, we'll have to omit in PrintBytesInObjectToImpl()
99 if (count < kThreshold) { in PrintBytesInObjectToImpl()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Danalysis_enc.c259 const uint32_t kThreshold = 8 + (17 - 8) * q / 100; in FastMBAnalyze() local
269 if (kThreshold * m2 < m * m) { in FastMBAnalyze()
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h735 const size_t kThreshold = 18; in UniversalPrintArray() local
737 // If the array has more than kThreshold elements, we'll have to in UniversalPrintArray()
740 if (len <= kThreshold) { in UniversalPrintArray()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h884 const size_t kThreshold = 18; in UniversalPrintArray() local
886 // If the array has more than kThreshold elements, we'll have to in UniversalPrintArray()
889 if (len <= kThreshold) { in UniversalPrintArray()
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-printers.h936 const size_t kThreshold = 18; in UniversalPrintArray() local
938 // If the array has more than kThreshold elements, we'll have to in UniversalPrintArray()
941 if (len <= kThreshold) { in UniversalPrintArray()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorVulkan.cpp754 static constexpr float kThreshold = 0.5 + kEpsilon; in AddBresenhamEmulationFS() local
755 TIntermConstantUnion *threshold = CreateFloatNode(kThreshold, EbpHigh); in AddBresenhamEmulationFS()

Completed in 18 milliseconds