Searched refs:_mm_sqrt_ps (Results 1 - 4 of 4) sorted by last modified time

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c94 const __m128 absEf = _mm_sqrt_ps(ef_sum2);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h465 template<> EIGEN_STRONG_INLINE Packet4f psqrt<Packet4f>(const Packet4f& x) { return _mm_sqrt_ps(x); }
/external/clang/lib/Headers/
H A Dxmmintrin.h103 _mm_sqrt_ps(__m128 __a) function
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c98 const __m128 absEf = _mm_sqrt_ps(ef_sum2);

Completed in 220 milliseconds