/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/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 | 198 SkScalar sy = fMat[kMSkewY]; in isSimilarity() local 200 if (is_degenerate_2x2(mx, sx, sy, my)) { in isSimilarity() 206 return (SkScalarNearlyEqual(mx, my, tol) && SkScalarNearlyEqual(sx, -sy, tol)) in isSimilarity() 207 || (SkScalarNearlyEqual(mx, -my, tol) && SkScalarNearlyEqual(sx, sy, tol)); in isSimilarity() 226 SkScalar sy = fMat[kMSkewY]; in preservesRightAngles() local 228 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles() 234 vec[0].set(mx, sy); in preservesRightAngles() 297 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale() argument 298 if (1 == sx && 1 == sy) { in setScale() 301 this->setScaleTranslate(sx, sy, px - sx * px, py - sy * py); in setScale() [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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyMatrix.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 …]
|
D | ShadowNativeMatrix.java | 105 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale() argument 106 MatrixNatives.nSetScale(nObject, sx, sy, px, py); in nSetScale() 110 protected static void nSetScale(long nObject, float sx, float sy) { in nSetScale() argument 111 MatrixNatives.nSetScale(nObject, sx, sy); in nSetScale() 156 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale() argument 157 MatrixNatives.nPreScale(nObject, sx, sy, px, py); in nPreScale() 161 protected static void nPreScale(long nObject, float sx, float sy) { in nPreScale() argument 162 MatrixNatives.nPreScale(nObject, sx, sy); in nPreScale() 196 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale() argument 197 MatrixNatives.nPostScale(nObject, sx, sy, px, py); in nPostScale() [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/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/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/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/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/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 162 SYMBOL sy; // Current symbol member 210 SYMBOL sy; member 538 it8->sy = SSYNERROR; in SynError() 545 cmsBool Check(cmsIT8* it8, SYMBOL sy, const char* Err) in Check() argument 547 if (it8 -> sy != sy) in Check() 590 if (res == 0) return TabKeys[x-1].sy; in BinSrchKey() 778 it8->sy = SSTRING; in InStringSymbol() 811 if (key == SUNDEFINED) it8->sy = SIDENT; in InSymbol() 812 else it8->sy = key; in InSymbol() 826 it8->sy = SINUM; in InSymbol() [all …]
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | MatrixNatives.java | 67 public static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() argument 69 public static native void nSetScale(long nObject, float sx, float sy); in nSetScale() argument 88 public static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() argument 90 public static native void nPreScale(long nObject, float sx, float sy); in nPreScale() argument 104 public static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() argument 106 public static native void nPostScale(long nObject, float sx, float sy); in nPostScale() argument
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 92 GLint sy, dy, stepy, row; in copy_rgba_pixels() local 114 sy = srcy + height - 1; in copy_rgba_pixels() 120 sy = srcy; in copy_rgba_pixels() 140 width, srcx, sy + row, p ); in copy_rgba_pixels() 152 for (row = 0; row < height; row++, sy += stepy, dy += stepy) { in copy_rgba_pixels() 164 width, srcx, sy, rgba ); in copy_rgba_pixels() 239 GLint sy, dy, stepy; in copy_depth_pixels() local 265 sy = srcy + height - 1; in copy_depth_pixels() 271 sy = srcy; in copy_depth_pixels() 277 GLint ssy = sy; in copy_depth_pixels() [all …]
|
/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()
|
/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/go-cmp/cmp/ |
D | report_slices.go | 100 var sx, sy string 105 sx, sy = vx.String(), vy.String() 108 sx, sy = string(vx.Bytes()), string(vy.Bytes()) 119 for i, r := range sx + sy { 141 ssy = strings.Split(sy, "\n") 145 esBytes := diff.Difference(len(sx), len(sy), func(ix, iy int) diff.Result { 146 return diff.BoolResult(sx[ix] == sy[iy]) 150 quotedLength := len(strconv.Quote(sx + sy)) 151 unquotedLength := len(sx) + len(sy)
|
/external/libopus/celt/tests/ |
D | test_unit_cwrs32.c | 119 int sy; in main() local 129 sy=0; in main() 130 for(j=0;j<n;j++)sy+=abs(y[j]); in main() 131 if(sy!=k){ in main() 133 n,sy,k); in main()
|
/external/angle/src/tests/gl_tests/ |
D | ShaderAlgorithmTest.cpp | 100 float sy = (float)y / (float)gridSize; in TEST_P() local 105 unitcoords[vtx] = Vector3(sx, sy, 0.33f * sx + 0.5f * sy); in TEST_P() 121 float maxVal = std::max(sx, std::max(sy, 0.33f * sx + 0.5f * sy)); in TEST_P()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 207 Vec4 getCoords(float sx, float sy) const; 208 Vec4 getUnitCoords(float sx, float sy) const; 214 Vec4 getUserAttrib(int attribNdx, float sx, float sy) const; 259 float sy = static_cast<float>(y) / static_cast<float>(gridSize); in QuadGrid() local 261 float fy = 2.0f * sy - 1.0f; in QuadGrid() 266 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid() 267 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid() 268 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy); in QuadGrid() 271 m_userAttribs[attribNdx][vtxNdx] = getUserAttrib(attribNdx, sx, sy); in QuadGrid() 300 inline Vec4 QuadGrid::getCoords(float sx, float sy) const in getCoords() [all …]
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 154 Vec4 getCoords (float sx, float sy) const; 155 Vec4 getUnitCoords (float sx, float sy) const; 158 Vec4 getUserAttrib (int attribNdx, float sx, float sy) const; 202 float sy = (float)y / (float)gridSize; in QuadGrid() local 204 float fy = 2.0f * sy - 1.0f; in QuadGrid() 209 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid() 210 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid() 211 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy); in QuadGrid() 214 m_userAttribs[attribNdx][vtxNdx] = getUserAttrib(attribNdx, sx, sy); in QuadGrid() 243 inline Vec4 QuadGrid::getCoords (float sx, float sy) const in getCoords() [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.ext.RayGenShaderArray.rgen.out | 25 Name 24 "sy" 98 24(sy): 7(ptr) Variable Function 110 Store 24(sy) 26 118 49: 6(int) Load 24(sy) 131 73: 6(int) Load 24(sy) 145 86: 6(int) Load 24(sy) 157 99: 6(int) Load 24(sy) 169 112: 6(int) Load 24(sy)
|