Home
last modified time | relevance | path

Searched refs:vmla_f32 (Results 1 – 9 of 9) sorted by relevance

/external/XNNPACK/src/f32-gemm/gen/
D4x2-neon-lane-ld64.c94 vacc0x01 = vmla_f32(vacc0x01, va0, vb01); in xnn_f32_gemm_ukernel_4x2__neon_lane_ld64()
95 vacc1x01 = vmla_f32(vacc1x01, va1, vb01); in xnn_f32_gemm_ukernel_4x2__neon_lane_ld64()
96 vacc2x01 = vmla_f32(vacc2x01, va2, vb01); in xnn_f32_gemm_ukernel_4x2__neon_lane_ld64()
97 vacc3x01 = vmla_f32(vacc3x01, va3, vb01); in xnn_f32_gemm_ukernel_4x2__neon_lane_ld64()
/external/XNNPACK/src/f32-igemm/gen/
D4x2-neon-lane-ld64.c116 vacc0x01 = vmla_f32(vacc0x01, va0, vb01); in xnn_f32_igemm_ukernel_4x2__neon_lane_ld64()
117 vacc1x01 = vmla_f32(vacc1x01, va1, vb01); in xnn_f32_igemm_ukernel_4x2__neon_lane_ld64()
118 vacc2x01 = vmla_f32(vacc2x01, va2, vb01); in xnn_f32_igemm_ukernel_4x2__neon_lane_ld64()
119 vacc3x01 = vmla_f32(vacc3x01, va3, vb01); in xnn_f32_igemm_ukernel_4x2__neon_lane_ld64()
/external/XNNPACK/src/f32-igemm/
DMRx2-neon-ld64.c.in104 vacc${M}x01 = vmla_f32(vacc${M}x01, va${M}, vb01);
/external/XNNPACK/src/f32-gemm/
DMRx2-neon-ld64.c.in102 vacc${M}x01 = vmla_f32(vacc${M}x01, va${M}, vb01);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_float.h168 acc = vmla_f32(acc, input, filters);
728 acc = vmla_f32(acc, input, filter);
/external/tensorflow/tensorflow/core/kernels/neon/
Ddepthwiseconv_float.h172 acc = vmla_f32(acc, input, filters);
/external/neon_2_sse/
DNEON_2_SSE.h567 _NEON2SSESTORAGE float32x2_t vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c); // VMLA.F32 d0,…
3842 _NEON2SSESTORAGE float32x2_t vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c); // VMLA.F32 d0,…
3843 _NEON2SSE_INLINE float32x2_t vmla_f32(float32x2_t a, float32x2_t b, float32x2_t c) in vmla_f32() function
13331 return vmla_f32(a,b,c);
14054 return vmla_f32(a, b, scalar); in vmla_n_f32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c429 return vmla_f32(v1, v2, v3); in test_vmla_f32()
Darm_neon_intrinsics.c8837 return vmla_f32(a, b, c); in test_vmla_f32()