Searched refs:psub (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/Core/arch/SSE/
H A DMathFunctions.h76 x = psub(x, p4f_1);
77 e = psub(e, _mm_and_ps(p4f_1, mask));
97 x = psub(x, tmp);
146 fx = psub(tmp, mask);
151 x = psub(x, tmp);
152 x = psub(x, z);
214 fx = psub(tmp, mask);
219 x = psub(x, tmp);
220 x = psub(x, z);
234 x = pdiv(px,psub(q
[all...]
H A DPacketMath.h126 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_sub_ps(a,b); } function in namespace:Eigen::internal
127 template<> EIGEN_STRONG_INLINE Packet2d psub<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_sub_pd(a,b); } function in namespace:Eigen::internal
128 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return _mm_sub_epi32(a,b); } function in namespace:Eigen::internal
142 return psub(_mm_setr_epi32(0,0,0,0), a);
H A DComplex.h49 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_sub_ps(a.v,b.v)); } function in namespace:Eigen::internal
275 template<> EIGEN_STRONG_INLINE Packet1cd psub<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { return Packet1cd(_mm_sub_pd(a.v,b.v)); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h85 t2 = psub(pmul(a_zz, b_xy), pmul(a_xx, b_zw));
98 t1 = psub(pmul(a_ww, b_zw), pmul(a_yy, b_xy));
104 pstore(&res.z(), psub(t1, pxor(mask,preverse(t2))));
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp193 CPDF_Object* psub = pAP->GetElementValue(ap_entry); local
194 if (psub == NULL) {
198 if (psub->GetType() == PDFOBJ_STREAM) {
199 pStream = (CPDF_Stream*)psub;
200 } else if (psub->GetType() == PDFOBJ_DICTIONARY) {
207 if (value.IsEmpty() || !((CPDF_Dictionary*)psub)->KeyExist(value)) {
213 pStream = ((CPDF_Dictionary*)psub)->GetStream(as);
/external/mksh/src/
H A Dmisc.c754 const unsigned char *prest, *psub, *pnext; local
809 for (psub = p; ; psub = pnext) {
810 pnext = pat_scan(psub, pe, true);
812 if (do_gmatch(s, srest, psub, pnext - 2) &&
836 for (psub = p; ; psub = pnext) {
837 pnext = pat_scan(psub, pe, true);
840 if (do_gmatch(s, srest, psub, pnext - 2) &&
857 for (psub
[all...]
/external/eigen/unsupported/Eigen/src/MoreVectorization/
H A DMathFunctions.h65 z1=psub(p4f_pi_over_2,z1);
/external/eigen/Eigen/src/Jacobi/
H A DJacobi.h354 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)));
408 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi)));
/external/eigen/Eigen/src/Core/arch/AltiVec/
H A DPacketMath.h170 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_sub(a,b); } function in namespace:Eigen::internal
171 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_sub(a,b); } function in namespace:Eigen::internal
173 template<> EIGEN_STRONG_INLINE Packet4f pnegate(const Packet4f& a) { return psub<Packet4f>(p4f_ZERO, a); }
174 template<> EIGEN_STRONG_INLINE Packet4i pnegate(const Packet4i& a) { return psub<Packet4i>(p4i_ZERO, a); }
H A DComplex.h69 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(vec_sub(a.v,b.v)); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/arch/NEON/
H A DComplex.h60 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(psub<Packet4f>(a.v,b.v)); } function in namespace:Eigen::internal
H A DPacketMath.h112 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { return vsubq_f32(a,b); } function in namespace:Eigen::internal
113 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { return vsubq_s32(a,b); } function in namespace:Eigen::internal
/external/eigen/Eigen/src/Core/
H A DGenericPacketMath.h100 psub(const Packet& a, function in namespace:Eigen::internal
H A DFunctors.h193 { return internal::psub(a,b); }
/external/eigen/test/
H A Dpacketmath.cpp152 CHECK_CWISE2(REF_SUB, internal::psub);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp57 CPDF_Object* psub = pAP->GetElementValue(ap_entry); local
58 if (psub == NULL) return FALSE;
68 return psub->GetType() == PDFOBJ_STREAM;
71 if (psub->GetType() == PDFOBJ_DICTIONARY)
73 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)psub;
/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h414 tmp = psub(pconj(ResPacket(c.first)),tmp);

Completed in 259 milliseconds