Searched refs:_mm_min_ps (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/opts/
H A DSkNx_sse.h52 static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); }
100 static SkNx Min(const SkNx& l, const SkNx& r) { return _mm_min_ps(l.fVec, r.fVec); }
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h177 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_min_ps(a,b); }
561 Packet4f tmp = _mm_min_ps(a, _mm_movehl_ps(a,a));
/external/opencv3/modules/hal/src/
H A Dmathfuncs.cpp88 __m128 tmin = _mm_min_ps(ax, ay), tmax = _mm_max_ps(ax, ay);
483 xf0 = _mm_min_ps(_mm_max_ps(xf0, minval4), maxval4);
484 xf1 = _mm_min_ps(_mm_max_ps(xf1, minval4), maxval4);
/external/opencv3/modules/imgproc/src/
H A Dthresh.cpp808 v0 = _mm_min_ps( v0, thresh4 );
809 v1 = _mm_min_ps( v1, thresh4 );
H A Dshapedescr.cpp526 minvalf = _mm_min_ps(minvalf, ptXY);
H A Dmorph.cpp555 struct VMin32f { __m128 operator()(const __m128& a, const __m128& b) const { return _mm_min_ps(a,b); }};
H A Dhistogram.cpp2381 __m128 v_src = _mm_min_ps(_mm_loadu_ps(h1 + j),
H A Dsmooth.cpp2288 a = _mm_min_ps(a, b);
/external/clang/lib/Headers/
H A Dxmmintrin.h140 _mm_min_ps(__m128 __a, __m128 __b) function
/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_sse2.c334 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input));
/external/opencv3/modules/hal/include/opencv2/hal/
H A Dintrin_sse.hpp722 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_float32x4, v_min, _mm_min_ps)
/external/opencv3/modules/objdetect/src/
H A Dhog.cpp1003 p = _mm_min_ps(p, _threshold);
1011 p = _mm_min_ps(p, _threshold);
/external/opencv3/modules/core/src/
H A Darithm.cpp530 FUNCTOR_CLOSURE_2arg(VMin, float, return _mm_min_ps(a, b));

Completed in 545 milliseconds