Home
last modified time | relevance | path

Searched refs:_mm256_min_pd (Results 101 – 125 of 235) sorted by relevance

12345678910

/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dhelperavx.h147 return _mm256_min_pd(x, y); in vmin()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dhelperavx.h147 return _mm256_min_pd(x, y); in vmin()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX/
H A DPacketMath.h388 return _mm256_min_pd(b,a);
834 Packet4d tmp = _mm256_min_pd(a, _mm256_permute2f128_pd(a,a,1));
835 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h379 return _mm256_min_pd(b,a);
808 Packet4d tmp = _mm256_min_pd(a, _mm256_permute2f128_pd(a,a,1));
809 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h388 return _mm256_min_pd(b,a);
834 Packet4d tmp = _mm256_min_pd(a, _mm256_permute2f128_pd(a,a,1));
835 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX/
H A DPacketMath.h388 return _mm256_min_pd(b,a);
834 Packet4d tmp = _mm256_min_pd(a, _mm256_permute2f128_pd(a,a,1));
835 return pfirst(_mm256_min_pd(tmp, _mm256_shuffle_pd(tmp, tmp, 1)));
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dcgribexlib.c572 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
583 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
588 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
595 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
600 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
609 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
618 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
628 work = _mm256_min_pd (work, current_min); in avx_minmax_val_double()
631 work = _mm256_min_pd (work, current_min); in avx_minmax_val_double()
/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcgribexlib.c572 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
583 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
588 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
595 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
600 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
609 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
618 current_min = _mm256_min_pd(current_min, work); in avx_minmax_val_double()
628 work = _mm256_min_pd (work, current_min); in avx_minmax_val_double()
631 work = _mm256_min_pd (work, current_min); in avx_minmax_val_double()
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dvector256.h747 return V4x64F(_mm256_min_pd(v0, v1)); in Min()
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/geometry/
H A DVector.h351 return BasicVector(_mm256_min_pd(data, other.data));
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1070 __m256d res = _mm256_min_pd(lane0, lane1);
1071 res = _mm256_min_pd(res, _mm256_permute2f128_pd(res, res, 1));
1072 return pfirst(_mm256_min_pd(res, _mm256_shuffle_pd(res, res, 1)));
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1052 __m256d res = _mm256_min_pd(lane0, lane1);
1053 res = _mm256_min_pd(res, _mm256_permute2f128_pd(res, res, 1));
1054 return pfirst(_mm256_min_pd(res, _mm256_shuffle_pd(res, res, 1)));
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1070 __m256d res = _mm256_min_pd(lane0, lane1);
1071 res = _mm256_min_pd(res, _mm256_permute2f128_pd(res, res, 1));
1072 return pfirst(_mm256_min_pd(res, _mm256_shuffle_pd(res, res, 1)));
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1070 __m256d res = _mm256_min_pd(lane0, lane1);
1071 res = _mm256_min_pd(res, _mm256_permute2f128_pd(res, res, 1));
1072 return pfirst(_mm256_min_pd(res, _mm256_shuffle_pd(res, res, 1)));
/dports/math/adept/adept-2.0.8/include/adept/
H A Dquick_e.h481 _mm256_min_pd, _mm256_max_pd)
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dhelperavx2.h169 static INLINE vdouble vmin_vd_vd_vd(vdouble x, vdouble y) { return _mm256_min_pd(x, y); } in vmin_vd_vd_vd()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalsse_priv.h902 reg.ymm = _mm256_min_pd(expr1.ymm, expr2.ymm); in Min()
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/arch/
H A Dhelperavx2.h159 static INLINE vdouble vmin_vd_vd_vd(vdouble x, vdouble y) { return _mm256_min_pd(x, y); } in vmin_vd_vd_vd()
H A Dhelperavx.h199 static INLINE vdouble vmin_vd_vd_vd(vdouble x, vdouble y) { return _mm256_min_pd(x, y); } in vmin_vd_vd_vd()
/dports/math/sleef/sleef-3.5.0/src/arch/
H A Dhelperavx2.h190 static INLINE vdouble vmin_vd_vd_vd(vdouble x, vdouble y) { return _mm256_min_pd(x, y); } in vmin_vd_vd_vd()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalsse_priv.h902 reg.ymm = _mm256_min_pd(expr1.ymm, expr2.ymm); in Min()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalsse_priv.h902 reg.ymm = _mm256_min_pd(expr1.ymm, expr2.ymm); in Min()
/dports/math/fastops/fastops-1.0.0/contrib/libs/fmath/
H A Dfmath.hpp584 x = _mm256_min_pd(x, expMax); in expd_v()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Headers/
H A Davxintrin.h245 _mm256_min_pd(__m256d __a, __m256d __b) in _mm256_min_pd() function
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A Dsimd.hxx786 v1 = _mm256_min_pd(v1.v4(), v2.v4()); in min()

12345678910