Searched refs:_mm_cmpgt_ps (Results 1 – 5 of 5) sorted by relevance
50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take in pasin()
95 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()357 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); in OverdriveAndSuppressSSE2()
99 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()374 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); in OverdriveAndSuppressSSE2()
144 Packet4f mask = _mm_cmpgt_ps(tmp, fx);
227 _mm_cmpgt_ps(__m128 __a, __m128 __b) in _mm_cmpgt_ps() function