HomeSort by relevance Sort by last modified time
    Searched refs:pstore (Results 1 - 16 of 16) sorted by null

  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 31 pstore(&res.x(),
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
88 pstore(&res.x(), _mm_addsub_pd(t1, preverse(t2)));
90 pstore(&res.x(), padd(t1, pxor(mask,preverse(t2))));
102 pstore(&res.z(), preverse(_mm_addsub_pd(preverse(t1), t2)));
104 pstore(&res.z(), psub(t1, pxor(mask,preverse(t2))));
  /external/eigen/bench/
benchVecAdd.cpp 107 // internal::pstore(&a[i], internal::padd(a0, b0));
111 // internal::pstore(&a[i+1*PacketSize], internal::padd(a1, b1));
115 // internal::pstore(&a[i+2*PacketSize], internal::padd(a2, b2));
119 // internal::pstore(&a[i+3*PacketSize], internal::padd(a3, b3));
123 // internal::pstore(&a[i+4*PacketSize], internal::padd(a0, b0));
124 // internal::pstore(&a[i+5*PacketSize], internal::padd(a1, b1));
125 // internal::pstore(&a[i+6*PacketSize], internal::padd(a2, b2));
126 // internal::pstore(&a[i+7*PacketSize], internal::padd(a3, b3));
128 internal::pstore(&a[i+2*PacketSize], internal::padd(internal::ploadu(&a[i+2*PacketSize]), internal::ploadu(&b[i+2*PacketSize])));
129 internal::pstore(&a[i+3*PacketSize], internal::padd(internal::ploadu(&a[i+3*PacketSize]), internal::ploadu(&b[i+3*P (…)
    [all...]
  /external/eigen/test/
packetmath.cpp 56 internal::pstore(data2, POP(internal::pload<Packet>(data1), internal::pload<Packet>(data1+PacketSize))); \
63 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
74 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }
120 internal::pstore(data2, internal::pload<Packet>(data1));
125 internal::pstore(data2, internal::ploadu<Packet>(data1+offset));
143 internal::pstore(data2, packets[0]);
165 internal::pstore(data2, internal::pset1<Packet>(data1[offset]));
177 internal::pstore(data2,internal::ploaddup<Packet>(data1+offset));
199 internal::pstore(data2, internal::preduxp(packets));
204 internal::pstore(data2, internal::preverse(internal::pload<Packet>(data1)))
    [all...]
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 353 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi)));
354 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
370 pstore (py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
371 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pmul(ps,xi1)));
380 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
407 pstore(px, padd(pmul(pc,xi),pcj.pmul(ps,yi)));
408 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 176 template<typename Scalar, typename Packet> inline void pstore(Scalar* to, const Packet& from) function in namespace:Eigen::internal
274 pstore(to, pset1<Packet>(a));
301 pstore(to, from);
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 105 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } function in namespace:Eigen::internal
113 pstore((float *)&res, a.v);
PacketMath.h 301 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); } function in namespace:Eigen::internal
302 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vec_st(from, 0, to); } function in namespace:Eigen::internal
439 pstore(aux, a);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 348 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { function in namespace:Eigen::internal
357 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { function in namespace:Eigen::internal
366 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { function in namespace:Eigen::internal
388 pstore(to, vec4f_swizzle1(pa,0,0,0,0));
394 pstore(to, vec2d_swizzle1(pa,0,0));
554 pstore(aux, a);
571 // for GCC (eg., it does not like using std::min after the pstore !!)
573 pstore(aux, a);
592 // for GCC (eg., it does not like using std::min after the pstore !!)
594 pstore(aux, a)
    [all...]
Complex.h 107 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } function in namespace:Eigen::internal
314 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 123 pstore(C0+i+(I)*PacketSize, c0); \
124 pstore(C1+i+(I)*PacketSize, c1)
215 pstore(C0+i+(I)*PacketSize, c0);
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 110 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } function in namespace:Eigen::internal
PacketMath.h 215 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_f32(to, from); } function in namespace:Eigen::internal
216 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE vst1q_s32(to, from); } function in namespace:Eigen::internal
  /external/boringssl/src/ssl/
ssl_cert.c 955 X509_STORE **pstore; local
957 pstore = &c->chain_store;
959 pstore = &c->verify_store;
962 X509_STORE_free(*pstore);
963 *pstore = store;
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 71 pstore(&res[j], \
212 pstore(&res[j],T0);
217 pstore(&res[j+ResPacketSize],T1);
261 pstore(&res[i], pcj.pmadd(pload<LhsPacket>(&lhs0[i]), ptmp0, pload<ResPacket>(&res[i])));
264 pstore(&res[i], pcj.pmadd(ploadu<LhsPacket>(&lhs0[i]), ptmp0, pload<ResPacket>(&res[i])));
SelfadjointMatrixVector.h 136 pstore(resIt,Xi); resIt += PacketSize;
GeneralBlockPanelKernel.h     [all...]

Completed in 478 milliseconds