Searched refs:pstore (Results 1 - 19 of 19) sorted by relevance

/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h31 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/
H A DbenchVecAdd.cpp107 // 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(
[all...]
/external/eigen/test/
H A Dpacketmath.cpp56 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(data
[all...]
/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h353 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/
H A DGenericPacketMath.h176 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/
H A DComplex.h105 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);
H A DPacketMath.h301 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/
H A DPacketMath.h309 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_ps(to, from); } function in namespace:Eigen::internal
310 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_pd(to, from); } function in namespace:Eigen::internal
311 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<Packet4i*>(to), from); } function in namespace:Eigen::internal
325 pstore(to, vec4f_swizzle1(pa,0,0,0,0));
331 pstore(to, vec2d_swizzle1(pa,0,0));
491 pstore(aux, a);
508 // for GCC (eg., it does not like using std::min after the pstore !!)
510 pstore(aux, a);
529 // for GCC (eg., it does not like using std::min after the pstore !!)
531 pstore(au
[all...]
H A DComplex.h107 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/
H A DSparseLU_gemm_kernel.h123 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/
H A DComplex.h110 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
H A DPacketMath.h206 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
207 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/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc551 base::win::ScopedComPtr<IPStore, &IID_IPStore> pstore; local
552 HRESULT result = PStoreCreateInstance(pstore.Receive(), 0, 0, 0);
562 result = pstore->EnumItems(0, &AutocompleteGUID,
565 pstore.Release();
574 result = pstore->ReadItem(0, &AutocompleteGUID, &AutocompleteGUID,
598 pstore.Release();
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c1155 X509_STORE **pstore; local
1157 pstore = &c->chain_store;
1159 pstore = &c->verify_store;
1160 if (*pstore)
1161 X509_STORE_free(*pstore);
1162 *pstore = store;
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h71 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])));
H A DSelfadjointMatrixVector.h136 pstore(resIt,Xi); resIt += PacketSize;
H A DGeneralBlockPanelKernel.h1152 if(Pack1>=1*PacketSize) { pstore(blockA+count, cj.pconj(A)); count+=PacketSize; }
1153 if(Pack1>=2*PacketSize) { pstore(blockA+count, cj.pconj(B)); count+=PacketSize; }
1154 if(Pack1>=3*PacketSize) { pstore(blockA+count, cj.pconj(C)); count+=PacketSize; }
1155 if(Pack1>=4*PacketSize) { pstore(blockA+count, cj.pconj(D)); count+=PacketSize; }
/external/chromium_org/chrome/common/importer/
H A Dpstore_declarations.h9 #error Should not include pstore.h and this file simultaneously.
14 // pstore.h is no longer shipped in the Windows 8 SDK. Define a minimal set
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c4186 struct sctp_paramhdr pstore; local
4235 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore);

Completed in 4336 milliseconds