/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_var.py | 144 def test_var_tosa_MI(self, test_tensor: torch.Tensor, keepdim, correction): argument 148 def test_var_tosa_BI(self, test_tensor: torch.Tensor, keepdim, correction): argument 152 def test_var_u55_BI(self, test_tensor: torch.Tensor, keepdim, correction): argument 160 def test_var_u85_BI(self, test_tensor: torch.Tensor, keepdim, correction): argument 168 def test_var_dim_tosa_MI(self, test_tensor: torch.Tensor, dim, keepdim, correction): argument 174 def test_var_dim_tosa_BI(self, test_tensor: torch.Tensor, dim, keepdim, correction): argument 180 def test_var_dim_u55_BI(self, test_tensor: torch.Tensor, dim, keepdim, correction): argument 188 def test_var_dim_u85_BI(self, test_tensor: torch.Tensor, dim, keepdim, correction): argument 196 def test_var_correction_tosa_MI( argument 204 def test_var_correction_tosa_BI( argument [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/ |
H A D | BrightnessConfiguration.java | 196 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local 203 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local 363 final BrightnessCorrection correction = entry.getValue(); in saveToXml() local 371 final BrightnessCorrection correction = entry.getValue(); in saveToXml() local 443 BrightnessCorrection correction = BrightnessCorrection.loadFromXml(parser); in loadFromXml() local 473 final BrightnessCorrection correction = entry.getValue(); in loadFromXml() local 478 final BrightnessCorrection correction = entry.getValue(); in loadFromXml() local 589 @NonNull BrightnessCorrection correction) { in addCorrectionByPackageName() 618 @NonNull BrightnessCorrection correction) { in addCorrectionByCategory()
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | compound_convolve_neon_dotprod.c | 28 const int32x4_t correction, in convolve4_4_2d_h() 48 const int32x4_t correction, in convolve8_8_2d_h() 90 const int32x4_t correction = in dist_wtd_convolve_2d_horiz_neon_dotprod() local 260 const int32x4_t correction, in convolve4_4_x() 280 const int32x4_t correction, in convolve8_8_x() 339 int32x4_t correction = in dist_wtd_convolve_x_dist_wtd_avg_neon_dotprod() local 459 int32x4_t correction = in dist_wtd_convolve_x_avg_neon_dotprod() local 577 int32x4_t correction = in dist_wtd_convolve_x_neon_dotprod() local
|
H A D | convolve_neon_dotprod.c | 917 const int32x4_t correction, in convolve12_8_2d_h() 971 const int32x4_t correction = vdupq_n_s32((128 << FILTER_BITS) + horiz_const); in convolve_2d_sr_horiz_12tap_neon_dotprod() local 1052 const int32x4_t correction) { in convolve4_4_2d_h() 1071 const int32x4_t correction) { in convolve4_8_2d_h() 1107 const int32x4_t correction = in convolve_2d_sr_horiz_4tap_neon_dotprod() local 1186 const int32x4_t correction, in convolve8_8_2d_h() 1226 const int32x4_t correction = in convolve_2d_sr_horiz_8tap_neon_dotprod() local 1293 const int32x4_t correction = in convolve_2d_sr_6tap_neon_dotprod() local 1372 const int32x4_t correction = in convolve_2d_sr_4tap_neon_dotprod() local
|
H A D | highbd_convolve_neon.h | 59 const int32x4_t correction) { in highbd_convolve8_4_srsub_s32_s16() 100 const int32x4_t correction) { in highbd_convolve8_8_srsub_s32_s16()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ReduceOps.cpp | 1769 static double std_var_all_cpu(const Tensor& self, double correction, bool take_sqrt) { in std_var_all_cpu() 1820 …warn_invalid_degrees_of_freedom(const char* fname, const TensorIterator& iter, double correction) { in warn_invalid_degrees_of_freedom() 1874 const auto correction = correction_opt.value_or(1).toDouble(); in std_var_out() local 1956 const auto correction = correction_opt.value_or(1).toDouble(); in std_var_mean_out() local 2001 int64_t correction, bool keepdim) { in var_mean_out() 2013 const std::optional<Scalar>& correction, bool keepdim) { in var_mean() 2022 const std::optional<Scalar>& correction, bool keepdim) { in std_mean() 2065 const std::optional<Scalar>& correction, bool keepdim) { in std() 2072 const std::optional<Scalar>& correction, bool keepdim, Tensor& result) { in std_out() 2078 const std::optional<Scalar>& correction, bool keepdim, Tensor& result) { in var_out() [all …]
|
H A D | Correlation.cpp | 26 int64_t correction, in cov()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | ReduceOps.cpp | 179 const std::optional<Scalar>& correction) { in is_std_inner_dim_fast_path() 199 const std::optional<Scalar>& correction, in std_out_quantized_cpu() 223 const std::optional<Scalar>& correction, in std_quantized_cpu()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | ReduceMomentKernel.cu | 14 void std_var_kernel_impl(TensorIterator& iter, double correction, bool take_sqrt) { in std_var_kernel_impl() 23 static void std_var_kernel_cuda(TensorIterator& iter, double correction, bool take_sqrt) { in std_var_kernel_cuda()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
H A D | Mean.java | 163 double correction = 0; in evaluate() local 211 double correction = 0; in evaluate() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/descriptive/moment/ |
H A D | Mean.java | 172 double correction = 0; in evaluate() local 220 double correction = 0; in evaluate() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | AlmostPerfectMatcher.kt | 148 val correction = in <lambda>() constant
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | lossless_enc_mips32.c | 29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local 86 const uint32_t correction = (23 * (v & (y - 1))) >> 4; in FastLog2Slow_MIPS32() local
|
H A D | lossless_enc.c | 336 int correction = 0; in FastSLog2Slow_C() local 390 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C() local
|
/aosp_15_r20/external/executorch/kernels/test/ |
H A D | op_var_test.cpp | 224 optional<Scalar>& correction, in op_var_correction_out() 394 optional<Scalar> correction(1.23); in TEST_F() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4hc.c | 430 int correction; in LZ4HC_compress_generic() local 465 int correction = (int)(ip+ml - start2); in LZ4HC_compress_generic() local 502 int correction; in LZ4HC_compress_generic() local
|
/aosp_15_r20/system/logging/logd/ |
H A D | LogKlog.h | 35 static log_time correction; variable
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | export_power_profiles.py | 12 def ExtractValues(xml_path, correction): argument
|
/aosp_15_r20/external/libopus/celt/ |
H A D | entcode.c | 70 static const unsigned correction[8] = in ec_tell_frac() local
|
/aosp_15_r20/cts/tests/location/location_privileged/src/android/location/cts/privileged/ |
H A D | GnssMeasurementCorrectionsInjectionTest.java | 136 GnssSingleSatCorrection correction = new GnssSingleSatCorrection.Builder() in getGnssSingleSatCorrectionList() local
|
/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | divsf3.c | 93 uint32_t correction; in ARM_EABI_FNALIAS() local
|
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmsgamma.c | 325 double correction = 0.5 / sigmoid_base(k, 1); in sigmoid_factory() local 332 double correction = 0.5 / sigmoid_base(k, 1); in inverse_sigmoid_factory() local
|
/aosp_15_r20/external/rappor/analysis/R/ |
H A D | decode.R | 137 PerformInference <- function(X, Y, N, mod, params, alpha, correction) { argument 341 correction = c("Bonferroni"), quiet = FALSE, ...) { argument
|
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/ |
H A D | histogram.cc | 73 int correction = flip_sign * std::min(std::abs(vector_sum), bucket >> 4); in Add() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/solvers/ |
H A D | RiddersSolver.java | 102 final double correction = (FastMath.signum(y2) * FastMath.signum(y3)) * in doSolve() local
|