Home
last modified time | relevance | path

Searched refs:_mm_setzero_ps (Results 1 – 7 of 7) sorted by relevance

/external/speex/libspeex/
Dcb_search_sse.h68 EE = _mm_setzero_ps(); in compute_weighted_codebook()
75 resj = _mm_setzero_ps(); in compute_weighted_codebook()
Dltp_sse.h42 __m128 sum = _mm_setzero_ps(); in inner_prod()
77 sum = _mm_setzero_ps(); in pitch_xcorr()
Dresample_sse.h44 __m128 sum = _mm_setzero_ps(); in inner_product_single()
60 __m128 sum = _mm_setzero_ps(); in interpolate_product_single()
Dvq_sse.h89 __m128 d = _mm_setzero_ps(); in vq_nbest_sign()
/external/clang/lib/Headers/
Dxmmintrin.h587 _mm_setzero_ps(void) in _mm_setzero_ps() function
805 r = _mm_setzero_ps(); in _mm_cvtpi16_ps()
822 r = _mm_setzero_ps(); in _mm_cvtpu16_ps()
859 c = _mm_setzero_ps(); in _mm_cvtpi32x2_ps()
Dsmmintrin.h196 #define _MM_PICK_OUT_PS(X, N) _mm_insert_ps (_mm_setzero_ps(), (X), \
Davxintrin.h1129 __m128 zero = _mm_setzero_ps(); in _mm256_castps128_ps256()