Searched refs:_mm_setzero_ps (Results 1 – 9 of 9) sorted by relevance
/external/speex/libspeex/ |
D | cb_search_sse.h | 68 EE = _mm_setzero_ps(); in compute_weighted_codebook() 75 resj = _mm_setzero_ps(); in compute_weighted_codebook()
|
D | ltp_sse.h | 42 __m128 sum = _mm_setzero_ps(); in inner_prod() 77 sum = _mm_setzero_ps(); in pitch_xcorr()
|
D | resample_sse.h | 44 __m128 sum = _mm_setzero_ps(); in inner_product_single() 60 __m128 sum = _mm_setzero_ps(); in interpolate_product_single()
|
D | vq_sse.h | 89 __m128 d = _mm_setzero_ps(); in vq_nbest_sign()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 54 Packet4f invalid_mask = _mm_cmple_ps(x, _mm_setzero_ps()); 125 Packet4f tmp = _mm_setzero_ps(), fx; 202 Packet4f xmm1, xmm2 = _mm_setzero_ps(), xmm3, sign_bit, y; 301 Packet4f xmm1, xmm2 = _mm_setzero_ps(), xmm3, y;
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 604 _mm_setzero_ps(void) in _mm_setzero_ps() function 828 __r = _mm_setzero_ps(); in _mm_cvtpi16_ps() 845 __r = _mm_setzero_ps(); in _mm_cvtpu16_ps() 882 __c = _mm_setzero_ps(); in _mm_cvtpi32x2_ps()
|
D | avx2intrin.h | 1122 (__m128)__builtin_ia32_gatherd_ps((__v4sf)_mm_setzero_ps(), \ 1136 (__m128)__builtin_ia32_gatherq_ps((__v4sf)_mm_setzero_ps(), \ 1143 (__m128)__builtin_ia32_gatherq_ps256((__v4sf)_mm_setzero_ps(), \
|
D | smmintrin.h | 213 #define _MM_PICK_OUT_PS(X, N) _mm_insert_ps (_mm_setzero_ps(), (X), \
|
D | avxintrin.h | 275 (__m128)__builtin_shufflevector((__v4sf)__A, (__v4sf) _mm_setzero_ps(), \ 1144 __m128 __zero = _mm_setzero_ps(); in _mm256_castps128_ps256()
|