Home
last modified time | relevance | path

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

/external/libvpx/vpx_dsp/arm/
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
/external/tensorflow/tensorflow/core/kernels/
Dgemm_functors.h80 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in operator() local
Dreference_gemm.h78 const size_t b_index = ((j * b_j_stride) + (l * b_l_stride)); in ReferenceGemm() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
Dmultiplex_3_kernel.cc85 int b_index = 0; in Compute() local
/external/python/cpython3/Python/
Dsuggestions.c85 for (size_t b_index = 0; b_index < b_size; b_index++) { in levenshtein_distance() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c240 unsigned int a_index, b_index; in readers_intersect() local
Dradeon_pair_regalloc.c580 unsigned int b_index; in do_advanced_regalloc() local
/external/python/cpython3/Modules/_ctypes/
Dctypes.h51 Py_ssize_t b_index; /* index of this object into base's member
81 Py_ssize_t b_index; /* index of this object into base's member
/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
/external/skia/src/core/
DSkICC.cpp725 for (uint32_t b_index = 0; b_index < kGridSize; ++b_index) { in SkWriteICCProfile() local
/external/gemmlowp/test/
Dtest.cc88 const int b_index = j * b_j_stride + l * b_l_stride; in ReferenceEightBitIntGemm() local
/external/libtextclassifier/native/annotator/
Dannotator.cc2354 [&candidates](const int a_index, const int b_index) { in AnnotateSingleInput()