Home
last modified time | relevance | path

Searched defs:b_index (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dfdct32x32_neon.h428 #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 Dir3_merge_regs.c209 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 Dtriton_helpers.py99 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 Dgemm_functors.h80 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in operator() local
H A Dreference_gemm.h78 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in ReferenceGemm() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dctypes.h72 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/
Dctypes.h91 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 Dradeon_regalloc.c306 unsigned int b_index; in rc_build_interference_graph() local
H A Dradeon_variable.c199 unsigned int a_index, b_index; in readers_intersect() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
H A Dmultiplex_3_kernel.cc85 int b_index = 0; in Compute() local
/aosp_15_r20/external/skia/src/core/
H A DSkMaskGamma.h238 const size_t b_index = (SkColorGetB(color) >> lum_shift) * kTableWidth; in preBlend() local
/aosp_15_r20/external/python/cpython3/Python/
Dsuggestions.c88 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 DSGEMMTest.java113 int b_index = ((l * n) + j); in getGEMMResult() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dbroadcast_util.cpp121 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 DrsCpuIntrinsicBLAS.cpp856 const int b_index = ((j * ldb) + l); in kernelBNNM() local
/aosp_15_r20/external/libultrahdr/lib/src/
H A Dicc.cpp508 for (uint32_t b_index = 0; b_index < kGridSize; ++b_index) { in writeIccProfile() local
/aosp_15_r20/external/skia/src/encode/
H A DSkICC.cpp725 for (uint32_t b_index = 0; b_index < kGridSize; ++b_index) { in SkWriteICCProfile() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DImages.cpp1238 int b_index = 1; in write_png() local
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/
Darg_matches.rs2018 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 Darg_matches.rs2018 let b_index = matches in rev_iter() localVariable
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc88 const int b_index = j * b_j_stride + l * b_l_stride; in ReferenceEightBitIntGemm() local
/aosp_15_r20/external/libtextclassifier/native/annotator/
H A Dannotator.cc2354 [&candidates](const int a_index, const int b_index) { in AnnotateSingleInput()