Searched refs:_mm_set1_pd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp1171 __m128d otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[0][0]);
1172 __m128d otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[0][1]);
1173 __m128d otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[0][2]);
1174 __m128d otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[0][3]);
1204 otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[1][0]);
1205 otherMatrixSecondParam = _mm_set1_pd(mat.m_matrix[1][1]);
1206 otherMatrixThirdParam = _mm_set1_pd(mat.m_matrix[1][2]);
1207 otherMatrixFourthParam = _mm_set1_pd(mat.m_matrix[1][3]);
1232 otherMatrixFirstParam = _mm_set1_pd(mat.m_matrix[2][0]);
1233 otherMatrixSecondParam = _mm_set1_pd(ma
[all...]
/external/clang/lib/Headers/
H A Davx2intrin.h1127 (__v2df)_mm_set1_pd((double)(long long int)-1), (s)); })
1141 (__v2df)_mm_set1_pd((double)(long long int)-1), (s)); })
H A Demmintrin.h533 _mm_set1_pd(double __w) function
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h114 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set1_pd(from); }

Completed in 306 milliseconds