Searched refs:vdivq_f32 (Results 1 – 3 of 3) sorted by relevance
86 static float32x4_t vdivq_f32(float32x4_t a, float32x4_t b) { in vdivq_f32() function147 float32x4_t ef_re = vdivq_f32(ef_re_base, xPowPlus); in ScaleErrorSignalNEON()148 float32x4_t ef_im = vdivq_f32(ef_im_base, xPowPlus); in ScaleErrorSignalNEON()154 const float32x4_t absEfInv = vdivq_f32(kThresh, absEfPlus); in ScaleErrorSignalNEON()702 vec_cohde = vdivq_f32(vec_cohde, vec_sdse); in SubbandCoherenceNEON()704 vec_cohxd = vdivq_f32(vec_cohxd, vec_sdsx); in SubbandCoherenceNEON()
154 return vdivq_f32(fVec, o.fVec);
559 return vdivq_f32(v1, v2); in test_vdivq_f32()