Home
last modified time | relevance | path

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

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