Home
last modified time | relevance | path

Searched defs:acc0 (Results 1 – 11 of 11) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c186 EAS_I32 acc0; in WT_Interpolate() local
287 EAS_I32 acc0; in WT_InterpolateNoLoop() local
390 EAS_I32 acc0; in WT_VoiceFilter() local
/external/mbedtls/library/
Dpoly1305.c82 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
189 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_compute_mac() local
/external/openthread/third_party/mbedtls/repo/library/
Dpoly1305.c100 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_process() local
207 uint32_t acc0, acc1, acc2, acc3, acc4; in poly1305_compute_mac() local
/external/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c27 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
/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/
Dimpl.cpp87 float16x8_t acc0 = vdupq_n_f16(0.f); in vector_matrix_multiply_f16() local
280 float32x4_t acc0 = vdupq_n_f32(0.f); in vector_matrix_multiply_f32() local
/external/speex/tmv/
Dfilterbank_tm.h166 register int acc0, acc1, ps10; in filterbank_compute_psd16() local
Dmdf_tm.h110 register float acc0, acc1; in mdf_inner_prod() local
/external/ComputeLibrary/src/cpu/kernels/depthwiseconv2d/generic/neon/
Dimpl.cpp658 std::vector<AccVectorType> acc0(depth_multiplier / vector_size); in depthwise_loop_pow2_quantized_per_tensor() local
/external/mesa3d/src/intel/compiler/
Dtest_eu_validate.cpp121 #define acc0 brw_acc_reg(8) macro
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h800 int32x4_t acc0 = vdupq_n_s32(0); in LegacyFullyConnectedAsGEMVWorkerImpl() local
1815 int32x4_t acc0 = vdupq_n_s32(0); in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc3435 Output acc0 = fun(s.WithOpName("acc0"), {c1, c2, c3}); in TEST_F() local