Searched refs:_mm_cmpgt_ps (Results 1 - 9 of 9) sorted by relevance

/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take
/external/skia/src/opts/
H A DSkNx_sse.h22 __m128 too_big = _mm_cmpgt_ps(roundtrip, v);
48 SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); }
96 SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); }
/external/clang/test/CodeGen/
H A Dsse-builtins.c292 return _mm_cmpgt_ps(__a, __b);
/external/opencv3/modules/imgproc/src/
H A Dthresh.cpp732 v0 = _mm_cmpgt_ps( v0, thresh4 );
733 v1 = _mm_cmpgt_ps( v1, thresh4 );
839 v0 = _mm_and_ps(v0, _mm_cmpgt_ps(v0, thresh4));
840 v1 = _mm_and_ps(v1, _mm_cmpgt_ps(v1, thresh4));
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh);
383 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h144 Packet4f mask = _mm_cmpgt_ps(tmp, fx);
/external/clang/lib/Headers/
H A Dxmmintrin.h226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin_sse.hpp1158 __m128i mask = _mm_castps_si128(_mm_cmpgt_ps(_mm_cvtepi32_ps(a1), a.val));
1165 __m128i mask = _mm_castps_si128(_mm_cmpgt_ps(a.val, _mm_cvtepi32_ps(a1)));
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp360 __m128 mask = _mm_cmpgt_ps(_mag2, _mag1);
364 mask = _mm_cmpgt_ps(_mm_max_ps(_mag2, _mag1), _mag0);

Completed in 1078 milliseconds