/aosp_15_r20/external/XNNPACK/src/f32-spmm/gen/ |
H A D | 4x1-minmax-wasmsimd-arm-x4.c | 80 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x4() local 108 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x4() local 135 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x4() local
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | WorkSource.java | 300 public boolean diff(WorkSource other) { in diff() method in WorkSource 514 int diff = mNames[i].compareTo(name); in add() local 788 final int diff = mUids[i1] - other.mUids[i2]; in compare() local 814 int diff = -1; in updateUidsAndNamesLocked() local
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | convolution-nchw.c | 343 … const int64_t diff = (int64_t) ((uint64_t) ic - (uint64_t) last_ic) * (int64_t) sizeof(float); in xnn_create_convolution2d_nchw_f32() local 371 … const int64_t diff = (int64_t) ((uint64_t) ic - (uint64_t) last_ic) * (int64_t) sizeof(float); in xnn_create_convolution2d_nchw_f32() local 388 …const int64_t diff = (int64_t) ((uint64_t) first_ic - (uint64_t) last_ic) * (int64_t) sizeof(float… in xnn_create_convolution2d_nchw_f32() local 601 const int32_t diff = input_channel_diffs[i]; in setup_convolution2d_nchw() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_variance_neon.c | 35 int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_4xh_neon() local 68 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_large_neon() local 148 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s0, r0)); in highbd_variance_xlarge_neon() local 370 uint16x8_t diff = vabdq_u16(s, r); in highbd_mse_wxh_neon() local
|
H A D | highbd_variance_sve.c | 33 uint16x8_t diff = vabdq_u16(s, r); in highbd_mse_wxh_sve() local 92 int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_4xh_sve() local 117 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_8xh_sve() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | BitmapMatcher.kt | 97 val diff = Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>() constant 139 val diff: Bitmap? constant in platform.test.screenshot.matchers.MatchResult
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayDeviceRepository.java | 180 int diff = device.mDebugLastLoggedDeviceInfo.diff(info); in handleDisplayDeviceChanged() local 245 private void sendChangedEventLocked(DisplayDevice device, int diff) { in sendChangedEventLocked() 258 void onDisplayDeviceChangedLocked(DisplayDevice device, int diff); in onDisplayDeviceChangedLocked()
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | HFgen_preFlat.cpp | 589 int diff = mult_sf - sum_sf; in backsubst_fw() local 654 int diff = mult_sf - sum_sf; in backsubst_bw() local 755 int diff = sf - p_sf[i]; in polyfit() local 833 int diff = pp_sf - mult_sf; in polyval() local
|
/aosp_15_r20/external/libcups/cups/ |
H A D | options.c | 67 diff; /* Result of search */ in cupsAddOption() local 223 int diff, /* Result of comparison */ in cupsGetOption() local 648 diff; /* Result of comparison */ in cups_find_option() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/ |
H A D | ResizeableItemFrameViewModel.kt | 107 val diff = in getNextAnchor() constant 252 val diff = targetRow - currentPosition in calculateAnchorsForHandle() constant
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_variance_neon.c | 37 int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_4xh_neon() local 70 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_large_neon() local 159 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s0, r0)); in highbd_variance_xlarge_neon() local 397 uint16x8_t diff = vabdq_u16(s, r); in highbd_mse_wxh_neon() local
|
H A D | variance_neon.c | 35 int16x8_t diff = vreinterpretq_s16_u16(vsubl_u8(s, r)); in variance_4xh_neon() local 65 int16x8_t diff = vreinterpretq_s16_u16(vsubl_u8(s, r)); in variance_8xh_neon() local 283 uint16x8_t diff[2]; in mse8xh_neon() local 324 uint16x8_t diff[4]; in mse16xh_neon() local
|
/aosp_15_r20/libcore/ojluni/src/test/jdk/internal/math/FloatingDecimal/ |
H A D | TestFDBigInteger.java | 353 FDBigInteger diff = left.leftInplaceSub(right); in testLeftInplaceSub() local 361 check(biLeft.subtract(biRight), diff, "leftInplaceSub returns wrong result"); in testLeftInplaceSub() local 387 FDBigInteger diff = left.rightInplaceSub(right); in testRightInplaceSub() local 396 check(biLeft.subtract(biRight), diff, "rightInplaceSub returns wrong result"); in testRightInplaceSub() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
H A D | AnimateSharedAsState.kt | 103 override fun diff(a: Int, b: Int): Int = a - b in lerp() method 154 override fun diff(a: Float, b: Float): Float = a - b in lerp() method 203 override fun diff(a: Dp, b: Dp): Dp = a - b in diff() method 236 override fun diff(a: Color, b: Color): ColorDelta { in diff() method
|
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/ |
H A D | MapSubject.java | 262 MapDifference<@Nullable Object, @Nullable Object, @Nullable Object> diff = in containsEntriesInAnyOrder() local 292 @Nullable String diff(A actual, E expected); in diff() method 565 String diff = correspondence.safeFormatDiff((A) actualValue, expectedValue, exceptions); in containsEntry() local 734 MapDifference<@Nullable Object, A, V> diff = in internalContainsEntriesIn() local
|
/aosp_15_r20/frameworks/base/core/java/android/text/format/ |
H A D | Time.java | 1020 int diff = julianDay - approximateDay; in setJulianDay() local 1044 int diff = THURSDAY - firstDayOfWeek; in getWeeksSinceEpochFromJulianDay() local 1215 int diff = aObject.wallTime.getYear() - bObject.wallTime.getYear(); in compare() local 1252 long diff = am - bm; in compare() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeEventLogger.java | 360 ZenModeDiff.ConfigDiff diff = new ZenModeDiff.ConfigDiff(mPrevConfig, mNewConfig); in getChangedRuleType() local 677 ZenModeDiff.ConfigDiff diff = new ZenModeDiff.ConfigDiff(mPrevConfig, mNewConfig); in getChangedAutomaticRules() local 694 private Pair<String, Integer> getRulePackageAndUser(String id, ZenModeDiff.RuleDiff diff) { in getRulePackageAndUser()
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_avx2.c | 1076 __m256i diff, c3f; in highbd_dr_prediction_z1_4xN_internal_avx2() local 1146 __m256i diff; in highbd_dr_prediction_32bit_z1_4xN_internal_avx2() local 1234 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_32bit_z1_8xN_internal_avx2() local 1317 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_z1_8xN_internal_avx2() local 1418 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_32bit_z1_16xN_internal_avx2() local 1497 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_z1_16xN_internal_avx2() local 1571 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_32bit_z1_32xN_internal_avx2() local 1668 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_z1_32xN_internal_avx2() local 1762 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_32bit_z1_64xN_avx2() local 1860 __m256i a_mbase_x, diff, max_base_x256, base_inc256, mask256; in highbd_dr_prediction_z1_64xN_avx2() local [all …]
|
/aosp_15_r20/external/aac/libSBRenc/src/ |
H A D | sbrenc_freq_sca.cpp | 562 static void CalcBands(INT *diff, INT start, INT stop, INT num_bands) { in CalcBands() 582 static void cumSum(INT start_value, INT *diff, INT length, in cumSum() 590 static INT modifyBands(INT max_band_previous, INT *diff, INT length) { in modifyBands()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt_utils.h | 51 int64_t diff = (tcoeff - dqcoeff) * (1 << shift); in get_coeff_dist() local 100 int *diff) { in get_br_cost_with_diff() 128 int diff = 0; in get_two_coeff_cost_simple() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | highbd_reconinter_neon.c | 50 uint8x16_t diff = vcombine_u8(diff_lo_u8, diff_hi_u8); in diffwtd_mask_highbd_neon() local 141 uint8x16_t diff = vcombine_u8(diff_lo_u8, diff_hi_u8); in diffwtd_mask_highbd_neon() local 233 uint8x16_t diff = vcombine_u8(diff_lo_u8, diff_hi_u8); in diffwtd_mask_highbd_neon() local
|
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/ |
H A D | nearest_integer.h | 46 float diff = x - r; in nearest_integer() local 62 double diff = x - r; in nearest_integer() local
|
/aosp_15_r20/external/aac/libDRCdec/src/ |
H A D | drcDec_selectionProcess.cpp | 263 int diff = 0; in _compAssign() local 270 int diff = 0; in _compAssign() local 277 int diff = 0; in _compAssign() local 284 int diff = 0; in _compAssign() local 291 int diff = 0; in _compAssign() local 298 int diff = 0; in _compAssign() local 305 int diff = 0; in _compAssign() local 312 int diff = 0; in _compAssign() local 489 int i, diff = 0; in drcDec_SelectionProcess_SetParam() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.clock/time.clock.file/ |
H A D | to_from_sys.pass.cpp | 46 auto diff = sys_now - std::chrono::file_clock::to_sys(file_now); in main() local 50 auto diff = std::chrono::file_clock::from_sys(sys_now) - file_now; in main() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
H A D | WNafUtil.java | 78 BigInteger diff = _3k.xor(k); in generateCompactNaf() local 244 BigInteger diff = _3k.xor(k); in generateNaf() local 342 BigInteger diff = _3k.xor(k); in getNafWeight() local
|