Home
last modified time | relevance | path

Searched refs:_mm_cmple_ps (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/opts/
DSkNx_sse.h49 SkNx operator <= (const SkNx& o) const { return _mm_cmple_ps (fVec, o.fVec); }
97 SkNx operator <= (const SkNx& o) const { return _mm_cmple_ps (fVec, o.fVec); }
/external/opencv3/modules/imgproc/src/
Dthresh.cpp770 v0 = _mm_cmple_ps( v0, thresh4 ); in thresh_32f()
771 v1 = _mm_cmple_ps( v1, thresh4 ); in thresh_32f()
878 v0 = _mm_and_ps(v0, _mm_cmple_ps(v0, thresh4)); in thresh_32f()
879 v1 = _mm_and_ps(v1, _mm_cmple_ps(v1, thresh4)); in thresh_32f()
/external/clang/test/CodeGen/
Dsse-builtins.c256 return _mm_cmple_ps(__a, __b); in test_mm_cmple_ps()
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_common.inl266 __m128 cmp = _mm_cmple_ps(x, edge);
/external/clang/lib/Headers/
Dxmmintrin.h212 _mm_cmple_ps(__m128 __a, __m128 __b) in _mm_cmple_ps() function
/external/opencv3/modules/core/src/
Darithm.cpp5273 __m128 v_res1 = _mm_and_ps(_mm_cmple_ps(_mm_loadu_ps(src2 + x), v_src), in operator ()()
5274 _mm_cmple_ps(v_src, _mm_loadu_ps(src3 + x))); in operator ()()
5277 __m128 v_res2 = _mm_and_ps(_mm_cmple_ps(_mm_loadu_ps(src2 + x + 4), v_src), in operator ()()
5278 _mm_cmple_ps(v_src, _mm_loadu_ps(src3 + x + 4))); in operator ()()