Home
last modified time | relevance | path

Searched refs:_mm_cmple_pd (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/devel/libflatarray/libflatarray-0.3.0/src/detail/
H A Dshort_vec_sse_double_32.hpp419 _mm_cmple_pd(val1, other.val1), in operator <=()
420 _mm_cmple_pd(val2, other.val2), in operator <=()
421 _mm_cmple_pd(val3, other.val3), in operator <=()
422 _mm_cmple_pd(val4, other.val4), in operator <=()
423 _mm_cmple_pd(val5, other.val5), in operator <=()
424 _mm_cmple_pd(val6, other.val6), in operator <=()
425 _mm_cmple_pd(val7, other.val7), in operator <=()
426 _mm_cmple_pd(val8, other.val8), in operator <=()
427 _mm_cmple_pd(val9, other.val9), in operator <=()
428 _mm_cmple_pd(val10, other.val10), in operator <=()
[all …]
H A Dshort_vec_sse_double_16.hpp283 _mm_cmple_pd(val1, other.val1), in operator <=()
284 _mm_cmple_pd(val2, other.val2), in operator <=()
285 _mm_cmple_pd(val3, other.val3), in operator <=()
286 _mm_cmple_pd(val4, other.val4), in operator <=()
287 _mm_cmple_pd(val5, other.val5), in operator <=()
288 _mm_cmple_pd(val6, other.val6), in operator <=()
289 _mm_cmple_pd(val7, other.val7), in operator <=()
290 _mm_cmple_pd(val8, other.val8)); in operator <=()
H A Dshort_vec_sse_double_8.hpp210 _mm_cmple_pd(val1, other.val1), in operator <=()
211 _mm_cmple_pd(val2, other.val2), in operator <=()
212 _mm_cmple_pd(val3, other.val3), in operator <=()
213 _mm_cmple_pd(val4, other.val4)); in operator <=()
H A Dshort_vec_sse_double_4.hpp177 _mm_cmple_pd(val1, other.val1), in operator <=()
178 _mm_cmple_pd(val2, other.val2)); in operator <=()
H A Dshort_vec_sse_double_2.hpp158 _mm_cmple_pd(val1, other.val1)); in operator <=()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Dsse2-builtins-constrained-cmp.c39 return _mm_cmple_pd(A, B); in test_mm_cmple_pd()
/dports/devel/inastemp/inastemp-0.2.4/Src/SSE3/
H A DInaVecSSE3Double.hpp346 const __m128d greater = _mm_cmple_pd(_mm_setzero_pd(), vec); in isPositive()
382 return _mm_castpd_si128(_mm_cmple_pd(_mm_setzero_pd(), vec)); in isPositiveMask()
423 const __m128d testResult = _mm_cmple_pd(inVec1.vec, inVec2.vec); in IsLowerOrEqual()
459 return _mm_castpd_si128(_mm_cmple_pd(inVec1.vec, inVec2.vec)); in IsLowerOrEqualMask()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/vec/
H A Dvec_sse2.hpp261 RELATIONAL_OPERATOR(<=, _mm_cmple_pd)
290 RELATIONAL_MASK_OPERATOR(le, _mm_cmple_pd) in RELATIONAL_MASK_OPERATOR()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/vec/
H A Dvec_sse2.hpp250 RELATIONAL_OPERATOR(<=, _mm_cmple_pd)
279 RELATIONAL_MASK_OPERATOR(le, _mm_cmple_pd) in RELATIONAL_MASK_OPERATOR()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp575 __m128d mask_min = _mm_cmple_pd( val01, float_negmax ); in GDALCopy4Words()
576 __m128d mask_min23 = _mm_cmple_pd( val23, float_negmax ); in GDALCopy4Words()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp575 __m128d mask_min = _mm_cmple_pd( val01, float_negmax );
576 __m128d mask_min23 = _mm_cmple_pd( val23, float_negmax );
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdal_priv_templates.hpp575 __m128d mask_min = _mm_cmple_pd( val01, float_negmax ); in GDALCopy4Words()
576 __m128d mask_min23 = _mm_cmple_pd( val23, float_negmax ); in GDALCopy4Words()
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DEqual.h763 return _mm_movemask_pd( _mm_cmple_pd( xmm1, xmm2 ) ) == 0x3;
832 return _mm_movemask_pd( _mm_cmple_pd( xmm1, xmm2 ) ) == 0x3;
/dports/devel/emscripten/emscripten-2.0.3/tests/sse/
H A Dtest_sse2.cpp88 Ret_M128d_M128d(__m128d, _mm_cmple_pd); in test_compare()
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/common/simd/sse/
H A Doperators.h252 #define npyv_cmple_f64(a, b) _mm_castpd_si128(_mm_cmple_pd(a, b))

123456789