/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 477 Vec4 threshold = Vec4(0.0f); in getFixedPointFormatThreshold() local 514 const UVec4 threshold = getFloatULPThreshold(format, result.getFormat()); in verifyRenderbuffer() local 528 const UVec4 threshold(1, 1, 1, 1); in verifyRenderbuffer() local 542 const Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat()); in verifyRenderbuffer() local
|
H A D | es3fTextureSizeTests.cpp | 133 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in iterate() local 288 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in testFace() local
|
H A D | es3fClippingTests.cpp | 92 const tcu::IVec4 threshold(20, 256, 256, 256); in isHalfFilled() local 100 const int threshold = 20; in isLessThanHalfFilled() local 114 const tcu::IVec4 threshold(20, 20, 20, 0); in compareColoredPixels() local 898 const float threshold = 0.3f; in verifyImage() local 1120 const float threshold = 0.3f; in verifyImage() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureSizeTests.cpp | 133 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in iterate() local 288 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7, 7, 7, 7); in testFace() local
|
H A D | es2fClippingTests.cpp | 89 const tcu::IVec4 threshold(20, 256, 256, 256); in isHalfFilled() local 97 const int threshold = 20; in isLessThanHalfFilled() local 111 const tcu::IVec4 threshold(20, 20, 20, 0); in compareColoredPixels() local 894 const float threshold = 0.3f; in verifyImage() local 1116 const float threshold = 0.3f; in verifyImage() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/ |
H A D | Vector3D.java | 321 double threshold = 0.6 * getNorm(); in orthogonal() local 357 double threshold = normProduct * 0.9999; in angle() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | Activation.cpp | 154 float threshold = threshold_scalar.to<float>(); in threshold_kernel() local 173 scalar_t threshold = threshold_scalar.to<scalar_t>(); in threshold_kernel() local 1044 auto threshold = threshold_.to<float>(); in softplus_kernel() local 1065 auto threshold = threshold_.to<scalar_t>(); in softplus_kernel() local 1087 auto threshold = threshold_.to<float>(); in softplus_backward_kernel() local 1111 auto threshold = threshold_.to<scalar_t>(); in softplus_backward_kernel() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 391 const tcu::UVec4 threshold(n_ulp, n_ulp, n_ulp, n_ulp); in iterate() local 422 const float threshold = 0.0f; in iterate() local 447 const float threshold = 0.0f; in iterate() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglWideColorTests.cpp | 850 bool WideColorSurfaceTest::checkWithThreshold8(uint8_t value, uint8_t reference, uint8_t threshold) in checkWithThreshold8() 857 … WideColorSurfaceTest::checkWithThreshold10(uint32_t value, uint32_t reference, uint32_t threshold) in checkWithThreshold10() 864 bool WideColorSurfaceTest::checkWithThresholdFloat(float value, float reference, float threshold) in checkWithThresholdFloat()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 549 const tcu::UVec4 threshold(0u); in renderTriangleTest() local 837 const tcu::UVec4 threshold(0u); in renderTriangleUnusedResolveAttachmentTest() local
|
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | RawContactMatcher.java | 228 float threshold = emailBased in matchName() local 332 public List<MatchScore> pickBestMatches(int threshold) { in pickBestMatches()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
H A D | LocaleDistance.java | 232 int threshold, FavorSubtag favorSubtag) { in testOnlyDistance() 425 String desiredPartitions, String supportedPartitions, int threshold) { in getRegionPartitionsDistance()
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/ |
D | AudioSession.java | 218 public void setMediaQualityThreshold(MediaQualityThreshold threshold) { in setMediaQualityThreshold() 454 private void handleSetMediaQualityThreshold(MediaQualityThreshold threshold) { in handleSetMediaQualityThreshold()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 227 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in testLayerFace() local 383 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RG… in iterate() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/ |
H A D | LevenbergMarquardtOptimizer.java | 217 double threshold) { in LevenbergMarquardtOptimizer() 279 double threshold) { in LevenbergMarquardtOptimizer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_cluster.cc | 488 const auto* threshold = thresholds[i]; in CdsResourceParse() local 606 const google_protobuf_UInt32Value* threshold = in CdsResourceParse() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/general/ |
H A D | LevenbergMarquardtOptimizer.java | 206 double threshold) { in LevenbergMarquardtOptimizer() 268 double threshold) { in LevenbergMarquardtOptimizer()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/ |
H A D | LocaleDistance.java | 227 int threshold, FavorSubtag favorSubtag) { in testOnlyDistance() 420 String desiredPartitions, String supportedPartitions, int threshold) { in getRegionPartitionsDistance()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
H A D | ConcurrentWeakMap.kt | 83 private val threshold = 2 * allocated / 3 // max fill factor at 66% to ensure speedy lookups in <lambda>() constant
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | suppression_gain.cc | 86 float threshold = config.echo_audibility.floor_power * in WeightEchoForAudibility()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 443 inline bool compareColors(const Vec4 &colorA, const Vec4 &colorB, const Vec4 &threshold) in compareColors() 458 const Vec4 threshold(0.02f); in verifyImageSingleColoredRow() local 527 const Vec4 threshold(0.02f); in verifyImageMultipleBars() local 662 const Vec4 threshold(0.02f); in verifyEmptyImage() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/engine/ |
H A D | graphics_state.rs | 488 let threshold = if (selector & 0x0F) == 0 { in super_round() localVariable 594 let threshold = n & 0xFF; in op_scanctrl() localVariable
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | cdef_sse4.cc | 487 const __m128i& damping, const __m128i& threshold) { in Constrain() 508 const __m128i& threshold) { in ApplyConstrainAndTap()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_cluster.cc | 541 const auto* threshold = thresholds[i]; in CdsResourceParse() local 659 const google_protobuf_UInt32Value* threshold = in CdsResourceParse() local
|
/aosp_15_r20/packages/modules/StatsD/statsd/src/ |
D | statsd_config.proto | 270 optional UploadThreshold threshold = 10; field 310 optional UploadThreshold threshold = 11; field 425 optional UploadThreshold threshold = 20; field
|