Home
last modified time | relevance | path

Searched defs:diff (Results 151 – 175 of 3731) sorted by relevance

12345678910>>...150

/aosp_15_r20/external/XNNPACK/src/f32-spmm/gen/
H A D4x1-minmax-neon-pipelined.c40 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_pipelined() local
79 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_pipelined() local
107 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_pipelined() local
H A D4x1-minmax-neonfma.c45 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma() local
75 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma() local
101 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma() local
H A D4x1-minmax-neon.c45 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon() local
75 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon() local
101 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon() local
H A D4x1-minmax-wasmsimd-arm-x2.c64 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x2() local
92 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x2() local
119 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_arm_x2() local
H A D4x1-minmax-neonfma-x2.c65 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma_x2() local
95 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma_x2() local
121 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neonfma_x2() local
H A D4x1-minmax-neon-x2.c65 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_x2() local
95 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_x2() local
121 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__neon_x2() local
H A D4x1-minmax-wasmsimd-x86-x2.c64 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x2() local
92 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x2() local
119 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x2() local
H A D4x1-minmax-scalar-pipelined.c39 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__scalar_pipelined() local
93 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__scalar_pipelined() local
131 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__scalar_pipelined() local
H A D4x1-minmax-wasmsimd-x86-x4.c80 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x4() local
108 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x4() local
135 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_4x1__wasmsimd_x86_x4() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDeferredDisplayUpdaterDiffTest.java79 int diff = calculateDisplayInfoDiff(first, second); in testCalculateDisplayInfoDiff_allDifferent_returnsChanges() local
90 int diff = calculateDisplayInfoDiff(first, second); in testCalculateDisplayInfoDiff_forEveryDifferentField_returnsChanges() local
106 int diff = calculateDisplayInfoDiff(first, second); in testCalculateDisplayInfoDiff_forEveryDifferentField_returnsMatchingChange() local
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Ddenoising.c86 int diff = 0; in vp8_denoiser_filter_c() local
170 int diff = mc_running_avg_y[c] - sig[c]; in vp8_denoiser_filter_c() local
257 int diff = 0; in vp8_denoiser_filter_uv_c() local
320 int diff = mc_running_avg[c] - sig[c]; in vp8_denoiser_filter_uv_c() local
/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
H A DCharsetBOCU1.java210 private static boolean DIFF_IS_SINGLE(int diff){ in DIFF_IS_SINGLE()
215 private static int PACK_SINGLE_DIFF(int diff){ in PACK_SINGLE_DIFF()
220 private static boolean DIFF_IS_DOUBLE(int diff){ in DIFF_IS_DOUBLE()
237 int prev, c , diff; field in CharsetBOCU1.CharsetEncoderBOCU
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp126 bool diff = false; in EmitResourceEntryDiff() local
188 bool diff = false; in EmitResourceTypeDiff() local
269 bool diff = false; in EmitResourcePackageDiff() local
339 bool diff = false; in EmitResourceTableDiff() local
/aosp_15_r20/frameworks/base/core/tests/mockingcoretests/src/android/window/
H A DSizeConfigurationBucketsTest.java95 final int diff = CONFIG_SCREEN_SIZE | CONFIG_SMALLEST_SCREEN_SIZE | CONFIG_SCREEN_LAYOUT in testNullSizeConfigurationBuckets() local
243 final int diff = CONFIG_SCREEN_LAYOUT; in testScreenLayoutFilteredIfLongDidNotCrossThreshold() local
274 final int diff = CONFIG_SCREEN_LAYOUT; in testScreenLayoutNotFilteredIfLongCrossedThreshold() local
/aosp_15_r20/frameworks/base/core/tests/devicestatetests/src/android/hardware/devicestate/
H A DDeviceStateInfoTest.java139 final int diff = info.diff(otherInfo); in diff_differentSupportedStates() local
153 final int diff = info.diff(otherInfo); in diff_differentNonOverrideState() local
167 final int diff = info.diff(otherInfo); in diff_differentState() local
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_chroma_had_satd.c113 WORD16 diff[16], m[16], d[16]; in ihevce_chroma_HAD_4x4_8bit() local
252 WORD16 diff[16], m[16], d[16]; in ihevce_chroma_compute_AC_HAD_4x4_8bit() local
395 WORD16 diff[64], m1[8][8], m2[8][8], m3[8][8]; in ihevce_chroma_HAD_8x8_8bit() local
/aosp_15_r20/external/brotli/research/
H A Ddraw_diff.cc39 void CalculateDiff(int** diff, Image image1, Image image2, in CalculateDiff()
48 void DrawDiff(int** diff, Image image1, Image image2, in DrawDiff()
108 int** diff = new int*[h1]; in main() local
/aosp_15_r20/external/flac/microbench/
H A Dutil.c46 LARGE_INTEGER diff, freq; in counter_diff() local
107 { struct timespec diff; in timespec_diff() local
143 { struct timeval diff; in timeval_diff() local
/aosp_15_r20/external/libcups/cups/
H A Darray.c440 diff, /* Difference */ in cupsArrayFind() local
883 int diff; /* Difference */ in cupsArrayRemove() local
1018 int diff; /* Comparison with current element */ in cups_array_add() local
1198 diff; /* Comparison with current element */ in cups_array_find() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMapsTest.java401 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local
411 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local
421 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local
535 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_EMPTY, SORTED_EMPTY); in testSortedMapDifferenceEmptyEmpty() local
545 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_EMPTY, SORTED_SINGLETON); in testSortedMapDifferenceEmptySingleton() local
555 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_SINGLETON, SORTED_EMPTY); in testSortedMapDifferenceSingletonEmpty() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DMapsTest.java401 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local
411 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local
421 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local
535 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_EMPTY, SORTED_EMPTY); in testSortedMapDifferenceEmptyEmpty() local
545 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_EMPTY, SORTED_SINGLETON); in testSortedMapDifferenceEmptySingleton() local
555 SortedMapDifference<Integer, Integer> diff = Maps.difference(SORTED_SINGLETON, SORTED_EMPTY); in testSortedMapDifferenceSingletonEmpty() local
/aosp_15_r20/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_test.cc100 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local
131 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + anchor_offset); in TEST_F() local
163 uint32_t diff = kStringOffset - (result.second + anchor_offset); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/
Dresizing_lattice.cpp54 double diff = q[0] - q[N-1]; in operator ()() local
71 const double diff = q[(i+1) % N] - q[i]; in energy_distribution() local
91 const double diff = q[(i+1) % N] - q[i]; in energy() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dequal_graph_def.cc33 string* diff, const EqualGraphDefOptions& options) { in EqualGraphDef()
45 string* diff, const EqualGraphDefOptions& options) { in EqualRepeatedNodeDef()
108 bool EqualNodeDef(const NodeDef& actual, const NodeDef& expected, string* diff, in EqualNodeDef()
/aosp_15_r20/art/dex2oat/linker/x86_64/
H A Drelative_patcher_x86_64_test.cc120 uint32_t diff = kTrampolineOffset - (result.second + kCallCode.size()); in TEST_F() local
144 uint32_t diff = bss_begin_ + kStringEntryOffset - (result.second + kDexCacheLoadCode.size()); in TEST_F() local
168 uint32_t diff = kStringOffset - (result.second + kStringReferenceCode.size()); in TEST_F() local

12345678910>>...150