Home
last modified time | relevance | path

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

123

/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));
/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);
/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))));
/external/python/cpython3/Tools/scripts/
Ddutree.py52 psub = prefix
55 psub = prefix + ' '*(width-1) + '|' + ' '*(len(key)+1)
57 show(tsub, d[key][1], psub)
/external/python/cpython2/Tools/scripts/
Ddutree.py52 psub = prefix
55 psub = prefix + ' '*(width-1) + '|' + ' '*(len(key)+1)
57 show(tsub, d[key][1], psub)
/external/tensorflow/third_party/eigen3/
Dgpu_packet_math.patch9 - padd(psub(pmul(a,vec4f_swizzle1(b,3,3,3,3)),
17 + psub<Packet4f>(pmul<Packet4f>(a, vec4f_swizzle1(b, 3, 3, 3, 3)),
/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/adhd/cras/src/server/
Dcras_expr.c555 struct cras_expr_expression **psub; in cras_expr_expression_free() local
556 ARRAY_ELEMENT_FOREACH (&expr->u.children, i, psub) { in cras_expr_expression_free()
557 cras_expr_expression_free(*psub); in cras_expr_expression_free()
591 struct cras_expr_expression **psub; in cras_expr_expression_eval() local
595 ARRAY_ELEMENT_FOREACH (&expr->u.children, i, psub) { in cras_expr_expression_eval()
597 cras_expr_expression_eval(*psub, env, value); in cras_expr_expression_eval()
/external/eigen/Eigen/src/Geometry/arch/
DGeometry_SSE.h114 t2 = psub(pmul(a_zz, b_xy), pmul(a_xx, b_zw));
127 t1 = psub(pmul(a_ww, b_zw), pmul(a_yy, b_xy));
133 pstoret<double,Packet2d,ResAlignment>(&res.z(), psub(t1, pxor(mask,preverse(t2))));
/external/tensorflow/tensorflow/core/kernels/
Deigen_activations.h42 return internal::pmul(internal::psub(one, y), y); in packetOp()
76 return internal::psub(one, internal::pmul(y, y));
Dcwise_ops_gradients.h38 psub(pset1<Packet>(T(1)), pmul(output, output))); in packetOp()
61 pmul(output, psub(pset1<Packet>(T(1)), output)));
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx86-64-psub.ll38 %6 = tail call x86_mmx @llvm.x86.mmx.psub.b(x86_mmx %3, x86_mmx %5) nounwind
72 %6 = tail call x86_mmx @llvm.x86.mmx.psub.w(x86_mmx %3, x86_mmx %5) nounwind
106 %6 = tail call x86_mmx @llvm.x86.mmx.psub.d(x86_mmx %3, x86_mmx %5) nounwind
257 declare x86_mmx @llvm.x86.mmx.psub.d(x86_mmx, x86_mmx) nounwind readnone
259 declare x86_mmx @llvm.x86.mmx.psub.w(x86_mmx, x86_mmx) nounwind readnone
261 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.c770 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
851 for (psub = p; ; psub = pnext) { in do_gmatch()
852 pnext = pat_scan(psub, pe, true); in do_gmatch()
854 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
878 for (psub = p; ; psub = pnext) { in do_gmatch()
879 pnext = pat_scan(psub, pe, true); in do_gmatch()
882 if (do_gmatch(s, srest, psub, pnext - 2, smin) && in do_gmatch()
899 for (psub = p; ; psub = pnext) { in do_gmatch()
900 pnext = pat_scan(psub, pe, true); in do_gmatch()
901 if (do_gmatch(s, srest, psub, in do_gmatch()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h360 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
376 pstore (py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
377 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pm.pmul(ps,xi1))); in apply_rotation_in_the_plane()
386 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
416 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi))); in apply_rotation_in_the_plane()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp73 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in GetAnnotAPInternal() local
74 if (!psub) in GetAnnotAPInternal()
76 if (CPDF_Stream* pStream = psub->AsStream()) in GetAnnotAPInternal()
79 CPDF_Dictionary* pDict = psub->AsDictionary(); in GetAnnotAPInternal()
/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/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…
/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h65 z1=psub(p4f_pi_over_2,z1); in pasin()
/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…

123