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

12

/external/linux-kselftest/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests3 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot
19 prlog -n "Mounting pstore filesystem ... "
20 mount_info=`grep pstore /proc/mounts`
25 mount none /sys/fs/pstore -t pstore
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
37 prlog -n "Checking dmesg files exist in pstore filesystem ... "
40 prlog -n "Checking console files exist in pstore filesystem ... "
43 prlog -n "Checking pmsg files exist in pstore filesystem ... "
73 prlog -n "Removing all files in pstore filesyste
[all...]
H A Dcommon_tests3 # common_tests - Shell script commonly used by pstore test scripts
57 TEST_STRING_PATTERN="Testing pstore: uuid="
76 prlog -n "Checking pstore backend is registered ... "
77 backend=`cat /sys/module/pstore/parameters/backend`
/external/linux-kselftest/android/
H A DAndroid.kselftest.mk103 module_prebuilt := pstore/pstore_tests
104 module_src_files := pstore/pstore_tests
107 module_prebuilt := pstore/pstore_post_reboot_tests
108 module_src_files := pstore/pstore_post_reboot_tests
111 module_prebuilt := pstore/common_tests
112 module_src_files := pstore/common_tests
115 module_prebuilt := pstore/pstore_crash_test
116 module_src_files := pstore/pstore_crash_test
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h29 pstore(&res.x(),
46 pstore(&res.x(), _mm_xor_ps(mask, q.coeffs().template packet<Alignment>(0)));
63 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
100 pstore(&res.x(), _mm_addsub_pd(t1, preverse(t2)));
102 pstore(&res.x(), padd(t1, pxor(mask,preverse(t2))));
114 pstore(&res.z(), preverse(_mm_addsub_pd(preverse(t1), t2)));
116 pstore(&res.z(), psub(t1, pxor(mask,preverse(t2))));
131 pstore(&res.x(), _mm_xor_pd(mask0, q.coeffs().template packet<Alignment>(0)));
132 pstore(&res.z(), _mm_xor_pd(mask2, q.coeffs().template packet<Alignment>(2)));
/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.cpp67 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
78 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }
134 internal::pstore(data2, internal::pload<Packet>(data1));
139 internal::pstore(data2, internal::ploadu<Packet>(data1+offset));
169 internal::pstore(data2, packets[0]);
195 internal::pstore(data2, internal::pset1<Packet>(data1[offset]));
204 internal::pstore(data2+0*PacketSize, A0);
205 internal::pstore(data2+1*PacketSize, A1);
206 internal::pstore(data2+2*PacketSize, A2);
207 internal::pstore(data
[all...]
/external/linux-kselftest/tools/testing/selftests/
H A DMakefile19 TARGETS += pstore
74 make -C pstore run_crash
/external/eigen/Eigen/src/Core/arch/CUDA/
H A DPacketMathHalf.h60 template<> __device__ EIGEN_STRONG_INLINE void pstore<Eigen::half>(Eigen::half* to, const half2& from) { function in namespace:Eigen::internal
399 template<> EIGEN_STRONG_INLINE void pstore<half>(Eigen::half* to, const Packet16h& from) {
423 pstore(aux, a);
453 pstore(aux, a);
512 pstore(aux, from);
642 pstore<half>(in[0], kernel.packet[0]);
643 pstore<half>(in[1], kernel.packet[1]);
644 pstore<half>(in[2], kernel.packet[2]);
645 pstore<half>(in[3], kernel.packet[3]);
646 pstore<hal
[all...]
H A DTypeCasting.h195 pstore(aux, a);
H A DPacketMath.h177 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void pstore<float>(float* to, const float4& from) { function in namespace:Eigen::internal
181 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void pstore<double>(double* to, const double2& from) { function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/ZVector/
H A DComplex.h96 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
97 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
125 pstore<std::complex<float> >((std::complex<float> *) af, from);
131 pstore<std::complex<double> >(to, from);
192 pstore<std::complex<double> >(&res, a);
199 pstore<std::complex<float> >(res, a);
H A DPacketMath.h366 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) function in namespace:Eigen::internal
375 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) function in namespace:Eigen::internal
384 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) function in namespace:Eigen::internal
473 pstore<int>((int *)ai, from);
483 pstore<float>((float *)ai, from);
493 pstore<double>(af, from);
676 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { pstore<int>(to, from); }
677 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { pstore<float>(to, from); }
678 template<> EIGEN_STRONG_INLINE void pstoreu<double>(double* to, const Packet2d& from) { pstore<double>(to, from); }
684 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; pstore(
[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/arch/AltiVec/
H A DComplex.h80 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { pstore((float*)to, from.v); } function in namespace:Eigen::internal
93 pstore<std::complex<float> >((std::complex<float> *) af, from);
132 pstore((float *)&res, a.v);
309 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { pstore((double*)to, from.v); } function in namespace:Eigen::internal
325 pstore<std::complex<double> >(af, from);
365 pstore<std::complex<double> >(res, a);
H A DPacketMath.h259 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) function in namespace:Eigen::internal
269 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) function in namespace:Eigen::internal
330 pstore<float>(af, from);
339 pstore<int>((int *)ai, from);
623 pstore(aux, a);
855 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) function in namespace:Eigen::internal
892 pstore<double>(af, from);
951 template<> EIGEN_STRONG_INLINE double pfirst<Packet2d>(const Packet2d& a) { double EIGEN_ALIGN16 x[2]; pstore<double>(x, a); return x[0]; }
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h123 pstore(C0+i+(I)*PacketSize, c0); \
124 pstore(C1+i+(I)*PacketSize, c1)
216 pstore(C0+i+(I)*PacketSize, c0);
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h285 template<typename Scalar, typename Packet> EIGEN_DEVICE_FUNC inline void pstore(Scalar* to, const Packet& from) function in namespace:Eigen::internal
296 { pstore(to, from); }
447 pstore(to, pset1<Packet>(a));
474 pstore(to, from);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h358 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
359 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
360 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<__m128i*>(to), from); } function in namespace:Eigen::internal
403 pstore(to, Packet4f(vec4f_swizzle1(pa,0,0,0,0)));
409 pstore(to, Packet2d(vec2d_swizzle1(pa,0,0)));
607 pstore(aux, a);
628 // for GCC (eg., it does not like using std::min after the pstore !!)
630 pstore(aux, a);
654 // for GCC (eg., it does not like using std::min after the pstore !!)
656 pstore(au
[all...]
H A DComplex.h113 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), Packet4f(from.v)); } function in namespace:Eigen::internal
340 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, Packet2d(from.v)); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h250 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet8f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_ps(to, from); } function in namespace:Eigen::internal
251 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet4d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_pd(to, from); } function in namespace:Eigen::internal
252 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet8i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_storeu_si256(reinterpret_cast<__m256i*>(to), from); } function in namespace:Eigen::internal
297 pstore(to, pa);
302 pstore(to, pa);
307 pstore(to, pa);
H A DComplex.h92 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float>* to, const Packet4cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } function in namespace:Eigen::internal
310 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet2cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h126 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
381 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
403 pstore<std::complex<double> >(&res, a);
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixVector.h101 pstore(&res[j], \
253 pstore(&res[j],T0);
258 pstore(&res[j+ResPacketSize],T1);
302 pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Aligned>(i), ptmp0, pload<ResPacket>(&res[i])));
305 pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Unaligned>(i), ptmp0, pload<ResPacket>(&res[i])));
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorChipping.h351 internal::pstore<CoeffReturnType, PacketReturnType>(values, x);
371 internal::pstore<CoeffReturnType, PacketReturnType>(values, x);
H A DTensorReverse.h277 internal::pstore<CoeffReturnType, PacketReturnType>(values, x);

Completed in 451 milliseconds

12