Searched refs:_mm_cmpgt_ps (Results 1 – 4 of 4) sorted by relevance
50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take in pasin()
138 Packet4f mask = _mm_cmpgt_ps(tmp, fx);373 Packet4f non_zero_mask = _mm_cmpgt_ps(_x, pset1<Packet4f>(std::numeric_limits<float>::epsilon()));
95 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2()357 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); in OverdriveAndSuppressSSE2()
225 _mm_cmpgt_ps(__m128 __a, __m128 __b) in _mm_cmpgt_ps() function