Searched refs:perm2 (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h717 __m256 perm2 = _mm256_permute2f128_ps(hsum6, hsum6, 0x23); local
722 __m256 sum2 = _mm256_add_ps(perm2, hsum6);
742 perm2 = _mm256_permute2f128_ps(hsum6, hsum6, 0x23);
747 sum2 = _mm256_add_ps(perm2, hsum6);
767 perm2 = _mm256_permute2f128_ps(hsum6, hsum6, 0x23);
772 sum2 = _mm256_add_ps(perm2, hsum6);
792 perm2 = _mm256_permute2f128_ps(hsum6, hsum6, 0x23);
797 sum2 = _mm256_add_ps(perm2, hsum6);
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h368 __m256 perm2 = _mm256_permute2f128_ps(hsum6, hsum6, 0x23); local
373 __m256 sum2 = _mm256_add_ps(perm2, hsum6);

Completed in 170 milliseconds