Home
last modified time | relevance | path

Searched refs:pset1 (Results 1 – 18 of 18) sorted by relevance

/external/eigen/Eigen/src/Geometry/arch/
DGeometry_SSE.h71 Packet2d a_xx = pset1<Packet2d>(a[0]);
72 Packet2d a_yy = pset1<Packet2d>(a[1]);
73 Packet2d a_zz = pset1<Packet2d>(a[2]);
74 Packet2d a_ww = pset1<Packet2d>(a[3]);
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h49 const Packet4f p4f_##NAME = pset1<Packet4f>(X)
52 const Packet4f p4f_##NAME = _mm_castsi128_ps(pset1<Packet4i>(X))
55 const Packet4i p4i_##NAME = pset1<Packet4i>(X)
104 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set_ps(fro…
105 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set_pd(fro…
106 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set_epi32(…
108 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set1_ps(fr…
109 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set1_pd(fr…
110 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set1_epi32…
113 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return _mm_add_ps(pset1<Pack…
[all …]
DMathFunctions.h370 Packet4f half = pmul(_x, pset1<Packet4f>(.5f));
373 Packet4f non_zero_mask = _mm_cmpgt_ps(_x, pset1<Packet4f>(std::numeric_limits<float>::epsilon()));
376 x = pmul(x, psub(pset1<Packet4f>(1.5f), pmul(half, pmul(x,x))));
DComplex.h87 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from)
99 …E Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { return pset1<Packet2cf>(*from);…
302 template<> EIGEN_STRONG_INLINE Packet1cd pset1<Packet1cd>(const std::complex<double>& from)
305 … Packet1cd ploaddup<Packet1cd>(const std::complex<double>* from) { return pset1<Packet1cd>(*from);…
/external/eigen/bench/
Dbench_norm.cpp137 Packet pasml = internal::pset1(Scalar(0)); in pblueNorm()
138 Packet pamed = internal::pset1(Scalar(0)); in pblueNorm()
139 Packet pabig = internal::pset1(Scalar(0)); in pblueNorm()
140 Packet ps2m = internal::pset1(s2m); in pblueNorm()
141 Packet ps1m = internal::pset1(s1m); in pblueNorm()
142 Packet pb2 = internal::pset1(b2); in pblueNorm()
143 Packet pb1 = internal::pset1(b1); in pblueNorm()
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h47 Packet4f p4f_##NAME = pset1<Packet4f>(X)
50 Packet4f p4f_##NAME = vreinterpretq_f32_u32(pset1<int>(X))
53 Packet4i p4i_##NAME = pset1<Packet4i>(X)
147 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) {
156 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) {
164 template<> EIGEN_STRONG_INLINE Packet4f plset<float>(const float& a) { return vec_add(pset1<Packet4…
165 template<> EIGEN_STRONG_INLINE Packet4i plset<int>(const int& a) { return vec_add(pset1<Packet4…
230 return pset1<Packet4i>(0);
DComplex.h56 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from)
102 return pset1<Packet2cf>(*from);
/external/eigen/Eigen/src/Core/arch/NEON/
DPacketMath.h34 const Packet4f p4f_##NAME = pset1<Packet4f>(X)
37 const Packet4f p4f_##NAME = vreinterpretq_f32_u32(pset1<int>(X))
40 const Packet4i p4i_##NAME = pset1<Packet4i>(X)
95 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return vdupq_n_f32(fr…
96 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return vdupq_n_s32(…
101 return vaddq_f32(pset1<Packet4f>(a), countdown);
106 return vaddq_s32(pset1<Packet4i>(a), countdown);
144 return pset1<Packet4i>(0);
DComplex.h51 template<> EIGEN_STRONG_INLINE Packet2cf pset1<Packet2cf>(const std::complex<float>& from)
111 …E Packet2cf ploaddup<Packet2cf>(const std::complex<float>* from) { return pset1<Packet2cf>(*from);…
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h146 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[i*rhsIncr]),
147 ptmp1 = pset1<RhsPacket>(alpha*rhs[(i+offset1)*rhsIncr]),
148 ptmp2 = pset1<RhsPacket>(alpha*rhs[(i+2)*rhsIncr]),
149 ptmp3 = pset1<RhsPacket>(alpha*rhs[(i+offset3)*rhsIncr]);
241 RhsPacket ptmp0 = pset1<RhsPacket>(alpha*rhs[k*rhsIncr]);
408 ResPacket ptmp0 = pset1<ResPacket>(ResScalar(0)), ptmp1 = pset1<ResPacket>(ResScalar(0)),
409 ptmp2 = pset1<ResPacket>(ResScalar(0)), ptmp3 = pset1<ResPacket>(ResScalar(0));
505 ResPacket ptmp0 = pset1<ResPacket>(tmp0);
DCoeffBasedProduct.h376 …res = pmadd(pset1<Packet>(lhs.coeff(row, UnrollingIndex)), rhs.template packet<LoadMode>(Unrollin…
387 …res = pmadd(lhs.template packet<LoadMode>(row, UnrollingIndex), pset1<Packet>(rhs.coeff(Unrolling…
397 res = pmul(pset1<Packet>(lhs.coeff(row, 0)),rhs.template packet<LoadMode>(0, col));
407 res = pmul(lhs.template packet<LoadMode>(row, 0), pset1<Packet>(rhs.coeff(0, col)));
418 res = pmul(pset1<Packet>(lhs.coeff(row, 0)),rhs.template packet<LoadMode>(0, col));
420 res = pmadd(pset1<Packet>(lhs.coeff(row, i)), rhs.template packet<LoadMode>(i, col), res);
431 res = pmul(lhs.template packet<LoadMode>(row, 0), pset1<Packet>(rhs.coeff(0, col)));
433 res = pmadd(lhs.template packet<LoadMode>(row, i), pset1<Packet>(rhs.coeff(i, col)), res);
DSelfadjointMatrixVector.h78 Packet ptmp0 = pset1<Packet>(t0); in run()
80 Packet ptmp1 = pset1<Packet>(t1); in run()
83 Packet ptmp2 = pset1<Packet>(t2); in run()
85 Packet ptmp3 = pset1<Packet>(t3); in run()
DGeneralBlockPanelKernel.h187 p = pset1<ResPacket>(ResScalar(0));
258 p = pset1<ResPacket>(ResScalar(0));
343 p.first = pset1<RealPacket>(RealScalar(0));
344 p.second = pset1<RealPacket>(RealScalar(0));
463 p = pset1<ResPacket>(ResScalar(0));
751 ResPacket alphav = pset1<ResPacket>(alpha);
783 ResPacket alphav = pset1<ResPacket>(alpha);
929 ResPacket alphav = pset1<ResPacket>(alpha);
1034 ResPacket alphav = pset1<ResPacket>(alpha);
1068 ResPacket alphav = pset1<ResPacket>(alpha);
/external/eigen/Eigen/src/Core/
DFunctors.h462 { return internal::pmul(a, pset1<Packet>(m_other)); }
489 { return internal::pmul(a, pset1<Packet>(m_other)); }
536 …EIGEN_STRONG_INLINE const Packet packetOp(Index, Index = 0) const { return internal::pset1<Packet>…
567 m_packetStep(pset1<Packet>(packet_traits<Scalar>::size*step)),
568 …m_base(padd(pset1<Packet>(low),pmul(pset1<Packet>(step),plset<Scalar>(-packet_traits<Scalar>::size…
591 …m_lowPacket(pset1<Packet>(m_low)), m_stepPacket(pset1<Packet>(m_step)), m_interPacket(plset<Scalar…
598 { return internal::padd(m_lowPacket, pmul(m_stepPacket, padd(pset1<Packet>(i),m_interPacket))); }
678 { return internal::padd(a, pset1<Packet>(m_other)); }
825 { return internal::pdiv(pset1<Packet>(m_other),a); }
839 { return internal::pdiv(pset1<Packet>(Scalar(1)),a); }
DGenericPacketMath.h165 pset1(const typename unpacket_traits<Packet>::type& a) { return a; } in pset1() function
265 pstore(to, pset1<Packet>(a)); in pstore1()
DDiagonalProduct.h83 internal::pset1<PacketScalar>(m_diagonal.diagonal().coeff(id)));
/external/eigen/Eigen/src/Jacobi/
DJacobi.h319 const Packet pc = pset1<Packet>(j.c()); in apply_rotation_in_the_plane()
320 const Packet ps = pset1<Packet>(j.s()); in apply_rotation_in_the_plane()
385 const Packet pc = pset1<Packet>(j.c()); in apply_rotation_in_the_plane()
386 const Packet ps = pset1<Packet>(j.s()); in apply_rotation_in_the_plane()
/external/eigen/test/
Dpacketmath.cpp165 internal::pstore(data2, internal::pset1<Packet>(data1[offset])); in packetmath()