/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/graphics_state/ |
H A D | round.rs | 56 pub threshold: i32, field 120 let val = in round() localVariable 128 let val = in round() localVariable 140 let val = (((distance + (self.threshold - self.phase)) / self.period) in round() localVariable 149 let val = -((((self.threshold - self.phase) - distance) / self.period) in round() localVariable
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | UtilsQuantizedAsymm.h | 39 inline int64_t to_int64(int32_t val) in to_int64() 55 const int32_t threshold = (mask >> 1) + (x < 0 ? 1 : 0); in asymm_rounding_divide_by_pow2() local 72 inline int32_t quantize_down_scale_by_fixedpoint(int32_t val, int32_t result_mult_int, int32_t resu… in quantize_down_scale_by_fixedpoint()
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _tensor_str.py | 15 threshold: float = 1000 variable in __PrinterOptions 27 threshold=None, argument 239 def _val_formatter(val, formatter1=formatter1, formatter2=formatter2): argument
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1008 float val,max_val; in db_Max_Aligned16_f() local 1058 float val,max_val; in db_MaxImage_Aligned16_f() local 1424 …nersFromChunk(float **strength,int left,int top,int right,int bottom,float threshold,double *x_tem… in db_CornersFromChunk() 1498 float threshold,double *temp_d, in db_ExtractCornersSaturated() 1631 float max_val,threshold; in DetectCorners() local 1730 float max_val,threshold; in DetectCorners() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseCsrTensorMath.cpp | 493 const Scalar& threshold) { in threshold_backward_sparse_compressed() 504 const Scalar& threshold, in threshold_backward_sparse_compressed_out() 563 scalar_t val = values_accessor[i]; in addmm_out_sparse_csr_native_cpu() local 1093 scalar_t val = values_ptr[i]; in reduce_sparse_csr_dim0_cpu_template() local 1253 acc_t val = acc_t(values_ptr[i]); in reduce_sparse_csr_dim01_cpu_template() local 1380 auto val = self.values(); in _sparse_mm_reduce_impl_sparse_csr_cpu() local 1429 auto val = self.values(); in _sparse_mm_reduce_impl_backward_sparse_csr_cpu() local
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | stream_encoder_intrin_sse2.c | 51 static inline __m128i local_abs_epi32(__m128i val) in local_abs_epi32() 71 const uint32_t threshold = 32 - FLAC__bitmath_ilog2(default_partition_samples); in FLAC__precompute_partition_info_sums_intrin_sse2() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_large_constants.c | 200 nir_deref_instr *deref, nir_const_value *val, in handle_constant_store() 348 unsigned threshold) in nir_opt_large_constants() 442 nir_const_value *val = nir_src_as_const_value(intrin->src[1]); in nir_opt_large_constants() local 550 nir_def *val = build_small_constant_load(&b, deref, info, size_align); in nir_opt_large_constants() local 555 nir_def *val = build_constant_load(&b, deref, size_align); in nir_opt_large_constants() local
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 113 static void StringBuilder_PrintEnum(StringBuilder *b, int32_t val, in StringBuilder_PrintEnum() 123 void StringBuilder_PrintMsgval(StringBuilder *b, upb_MessageValue val, in StringBuilder_PrintMsgval() 345 size_t threshold = PBRUBY_MAX(secondary_len * 0.2, 2000); in SecondaryMap_MaybeGC() local 394 void ObjectCache_Add(const void *key, VALUE val) { in ObjectCache_Add()
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 113 static void StringBuilder_PrintEnum(StringBuilder *b, int32_t val, in StringBuilder_PrintEnum() 123 void StringBuilder_PrintMsgval(StringBuilder *b, upb_MessageValue val, in StringBuilder_PrintMsgval() 345 size_t threshold = PBRUBY_MAX(secondary_len * 0.2, 2000); in SecondaryMap_MaybeGC() local 394 void ObjectCache_Add(const void *key, VALUE val) { in ObjectCache_Add()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppFGSTracker.java | 373 final ArrayMap<String, PackageDurations> val = map.valueAt(i); in scheduleDurationCheckLocked() local 404 final long threshold = policy.getFgsLongRunningThreshold(); in checkLongRunningFgs() local 411 final ArrayMap<String, PackageDurations> val = map.valueAt(i); in checkLongRunningFgs() local 904 final long threshold = DeviceConfig.getLong( in updateBgFgsLongRunningThreshold() local
|
/aosp_15_r20/external/freetype/src/pshinter/ |
H A D | pshalgo.c | 145 FT_Int mask = 0, val = 0; in psh_hint_table_record_mask() local 246 FT_Int mask = 0, val = 0; in psh_hint_table_activate_mask() local 1413 FT_Int threshold, in psh_hint_table_find_strong_points() 1572 FT_Int threshold; in psh_glyph_find_strong_points() local
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | cdef_sse4.cc | 487 const __m128i& damping, const __m128i& threshold) { in Constrain() 506 inline __m128i ApplyConstrainAndTap(const __m128i& pixel, const __m128i& val, in ApplyConstrainAndTap() 508 const __m128i& threshold) { in ApplyConstrainAndTap()
|
H A D | cdef_avx2.cc | 549 const __m128i& damping, const __m256i& threshold) { in Constrain() 568 inline __m256i ApplyConstrainAndTap(const __m256i& pixel, const __m256i& val, in ApplyConstrainAndTap() 570 const __m256i& threshold) { in ApplyConstrainAndTap()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/fitting/ |
H A D | MultivariateNormalMixtureExpectationMaximization.java | 134 final double threshold) in fit() 353 final double val = sortedData[i].getRow()[j]; in estimate() local
|
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex30/javac/ |
D | grpc-java-core-util.jar | ... {
final synthetic java.util.concurrent.ScheduledFuture val$future
final synthetic io.grpc.util. ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex34/javac/ |
D | grpc-java-core-util.jar | ... {
final synthetic java.util.concurrent.ScheduledFuture val$future
final synthetic io.grpc.util. ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex10000/javac/ |
D | grpc-java-core-util.jar | ... {
final synthetic java.util.concurrent.ScheduledFuture val$future
final synthetic io.grpc.util. ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex33/javac/ |
D | grpc-java-core-util.jar | ... {
final synthetic java.util.concurrent.ScheduledFuture val$future
final synthetic io.grpc.util. ... |
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/ |
H A D | NEMath.inl | 62 inline float32x4_t vfloorq_f32(float32x4_t val) 72 inline float32x4_t vroundq_rte_f32(float32x4_t val) 251 … float32x4_t val = vreinterpretq_f32_s32(vsubq_s32(vreinterpretq_s32_f32(x), vshlq_n_s32(m, 23))); local 262 inline float32x4_t vtanhq_f32(float32x4_t val) 280 inline float32x4_t vpowq_f32(float32x4_t val, float32x4_t n) 285 inline float32x4_t vsinq_f32(float32x4_t val) 330 inline float32x2_t vsin_f32(float32x2_t val) 396 const int32_t threshold = (mask >> 1) + (x < 0 ? 1 : 0); local 512 inline float16x8_t vfloorq_f16(float16x8_t val) 522 inline float16x8_t vroundq_rte_f16(float16x8_t val) [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | ObjectOutputStream.java | 99 public void write(int val) throws java.io.IOException { in write() 123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean() 127 public void writeByte(int val) throws java.io.IOException { in writeByte() 131 public void writeShort(int val) throws java.io.IOException { in writeShort() 135 public void writeChar(int val) throws java.io.IOException { in writeChar() 139 public void writeInt(int val) throws java.io.IOException { in writeInt() 143 public void writeLong(long val) throws java.io.IOException { in writeLong() 147 public void writeFloat(float val) throws java.io.IOException { in writeFloat() 151 public void writeDouble(double val) throws java.io.IOException { in writeDouble() 604 private int threshold; field in ObjectOutputStream.HandleTable [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | ThresholdMixinPerfTest.java | 42 private final double threshold = 1797693.134E+5D; field in ThresholdMixinPerfTest 186 double val = node.doubleValue(); in crossesThreshold() local
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | string_util.cc | 30 void ToExponentAndMantissa(double val, double thresh, int precision, in ToExponentAndMantissa() 100 std::string ToBinaryStringFullySpecified(double value, double threshold, in ToBinaryStringFullySpecified()
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | QuantumDecoder.cpp | 151 const Byte val = Vals[i]; in Decode() local 187 const unsigned threshold = rc->GetThreshold(freq0); in Decode() local
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglWideColorTests.cpp | 657 EGLint val = 0; in writeEglConfig() local 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/framework/common/ |
H A D | tcuRGBA.hpp | 72 explicit RGBA(uint32_t val) in RGBA() 206 inline bool compareThreshold(RGBA a, RGBA b, RGBA threshold) in compareThreshold()
|