/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | MathFunctions.h | 113 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/ |
D | MathFunctions.h | 76 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 …]
|
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | MathFunctions.h | 86 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/ |
D | dutree.py | 52 psub = prefix 55 psub = prefix + ' '*(width-1) + '|' + ' '*(len(key)+1) 57 show(tsub, d[key][1], psub)
|
/external/python/cpython2/Tools/scripts/ |
D | dutree.py | 52 psub = prefix 55 psub = prefix + ' '*(width-1) + '|' + ' '*(len(key)+1) 57 show(tsub, d[key][1], psub)
|
/external/eigen/Eigen/src/Core/arch/ZVector/ |
D | MathFunctions.h | 61 x = psub(x, tmp); 62 x = psub(x, z); 76 x = pdiv(px,psub(qx,px));
|
D | Complex.h | 136 …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/ |
D | cras_expr.c | 560 struct cras_expr_expression **psub; in cras_expr_expression_free() local 561 FOR_ARRAY_ELEMENT(&expr->u.children, i, psub) { in cras_expr_expression_free() 562 cras_expr_expression_free(*psub); in cras_expr_expression_free() 598 struct cras_expr_expression **psub; in cras_expr_expression_eval() local 602 FOR_ARRAY_ELEMENT(&expr->u.children, i, psub) { in cras_expr_expression_eval() 604 cras_expr_expression_eval(*psub, env, value); in cras_expr_expression_eval()
|
/external/eigen/Eigen/src/Geometry/arch/ |
D | Geometry_SSE.h | 114 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/llvm/test/CodeGen/X86/ |
D | x86-64-psub.ll | 22 %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
|
D | stack-folding-mmx.ll | 581 %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/tensorflow/tensorflow/core/kernels/ |
D | eigen_activations.h | 42 return internal::pmul(internal::psub(one, y), y); in packetOp() 76 return internal::psub(one, internal::pmul(y, y));
|
D | cwise_ops_gradients.h | 38 psub(pset1<Packet>(T(1)), pmul(output, output))); in packetOp() 61 pmul(output, psub(pset1<Packet>(T(1)), output)));
|
/external/mksh/src/ |
D | misc.c | 770 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-64-psub.ll | 38 %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
|
D | stack-folding-mmx.ll | 581 %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/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 360 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/ |
D | cpdf_annot.cpp | 78 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in FPDFDOC_GetAnnotAPInternal() local 79 if (!psub) in FPDFDOC_GetAnnotAPInternal() 81 if (CPDF_Stream* pStream = psub->AsStream()) in FPDFDOC_GetAnnotAPInternal() 84 CPDF_Dictionary* pDict = psub->AsDictionary(); in FPDFDOC_GetAnnotAPInternal()
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | MathFunctions.h | 92 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/ |
D | mmx-arith.ll | 178 …%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)
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
D | Complex.h | 76 …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/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 90 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in IsAppearanceValid() local 91 return !!psub; in IsAppearanceValid()
|
D | cpdfsdk_widget.cpp | 481 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in IsWidgetAppearanceValid() local 482 if (!psub) in IsWidgetAppearanceValid() 492 return psub->IsStream(); in IsWidgetAppearanceValid() 495 if (CPDF_Dictionary* pSubDict = psub->AsDictionary()) { in IsWidgetAppearanceValid()
|
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 65 z1=psub(p4f_pi_over_2,z1); in pasin()
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMath.h | 110 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…
|