/external/llvm-project/llvm/lib/Target/VE/ |
D | VEInstrIntrinsicVL.gen.td | 1 def : Pat<(int_ve_vl_vld_vssl i64:$sy, i64:$sz, i32:$vl), (VLDrrl i64:$sy, i64:$sz, i32:$vl)>; 2 def : Pat<(int_ve_vl_vld_vssvl i64:$sy, i64:$sz, v256f64:$pt, i32:$vl), (VLDrrl_v i64:$sy, i64:$sz,… 5 def : Pat<(int_ve_vl_vldnc_vssl i64:$sy, i64:$sz, i32:$vl), (VLDNCrrl i64:$sy, i64:$sz, i32:$vl)>; 6 def : Pat<(int_ve_vl_vldnc_vssvl i64:$sy, i64:$sz, v256f64:$pt, i32:$vl), (VLDNCrrl_v i64:$sy, i64:… 9 def : Pat<(int_ve_vl_vldu_vssl i64:$sy, i64:$sz, i32:$vl), (VLDUrrl i64:$sy, i64:$sz, i32:$vl)>; 10 def : Pat<(int_ve_vl_vldu_vssvl i64:$sy, i64:$sz, v256f64:$pt, i32:$vl), (VLDUrrl_v i64:$sy, i64:$s… 13 def : Pat<(int_ve_vl_vldunc_vssl i64:$sy, i64:$sz, i32:$vl), (VLDUNCrrl i64:$sy, i64:$sz, i32:$vl)>; 14 def : Pat<(int_ve_vl_vldunc_vssvl i64:$sy, i64:$sz, v256f64:$pt, i32:$vl), (VLDUNCrrl_v i64:$sy, i6… 17 def : Pat<(int_ve_vl_vldlsx_vssl i64:$sy, i64:$sz, i32:$vl), (VLDLSXrrl i64:$sy, i64:$sz, i32:$vl)>; 18 def : Pat<(int_ve_vl_vldlsx_vssvl i64:$sy, i64:$sz, v256f64:$pt, i32:$vl), (VLDLSXrrl_v i64:$sy, i6… [all …]
|
D | VEInstrIntrinsicVL.td | 6 def : Pat<(int_ve_vl_lsv_vvss v256f64:$pt, i32:$sy, i64:$sz), 7 (LSVrr_v (INSERT_SUBREG (i64 (IMPLICIT_DEF)), i32:$sy, sub_i32), 9 def : Pat<(int_ve_vl_lvsl_svs v256f64:$vx, i32:$sy), 11 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), i32:$sy, sub_i32))>; 12 def : Pat<(int_ve_vl_lvsd_svs v256f64:$vx, i32:$sy), 14 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), i32:$sy, sub_i32))>; 15 def : Pat<(int_ve_vl_lvss_svs v256f64:$vx, i32:$sy), 17 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), i32:$sy,
|
D | VEInstrPatternsVec.td | 20 def : Pat<(v32 (vec_broadcast (s32 ImmOp:$sy), i32:$vl)), 21 (VBRDil (ImmCast $sy), i32:$vl)>; 24 def : Pat<(v32 (vec_broadcast s32:$sy, i32:$vl)), 26 (INSERT_SUBREG (i64 (IMPLICIT_DEF)), $sy, SubRegIdx), 35 def : Pat<(v64 (vec_broadcast (s64 ImmOp:$sy), i32:$vl)), 36 (VBRDil (ImmCast $sy), i32:$vl)>; 39 def : Pat<(v64 (vec_broadcast s64:$sy, i32:$vl)), 40 (VBRDrl s64:$sy, i32:$vl)>;
|
D | VEInstrVec.td | 12 def LVMyir_y : Pseudo<(outs VM512:$vx), (ins uimm3:$sy, I64:$sz, VM512:$vd), 13 "# pseudo LVM $vx, $sy, $sz, $vd">; 15 (ins uimm3:$sy, mimm:$sz, VM512:$vd), 16 "# pseudo LVM $vx, $sy, $sz, $vd">; 18 def LVMyir : Pseudo<(outs VM512:$vx), (ins uimm3:$sy, I64:$sz), 19 "# pseudo LVM $vx, $sy, $sz">; 20 def LVMyim : Pseudo<(outs VM512:$vx), (ins uimm3:$sy, mimm:$sz), 21 "# pseudo LVM $vx, $sy, $sz">; 22 def SVMyi : Pseudo<(outs I64:$sx), (ins VM512:$vz, uimm3:$sy), 23 "# pseudo SVM $sx, $vz, $sy">; [all …]
|
D | VEInstrFormats.td | 48 /// For example, the index of VL of (VST $sy, $sz, $sx, $vl) is 3 (beginning 49 /// from 0), and the index of VL of (VST $sy, $sz, $sx, $vm, $vl) is 4. We 64 // RM type has sx, sy, sz, and imm32. 65 // The effective address is generated by sz + sy + imm32. 73 bits<7> sz; // defines sz prior to sy to assign from sz 74 bits<7> sy; 81 let Inst{46-40} = sy; 91 // by sz + imm32. The sy field is used by other purposes. 99 // It is similar to RRM and not use sy. 105 let sy{6-2} = 0; [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | speculation-hardening-dagisel.ll | 7 ; SLH: dsb sy 9 ; NOSLH-NOT: dsb sy 16 ; SLH: dsb sy 18 ; NOSLH-NOT: dsb sy 23 ; SLH: dsb sy 25 ; NOSLH-NOT: dsb sy 33 ; SLH: dsb sy 35 ; NOSLH-NOT: dsb sy 45 ; SLH: dsb sy 47 ; NOSLH-NOT: dsb sy [all …]
|
/external/eigen/blas/f2c/ |
D | srotm.c | 15 /* Subroutine */ int srotm_(integer *n, real *sx, integer *incx, real *sy, in srotm_() argument 90 --sy; in srotm_() 119 z__ = sy[i__]; in srotm_() 121 sy[i__] = w * sh21 + z__; in srotm_() 132 z__ = sy[i__]; in srotm_() 134 sy[i__] = -w + sh22 * z__; in srotm_() 147 z__ = sy[i__]; in srotm_() 149 sy[i__] = w * sh21 + z__ * sh22; in srotm_() 176 z__ = sy[ky]; in srotm_() 178 sy[ky] = w * sh21 + z__; in srotm_() [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb-hints.s | 22 dmb sy 24 dsb sy 26 isb sy 28 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f] 29 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f] 30 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f] 31 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f] 32 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] 33 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] 49 @ CHECK-ERROR-NEXT: dmb sy [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb-hints.s | 22 dmb sy 24 dsb sy 26 isb sy 28 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f] 29 @ CHECK: dmb sy @ encoding: [0xbf,0xf3,0x5f,0x8f] 30 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f] 31 @ CHECK: dsb sy @ encoding: [0xbf,0xf3,0x4f,0x8f] 32 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] 33 @ CHECK: isb sy @ encoding: [0xbf,0xf3,0x6f,0x8f] 49 @ CHECK-ERROR-NEXT: dmb sy [all …]
|
/external/capstone/suite/MC/ARM/ |
D | thumb-hints.s.cs | 7 0xbf,0xf3,0x5f,0x8f = dmb sy 8 0xbf,0xf3,0x5f,0x8f = dmb sy 9 0xbf,0xf3,0x4f,0x8f = dsb sy 10 0xbf,0xf3,0x4f,0x8f = dsb sy 11 0xbf,0xf3,0x6f,0x8f = isb sy 12 0xbf,0xf3,0x6f,0x8f = isb sy
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 211 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local 213 if (is_degenerate_2x2(mx, sx, sy, my)) { in isSimilarity() 219 return (SkScalarNearlyEqual(mx, my, tol) && SkScalarNearlyEqual(sx, -sy, tol)) in isSimilarity() 220 || (SkScalarNearlyEqual(mx, -my, tol) && SkScalarNearlyEqual(sx, sy, tol)); in isSimilarity() 239 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local 241 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles() 247 vec[0].set(mx, sy); in preservesRightAngles() 310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale() argument 311 if (1 == sx && 1 == sy) { in setScale() 314 this->setScaleTranslate(sx, sy, px - sx * px, py - sy * py); in setScale() [all …]
|
/external/skqp/src/core/ |
D | SkMatrix.cpp | 219 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local 221 if (is_degenerate_2x2(mx, sx, sy, my)) { in isSimilarity() 227 return (SkScalarNearlyEqual(mx, my, tol) && SkScalarNearlyEqual(sx, -sy, tol)) in isSimilarity() 228 || (SkScalarNearlyEqual(mx, -my, tol) && SkScalarNearlyEqual(sx, sy, tol)); in isSimilarity() 247 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local 249 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles() 255 vec[0].set(mx, sy); in preservesRightAngles() 323 void SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale() argument 324 if (1 == sx && 1 == sy) { in setScale() 327 this->setScaleTranslate(sx, sy, px - sx * px, py - sy * py); in setScale() [all …]
|
/external/skqp/src/compute/ts/ |
D | transform_stack.c | 64 ts_transform_float_t sy; member 201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \ 203 A->shy * B->sx + A->sy * B->shy + A->ty * B->w0, \ 204 A->shy * B->shx + A->sy * B->sy + A->ty * B->w1, \ 205 A->shy * B->tx + A->sy * B->ty + A->ty, \ 207 A->w0 * B->shx + A->w1 * B->sy + B->w1, \ 301 ts_transform_float_t const sy, in ts_transform_stack_store_matrix_8() argument 313 t->sy = sy; in ts_transform_stack_store_matrix_8() 334 ts_transform_float_t const sy, in ts_transform_stack_store_matrix() argument 344 shy,sy, ty, in ts_transform_stack_store_matrix() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 125 protected void setScale(float sx, float sy, float px, float py) { in setScale() argument 126 setOps.put(SCALE, sx + " " + sy + " " + px + " " + py); in setScale() 127 simpleMatrix = SimpleMatrix.scale(sx, sy, px, py); in setScale() 131 protected void setScale(float sx, float sy) { in setScale() argument 132 setOps.put(SCALE, sx + " " + sy); in setScale() 133 simpleMatrix = SimpleMatrix.scale(sx, sy); in setScale() 185 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() argument 186 preOps.addFirst(SCALE + " " + sx + " " + sy + " " + px + " " + py); in preScale() 187 return preConcat(SimpleMatrix.scale(sx, sy, px, py)); in preScale() 191 protected boolean preScale(float sx, float sy) { in preScale() argument [all …]
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 800 affine.sy=1.0; in transformOrigin() 805 _drawInfo->affine.rx=current.rx*affine.sx+current.sy*affine.rx; in transformOrigin() 806 _drawInfo->affine.ry=current.sx*affine.ry+current.ry*affine.sy; in transformOrigin() 807 _drawInfo->affine.sy=current.rx*affine.ry+current.sy*affine.sy; in transformOrigin() 809 _drawInfo->affine.ty=current.rx*affine.tx+current.sy*affine.ty+current.ty; in transformOrigin() 817 _drawInfo->affine.sy=1.0; in transformReset() 831 affine.sy=cos(DegreesToRadians(fmod(angle_,360.0))); in transformRotation() 836 _drawInfo->affine.rx=current.rx*affine.sx+current.sy*affine.rx; in transformRotation() 837 _drawInfo->affine.ry=current.sx*affine.ry+current.ry*affine.sy; in transformRotation() 838 _drawInfo->affine.sy=current.rx*affine.ry+current.sy*affine.sy; in transformRotation() [all …]
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 138 std::int64_t sy = y; in exhaustiveTesting() local 140 sy = y | (~std::uint64_t{0} << BITS); in exhaustiveTesting() 155 if (sx < sy) { in exhaustiveTesting() 157 } else if (sx > sy) { in exhaustiveTesting() 164 sy, b.IsNegative()); in exhaustiveTesting() 177 MATCH((sx + sy) & maxUnsignedValue, ssum.value.ToUInt64()) in exhaustiveTesting() 180 sx + sy < mostNegativeSignedValue || sx + sy > maxPositiveSignedValue, in exhaustiveTesting() 184 MATCH((sx - sy) & maxUnsignedValue, diff.value.ToUInt64()) in exhaustiveTesting() 187 sx - sy < mostNegativeSignedValue || sx - sy > maxPositiveSignedValue, in exhaustiveTesting() 196 MATCH((sx * sy) & maxUnsignedValue, product.lower.ToUInt64()) in exhaustiveTesting() [all …]
|
/external/llvm-project/llvm/test/Transforms/Reassociate/ |
D | matching-binops.ll | 24 %sy = shl i8 %y, %shamt 26 %r = and i8 %sy, %a 39 %sy = shl i8 %y, %shamt 41 %r = or i8 %a, %sy 54 %sy = shl i8 %y, %shamt 56 %r = xor i8 %a, %sy 69 %sy = lshr i8 %y, %shamt 71 %r = and i8 %sy, %a 84 %sy = lshr i8 %y, %shamt 86 %r = or i8 %sy, %a [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.ext.RayGenShaderArray.rgen | 21 uint sy = gl_LaunchSizeEXT.y; 22 traceRayEXT(accEXT0[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 23 traceRayEXT(accEXT1[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 24 traceRayEXT(accEXT0[nonuniformEXT(i)], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 25 … traceRayEXT(accelerationStructureEXT(aHandle32), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 26 … traceRayEXT(accelerationStructureEXT(aHandle64), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1);
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.ext.RayGenShaderArray.rgen | 21 uint sy = gl_LaunchSizeEXT.y; 22 traceRayEXT(accEXT0[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 23 traceRayEXT(accEXT1[i], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 24 traceRayEXT(accEXT0[nonuniformEXT(i)], lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 25 … traceRayEXT(accelerationStructureEXT(aHandle32), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1); 26 … traceRayEXT(accelerationStructureEXT(aHandle64), lx, ly, sx, sy, 0u, origin, 0.5f, dir, 0.75f, 1);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEInstrInfo.td | 116 opc, (outs RC:$sx), (ins RC:$sy, RC:$sz, immOp2:$imm32), 117 !strconcat(opcStr, " $sx, ${imm32}($sy, ${sz})")> { 126 let sy = 0; 138 def rr : RR<opc, (outs RCo:$sx), (ins RCi:$sy, RCi:$sz), 139 !strconcat(opcStr, " $sx, $sy, $sz")> 146 // VE calculates (OpNode $sy, $sz), but llvm requires to have immediate 148 def ri : RR<opc, (outs RCo:$sx), (ins RCi:$sz, immOp:$sy), 149 !strconcat(opcStr, " $sx, $sy, $sz")> 156 def zi : RR<opc, (outs RCo:$sx), (ins immOp:$sy), 157 !strconcat(opcStr, " $sx, $sy")> [all …]
|
/external/aac/libSACenc/src/ |
D | sacenc_vectorfunctions.cpp | 241 int i, j, sx, sy; in cplx_cplxScalarProduct() local 247 sy = fixMax(fixMin(scaleY, DFRACT_BITS - 1), -(DFRACT_BITS - 1)); in cplx_cplxScalarProduct() 251 *scaleZ = sx + sy + 2; in cplx_cplxScalarProduct() 255 if ((sx < 0) && (sy < 0)) { in cplx_cplxScalarProduct() 257 sy = -sy; in cplx_cplxScalarProduct() 262 yre = Y[i][j].v.re << sy; in cplx_cplxScalarProduct() 263 yim = Y[i][j].v.im << sy; in cplx_cplxScalarProduct() 268 } else if ((sx >= 0) && (sy >= 0)) { in cplx_cplxScalarProduct() 275 re += (fMultDiv2(xre, yre) + fMultDiv2(xim, yim)) >> (sx + sy); in cplx_cplxScalarProduct() 276 im += (fMultDiv2(xim, yre) - fMultDiv2(xre, yim)) >> (sx + sy); in cplx_cplxScalarProduct() [all …]
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | crash.log | 3438 :0:0003:0003[14183488x_d5c04509x] (sy)(ss)(rpt4)cut 3440 :1:0005:0009[39301c43x_1d826d16x] (sy)(ss)(jp)(rpt4)cov.s16f16 (pos_infinity)hr16.w, (r)hc325.z 3441 :3:0006:0014[7f64a39ax_609f35bcx] (sy)(jp)(rpt3)(ul)sad.s16 hr38.z, hc367.x, (neg)hc50.y, (r)hr39.w 3442 :7:0007:0018[f352cfcbx_ecad502bx] (sy)unknown(7,6).g 3448 …:1:0013:0027[3dda8123x_a0d91ccdx] (sy)(jp)(rpt1)cov.u8u16 (even)(pos_infinity)hr<a0.x + 35>, 0xa0d… 4127 :4:0001:0001[938a16e2x_520c369ax] (sy)(ss)(sat)(rpt2)unknown(4,28) hr56.z, -358 4648 :6:0002:0002[deadbeefx_deadbeefx] (sy)(jp)atomic.xor.typed.4d.u8.4.l hr59.w, l[r45.z], 222 4649 :6:0003:0003[deadbeefx_deadbeefx] (sy)(jp)atomic.xor.typed.4d.u8.4.l hr59.w, l[r45.z], 222 4650 :6:0004:0004[deadbeefx_deadbeefx] (sy)(jp)atomic.xor.typed.4d.u8.4.l hr59.w, l[r45.z], 222 4651 :6:0005:0005[deadbeefx_deadbeefx] (sy)(jp)atomic.xor.typed.4d.u8.4.l hr59.w, l[r45.z], 222 [all …]
|
/external/skia/docs/examples/ |
D | Matrix_setSkew.cpp | 13 for (SkScalar sy : { -1, 0, 1 } ) { 15 m.setSkew(sx, sy, 96 + 64 * sx, 128 + 48 * sy); 17 canvas->drawString("K", 96 + 64 * sx, 128 + 48 * sy, p);
|
D | Path_rCubicTo.cpp | 14 sy = SkScalarCos(i * SK_ScalarPI / 8); in draw() local 15 path.rCubicTo(40 * sx, 4 * sy, 4 * sx, 40 * sy, 40 * sx, 40 * sy); in draw()
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/examples/ |
D | FxExampleApp.kt | 111 var sy = random.nextDouble() * maxSpeed in log() variable 118 sy += dy / dn * acceleration in log() 119 val sn = Math.sqrt(sx * sx + sy * sy) in log() 122 sy = sy / sn * trim in log() 124 node.translateY += sy in log()
|