Home
last modified time | relevance | path

Searched refs:psub (Results 1 – 25 of 40) sorted by relevance

12

/external/eigen/Eigen/src/Core/arch/AltiVec/
DMathFunctions.h113 emm0 = psub(emm0, p4i_0x7f);
124 x = psub(x, p4f_1);
125 e = psub(e, pand(p4f_1, mask));
145 x = psub(x, tmp);
173 x = psub(x, tmp);
174 x = psub(x, z);
265 x = psub(x, tmp);
266 x = psub(x, z);
280 x = pdiv(px,psub(qx,px));
DComplex.h99 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { …
331 template<> EIGEN_STRONG_INLINE Packet1cd psub<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { …
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h76 x = psub(x, p4f_1);
77 e = psub(e, pand(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(qx,px));
[all …]
DPacketMath.h202 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { retu…
203 template<> EIGEN_STRONG_INLINE Packet2d psub<Packet2d>(const Packet2d& a, const Packet2d& b) { retu…
204 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { retu…
218 return psub(Packet4i(_mm_setr_epi32(0,0,0,0)), a);
DComplex.h56 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { …
302 template<> EIGEN_STRONG_INLINE Packet1cd psub<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { …
/external/eigen/Eigen/src/Core/arch/AVX/
DMathFunctions.h86 Packet8f z_minus_two = psub(z, p8f_two);
169 x = psub(x, p8f_1);
170 e = psub(e, _mm256_and_ps(p8f_1, mask));
193 x = psub(x, tmp);
243 Packet8f r = psub(x, pmul(m, p8f_cephes_exp_C1));
244 r = psub(r, pmul(m, p8f_cephes_exp_C2));
317 x = psub(x, tmp);
318 x = psub(x, z);
337 x = _mm256_div_pd(px, psub(qx, px));
376 x = pmul(x, psub(pset1<Packet8f>(1.5f), pmul(half, pmul(x,x))));
DComplex.h51 template<> EIGEN_STRONG_INLINE Packet4cf psub<Packet4cf>(const Packet4cf& a, const Packet4cf& b) { …
273 template<> EIGEN_STRONG_INLINE Packet2cd psub<Packet2cd>(const Packet2cd& a, const Packet2cd& b) { …
/external/eigen/Eigen/src/Core/arch/ZVector/
DMathFunctions.h61 x = psub(x, tmp);
62 x = psub(x, z);
76 x = pdiv(px,psub(qx,px));
DComplex.h136 …late<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { ret…
137 template<> EIGEN_STRONG_INLINE Packet1cd psub<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { …
/external/eigen/Eigen/src/Geometry/arch/
DGeometry_SSE.h97 t2 = psub(pmul(a_zz, b_xy), pmul(a_xx, b_zw));
110 t1 = psub(pmul(a_ww, b_zw), pmul(a_yy, b_xy));
116 pstore(&res.z(), psub(t1, pxor(mask,preverse(t2))));
/external/llvm/test/CodeGen/X86/
Dx86-64-psub.ll22 %6 = tail call x86_mmx @llvm.x86.mmx.psub.b(x86_mmx %3, x86_mmx %5) nounwind
50 %6 = tail call x86_mmx @llvm.x86.mmx.psub.w(x86_mmx %3, x86_mmx %5) nounwind
79 %6 = tail call x86_mmx @llvm.x86.mmx.psub.d(x86_mmx %3, x86_mmx %5) nounwind
216 declare x86_mmx @llvm.x86.mmx.psub.d(x86_mmx, x86_mmx) nounwind readnone
218 declare x86_mmx @llvm.x86.mmx.psub.w(x86_mmx, x86_mmx) nounwind readnone
220 declare x86_mmx @llvm.x86.mmx.psub.b(x86_mmx, x86_mmx) nounwind readnone
Dstack-folding-mmx.ll581 %2 = call x86_mmx @llvm.x86.mmx.psub.b(x86_mmx %a, x86_mmx %b) nounwind readnone
584 declare x86_mmx @llvm.x86.mmx.psub.b(x86_mmx, x86_mmx) nounwind readnone
590 %2 = call x86_mmx @llvm.x86.mmx.psub.d(x86_mmx %a, x86_mmx %b) nounwind readnone
593 declare x86_mmx @llvm.x86.mmx.psub.d(x86_mmx, x86_mmx) nounwind readnone
599 %2 = call x86_mmx @llvm.x86.mmx.psub.q(x86_mmx %a, x86_mmx %b) nounwind readnone
602 declare x86_mmx @llvm.x86.mmx.psub.q(x86_mmx, x86_mmx) nounwind readnone
644 %2 = call x86_mmx @llvm.x86.mmx.psub.w(x86_mmx %a, x86_mmx %b) nounwind readnone
647 declare x86_mmx @llvm.x86.mmx.psub.w(x86_mmx, x86_mmx) nounwind readnone
/external/mksh/src/
Dmisc.c774 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
829 for (psub = p; ; psub = pnext) { in do_gmatch()
830 pnext = pat_scan(psub, pe, true); in do_gmatch()
832 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
856 for (psub = p; ; psub = pnext) { in do_gmatch()
857 pnext = pat_scan(psub, pe, true); in do_gmatch()
860 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
877 for (psub = p; ; psub = pnext) { in do_gmatch()
878 pnext = pat_scan(psub, pe, true); in do_gmatch()
879 if (do_gmatch(s, srest, psub, in do_gmatch()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h354 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
370 pstore (py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
371 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pmul(ps,xi1))); in apply_rotation_in_the_plane()
380 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
408 pstore(py, psub(pcj.pmul(pc,yi),pmul(ps,xi))); in apply_rotation_in_the_plane()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp174 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in FPDFDOC_GetAnnotAP() local
175 if (!psub) in FPDFDOC_GetAnnotAP()
177 if (CPDF_Stream* pStream = psub->AsStream()) in FPDFDOC_GetAnnotAP()
180 if (CPDF_Dictionary* pDict = psub->AsDictionary()) { in FPDFDOC_GetAnnotAP()
/external/eigen/Eigen/src/Core/arch/AVX512/
DMathFunctions.h92 x = psub(x, p16f_1);
93 e = psub(e, _mm512_mask_blend_ps(mask, p16f_1, _mm512_setzero_ps()));
116 x = psub(x, tmp);
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmmx-arith.ll178 …%tmp28 = tail call x86_mmx @llvm.x86.mmx.psub.b( x86_mmx %tmp21, x86_mmx %tmp27 ) ; <x86_mmx> [#u…
214 …%tmp10 = tail call x86_mmx @llvm.x86.mmx.psub.d( x86_mmx %tmp4, x86_mmx %tmp9 ) ; <x86_mmx> [#use…
248 …%tmp28 = tail call x86_mmx @llvm.x86.mmx.psub.w( x86_mmx %tmp21, x86_mmx %tmp27 ) ; <x86_mmx> [#u…
302 declare x86_mmx @llvm.x86.mmx.psub.b(x86_mmx, x86_mmx)
303 declare x86_mmx @llvm.x86.mmx.psub.w(x86_mmx, x86_mmx)
304 declare x86_mmx @llvm.x86.mmx.psub.d(x86_mmx, x86_mmx)
Dmmx-builtins.ll688 %2 = tail call x86_mmx @llvm.x86.mmx.psub.q(x86_mmx %mmx_var, x86_mmx %mmx_var1)
693 declare x86_mmx @llvm.x86.mmx.psub.q(x86_mmx, x86_mmx) nounwind readnone
695 declare x86_mmx @llvm.x86.mmx.psub.d(x86_mmx, x86_mmx) nounwind readnone
704 %2 = tail call x86_mmx @llvm.x86.mmx.psub.d(x86_mmx %mmx_var.i, x86_mmx %mmx_var1.i) nounwind
711 declare x86_mmx @llvm.x86.mmx.psub.w(x86_mmx, x86_mmx) nounwind readnone
720 %2 = tail call x86_mmx @llvm.x86.mmx.psub.w(x86_mmx %mmx_var.i, x86_mmx %mmx_var1.i) nounwind
727 declare x86_mmx @llvm.x86.mmx.psub.b(x86_mmx, x86_mmx) nounwind readnone
736 %2 = tail call x86_mmx @llvm.x86.mmx.psub.b(x86_mmx %mmx_var.i, x86_mmx %mmx_var1.i) nounwind
/external/eigen/Eigen/src/Core/arch/NEON/
DComplex.h76 …late<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { ret…
338 …late<> EIGEN_STRONG_INLINE Packet1cd psub<Packet1cd>(const Packet1cd& a, const Packet1cd& b) { ret…
DPacketMath.h130 template<> EIGEN_STRONG_INLINE Packet4f psub<Packet4f>(const Packet4f& a, const Packet4f& b) { retu…
131 template<> EIGEN_STRONG_INLINE Packet4i psub<Packet4i>(const Packet4i& a, const Packet4i& b) { retu…
587 template<> EIGEN_STRONG_INLINE Packet2d psub<Packet2d>(const Packet2d& a, const Packet2d& b) { retu…
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h65 z1=psub(p4f_pi_over_2,z1); in pasin()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp83 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in IsAppearanceValid() local
84 return !!psub; in IsAppearanceValid()
Dcpdfsdk_widget.cpp478 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in IsWidgetAppearanceValid() local
479 if (!psub) in IsWidgetAppearanceValid()
489 return psub->IsStream(); in IsWidgetAppearanceValid()
492 if (CPDF_Dictionary* pSubDict = psub->AsDictionary()) { in IsWidgetAppearanceValid()
/external/eigen/Eigen/src/Core/arch/CUDA/
DPacketMath.h110 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 psub<float4>(const float4& a, const float4&…
113 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 psub<double2>(const double2& a, const doub…
/external/eigen/Eigen/src/Core/functors/
DAssignmentFunctors.h74 …{ internal::pstoret<DstScalar,Packet,Alignment>(a,internal::psub(internal::ploadt<Packet,Alignment…

12