/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | fdct32x32_neon.h | 428 #define ADD_S16_S32(a, left_index, right_index, b, b_index) \ argument 436 #define SUB_S16_S32(a, left_index, right_index, b, b_index) \ argument 444 #define ADDW_S16_S32(a, a_index, b, b_index, c, c_index) \ argument 450 #define SUBW_S16_S32(a, a_index, b, b_index, temp, temp_index, c, c_index) \ argument 458 #define ADD_S32(a, left_index, right_index, b, b_index) \ argument 464 #define SUB_S32(a, left_index, right_index, b, b_index) \ argument
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 209 unsigned a_index = 0, b_index = 0, new_index = 0; in merge_merge_sets() local 244 unsigned a_index = 0, b_index = 0; in merge_sets_interfere() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/runtime/ |
H A D | triton_helpers.py | 99 def minimum_with_index(a_value, a_index, b_value, b_index): argument 115 def maximum_with_index(a_value, a_index, b_value, b_index): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | gemm_functors.h | 80 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in operator() local
|
H A D | reference_gemm.h | 78 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in ReferenceGemm() local
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 72 Py_ssize_t b_index; /* index of this object into base's member 102 Py_ssize_t b_index; /* index of this object into base's member
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 91 Py_ssize_t b_index; /* index of this object into base's member 121 Py_ssize_t b_index; /* index of this object into base's member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_regalloc.c | 306 unsigned int b_index; in rc_build_interference_graph() local
|
H A D | radeon_variable.c | 199 unsigned int a_index, b_index; in readers_intersect() local
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/ |
H A D | multiplex_3_kernel.cc | 85 int b_index = 0; in Compute() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkMaskGamma.h | 238 const size_t b_index = (SkColorGetB(color) >> lum_shift) * kTableWidth; in preBlend() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | suggestions.c | 88 for (size_t b_index = 0; b_index < b_size; b_index++) { in levenshtein_distance() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | SGEMMTest.java | 113 int b_index = ((l * n) + j); in getGEMMResult() local
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/ |
H A D | broadcast_util.cpp | 121 for (int a_index = a_dim - 1, b_index = b_dim - 1; in tensors_are_broadcastable_between() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicBLAS.cpp | 856 const int b_index = ((j * ldb) + l); in kernelBNNM() local
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | icc.cpp | 508 for (uint32_t b_index = 0; b_index < kGridSize; ++b_index) { in writeIccProfile() local
|
/aosp_15_r20/external/skia/src/encode/ |
H A D | SkICC.cpp | 725 for (uint32_t b_index = 0; b_index < kGridSize; ++b_index) { in SkWriteICCProfile() local
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 1238 int b_index = 1; in write_png() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | arg_matches.rs | 2018 let b_index = matches in rev_iter() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | arg_matches.rs | 2018 let b_index = matches in rev_iter() localVariable
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test.cc | 88 const int b_index = j * b_j_stride + l * b_l_stride; in ReferenceEightBitIntGemm() local
|
/aosp_15_r20/external/libtextclassifier/native/annotator/ |
H A D | annotator.cc | 2354 [&candidates](const int a_index, const int b_index) { in AnnotateSingleInput()
|