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

  /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/
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
PacketMath.h 309 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(aux, a)
    [all...]
  /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/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 206 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/
ie_importer_win.cc 59 // A struct that hosts the information of AutoComplete data in PStore.
549 base::win::ScopedComPtr<IPStore, &IID_IPStore> pstore; local
550 HRESULT result = PStoreCreateInstance(pstore.Receive(), 0, 0, 0);
560 result = pstore->EnumItems(0, &AutocompleteGUID,
563 pstore.Release();
572 result = pstore->ReadItem(0, &AutocompleteGUID, &AutocompleteGUID,
596 pstore.Release();
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_input.c 4193 struct sctp_paramhdr pstore; local
    [all...]

Completed in 216 milliseconds