Home
last modified time | relevance | path

Searched refs:vpadd_f32 (Results 1 – 8 of 8) sorted by relevance

/external/libopus/celt/arm/
Dpitch_neon_intr.c220 xy_f32x2 = vpadd_f32(xy_f32x2, xy_f32x2); in celt_inner_prod_neon()
268 xy01_f32x2 = vpadd_f32(xy01_f32x2, xy01_f32x2); in dual_inner_prod_neon()
269 xy02_f32x2 = vpadd_f32(xy02_f32x2, xy02_f32x2); in dual_inner_prod_neon()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c480 vec_total = vpadd_f32(vget_low_f32(vec_wfEn), vget_high_f32(vec_wfEn)); in PartitionDelayNEON()
482 vec_total = vpadd_f32(vec_total, vec_total); in PartitionDelayNEON()
584 vec_sdSum_total = vpadd_f32(vget_low_f32(vec_sdSum), in SmoothedPSD()
586 vec_seSum_total = vpadd_f32(vget_low_f32(vec_seSum), in SmoothedPSD()
589 vec_sdSum_total = vpadd_f32(vec_sdSum_total, vec_sdSum_total); in SmoothedPSD()
590 vec_seSum_total = vpadd_f32(vec_seSum_total, vec_seSum_total); in SmoothedPSD()
/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_neon.cc44 return vget_lane_f32(vpadd_f32(m_half, m_half), 0); in Convolve_NEON()
/external/webrtc/webrtc/common_audio/
Dfir_filter_neon.cc65 out[i] = vget_lane_f32(vpadd_f32(m_half, m_half), 0); in Filter()
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h342 sum = vpadd_f32(a_lo, a_hi);
343 sum = vpadd_f32(sum, sum);
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c5025 return vpadd_f32(a, b); in test_vpadd_f32()
Darm_neon_intrinsics.c11300 return vpadd_f32(a, b); in test_vpadd_f32()
/external/neon_2_sse/
DNEON_2_SSE.h905 _NEON2SSESTORAGE float32x2_t vpadd_f32(float32x2_t a, float32x2_t b); // VPADD.F32 d0,d0,d0
6341 _NEON2SSESTORAGE float32x2_t vpadd_f32(float32x2_t a, float32x2_t b); // VPADD.F32 d0,d0,d0
6342 _NEON2SSE_INLINE float32x2_t vpadd_f32(float32x2_t a, float32x2_t b) in vpadd_f32() function