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

/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h716 __m256 perm1 = _mm256_permute2f128_ps(hsum5, hsum5, 0x23); local
721 __m256 sum1 = _mm256_add_ps(perm1, hsum5);
741 perm1 = _mm256_permute2f128_ps(hsum5, hsum5, 0x23);
746 sum1 = _mm256_add_ps(perm1, hsum5);
766 perm1 = _mm256_permute2f128_ps(hsum5, hsum5, 0x23);
771 sum1 = _mm256_add_ps(perm1, hsum5);
791 perm1 = _mm256_permute2f128_ps(hsum5, hsum5, 0x23);
796 sum1 = _mm256_add_ps(perm1, hsum5);
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h367 __m256 perm1 = _mm256_permute2f128_ps(hsum5, hsum5, 0x23); local
372 __m256 sum1 = _mm256_add_ps(perm1, hsum5);

Completed in 56 milliseconds