Searched refs:_mm_cmple_ps (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/opts/ |
D | SkNx_sse.h | 49 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/ |
D | thresh.cpp | 770 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/ |
D | sse-builtins.c | 256 return _mm_cmple_ps(__a, __b); in test_mm_cmple_ps()
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | intrinsic_common.inl | 266 __m128 cmp = _mm_cmple_ps(x, edge);
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 212 _mm_cmple_ps(__m128 __a, __m128 __b) in _mm_cmple_ps() function
|
/external/opencv3/modules/core/src/ |
D | arithm.cpp | 5273 __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 ()()
|