Home
last modified time | relevance | path

Searched refs:_mm256_blend_ps (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_spmdm_begin_avx2.h55 ymm10 = _mm256_blend_ps(ymm6, ymm3, 0xCC); \
58 ymm11 = _mm256_blend_ps(ymm0, ymm6, 0xCC); \
59 ymm12 = _mm256_blend_ps(ymm3, ymm1, 0xCC); \
63 ymm13 = _mm256_blend_ps(ymm6, ymm9, 0xCC);{ \
68 ymm15 = _mm256_blend_ps(ymm14, ymm7, 0xCC); \
70 ymm8 = _mm256_blend_ps(ymm8, ymm14, 0xCC); \
71 ymm5 = _mm256_blend_ps(ymm5, ymm7, 0xCC); \
74 ymm4 = _mm256_blend_ps(ymm7, ymm4, 0xCC); \
107 ymm10 = _mm256_blend_ps(ymm6, ymm3, 0xCC); \
110 ymm11 = _mm256_blend_ps(ymm0, ymm6, 0xCC); \
[all …]
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Core/arch/AVX/
H A DPacketMath.h458 first = _mm256_blend_ps(first, second, 1);
461 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
465 first = _mm256_blend_ps(first, second, 3);
468 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
472 first = _mm256_blend_ps(first, second, 7);
475 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
479 first = _mm256_blend_ps(first, second, 15);
486 first = _mm256_blend_ps(first, second, 31);
490 first = _mm256_blend_ps(tmp, first, 0x88);
498 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h467 first = _mm256_blend_ps(first, second, 1);
470 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
474 first = _mm256_blend_ps(first, second, 3);
477 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
481 first = _mm256_blend_ps(first, second, 7);
484 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
488 first = _mm256_blend_ps(first, second, 15);
495 first = _mm256_blend_ps(first, second, 31);
499 first = _mm256_blend_ps(tmp, first, 0x88);
507 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/science/getdp/getdp-3.4.0-source/contrib/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/devel/vcglib/vcglib-2020.09/eigenlib/Eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/Eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/misc/opennn/opennn-5.0.5/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/biology/diamond/diamond-2.0.13/src/lib/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/Eigen/src/Core/arch/AVX/
H A DPacketMath.h461 first = _mm256_blend_ps(first, second, 1);
464 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
468 first = _mm256_blend_ps(first, second, 3);
471 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
475 first = _mm256_blend_ps(first, second, 7);
478 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
482 first = _mm256_blend_ps(first, second, 15);
489 first = _mm256_blend_ps(first, second, 31);
493 first = _mm256_blend_ps(tmp, first, 0x88);
501 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/Eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h457 first = _mm256_blend_ps(first, second, 1);
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
464 first = _mm256_blend_ps(first, second, 3);
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
471 first = _mm256_blend_ps(first, second, 7);
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
478 first = _mm256_blend_ps(first, second, 15);
485 first = _mm256_blend_ps(first, second, 31);
489 first = _mm256_blend_ps(tmp, first, 0x88);
497 first = _mm256_blend_ps(tmp, first, 0xcc);
[all …]
/dports/math/blis/blis-0.8.1/kernels/zen/3/
H A Dbli_trsm_small.c16272 mat_b_col[4] = _mm256_blend_ps(mat_b_col[0], mat_b_col[6], 0xCC); in blis_strsm_microkernel_alpha()
16273 mat_b_col[5] = _mm256_blend_ps(mat_b_col[1], mat_b_col[6], 0x33); in blis_strsm_microkernel_alpha()
16274 mat_b_col[6] = _mm256_blend_ps(mat_b_col[2], mat_b_col[7], 0xCC); in blis_strsm_microkernel_alpha()
16275 mat_b_col[7] = _mm256_blend_ps(mat_b_col[3], mat_b_col[7], 0x33); in blis_strsm_microkernel_alpha()
16893 mat_b_col[4] = _mm256_blend_ps(mat_b_col[0], mat_b_col[6], 0xCC); in blis_strsm_microkernel_alpha_unitDiag()
16894 mat_b_col[5] = _mm256_blend_ps(mat_b_col[1], mat_b_col[6], 0x33); in blis_strsm_microkernel_alpha_unitDiag()
16895 mat_b_col[6] = _mm256_blend_ps(mat_b_col[2], mat_b_col[7], 0xCC); in blis_strsm_microkernel_alpha_unitDiag()
16896 mat_b_col[7] = _mm256_blend_ps(mat_b_col[3], mat_b_col[7], 0x33); in blis_strsm_microkernel_alpha_unitDiag()
17496 mat_b_col[4] = _mm256_blend_ps(mat_b_col[0], mat_b_col[6], 0xCC); in blis_strsm_microkernel_unitDiag()
17497 mat_b_col[5] = _mm256_blend_ps(mat_b_col[1], mat_b_col[6], 0x33); in blis_strsm_microkernel_unitDiag()
[all …]

12345678910>>...15