Home
last modified time | relevance | path

Searched defs:threshold (Results 176 – 200 of 2221) sorted by relevance

12345678910>>...89

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp477 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 Des3fTextureSizeTests.cpp133 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 Des3fClippingTests.cpp92 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 Des2fTextureSizeTests.cpp133 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 Des2fClippingTests.cpp89 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 DVector3D.java321 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 DActivation.cpp154 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 DvktRenderPassDitheringTests.cpp391 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 DteglWideColorTests.cpp850 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 DvktApiSmokeTests.cpp549 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/
DRawContactMatcher.java228 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 DLocaleDistance.java232 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/
DAudioSession.java218 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 Des31fTextureFormatTests.cpp227 …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 DLevenbergMarquardtOptimizer.java217 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/
Dxds_cluster.cc488 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 DLevenbergMarquardtOptimizer.java206 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 DLocaleDistance.java227 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 DConcurrentWeakMap.kt83 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 Dsuppression_gain.cc86 float threshold = config.echo_audibility.floor_power * in WeightEchoForAudibility()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp443 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 Dgraphics_state.rs488 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 Dcdef_sse4.cc487 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 Dxds_cluster.cc541 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/
Dstatsd_config.proto270 optional UploadThreshold threshold = 10; field
310 optional UploadThreshold threshold = 11; field
425 optional UploadThreshold threshold = 20; field

12345678910>>...89