Searched defs:final_1 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h779 __m256 final_1 = _mm256_blend_ps(blend1, blend2, 0xf0); local
804 final_1 = padd(final_1, _mm256_blend_ps(blend1, blend2, 0xf0));
808 EIGEN_INSERT_8f_INTO_16f(final_output, final, final_1);
862 __m256d final_1 = _mm256_blend_pd(tmp0, tmp1, 0xC); local
870 final_1 = padd(final_1, _mm256_blend_pd(tmp0, tmp1, 0xC));
874 return _mm512_insertf64x4(final_output, final_1, 1);

Completed in 72 milliseconds