Searched defs:acc3 (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | poly1305.c | 70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local 176 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_compute_mac() local
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | poly1305.c | 70 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local 176 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_compute_mac() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/ |
H A D | temporal_filter_msa.c | 27 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_16size_msa() local 140 v4i32 acc0, acc1, acc2, acc3; in temporal_filter_apply_8size_msa() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/ |
H A D | impl.cpp | 90 float16x8_t acc3 = vdupq_n_f16(0.f); in vector_matrix_multiply_f16() local 283 float32x4_t acc3 = vdupq_n_f32(0.f); in vector_matrix_multiply_f32() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p256_asm_amd64.s | 23 #define acc3 R11 macro 1307 #define acc3 R9 macro
|
D | p256_asm_arm64.s | 23 #define acc3 R6 macro
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | vec_neon.h | 396 int32x4_t acc2, acc3; in cgemv8x4() local
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | xxhash.h | 5440 svuint64_t acc3 = svld1_u64(mask, xacc + 6); in XXH3_accumulate_512_sve() local 5490 svuint64_t acc3 = svld1_u64(mask, xacc + 6); in XXH3_accumulate_sve() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | legacy_optimized_ops.h | 803 int32x4_t acc3 = acc0; in LegacyFullyConnectedAsGEMVWorkerImpl() local 1818 int32x4_t acc3 = acc0; in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding_test.cc | 3438 Output acc3 = fun(s.WithOpName("acc3"), {c1, c2, z}); in TEST_F() local
|