/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 7 static int sx; // expected-note 3 {{declared}} \ member in test0::A 19 (void) a.sx; // expected-error {{'sx' is a protected member}} in test() 23 (void) b.sx; // expected-error {{'sx' is a protected member}} in test() 27 (void) c.sx; // expected-error {{'sx' is a protected member}} in test() 31 (void) d.sx; // expected-error {{'sx' is a private member}} in test() 38 static int sx; member in test1::A 53 (void) a.sx; in test() 57 (void) b.sx; in test() 61 (void) c.sx; in test() 65 (void) d.sx; in test() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_sxnet.c | 75 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, 110 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, 117 v = ASN1_INTEGER_get(sx->version); 119 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) { 120 id = sk_SXNETID_value(sx->ids, i); 141 SXNET *sx = NULL; in sxnet_v2i() local 145 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1)) in sxnet_v2i() 148 return sx; in sxnet_v2i() 190 SXNET *sx = NULL; in SXNET_add_id_INTEGER() local 203 if (!(sx = SXNET_new())) in SXNET_add_id_INTEGER() [all …]
|
/external/eigen/blas/f2c/ |
D | srotm.c | 15 /* Subroutine */ int srotm_(integer *n, real *sx, integer *incx, real *sy, in srotm_() argument 91 --sx; in srotm_() 118 w = sx[i__]; in srotm_() 120 sx[i__] = w + z__ * sh12; in srotm_() 131 w = sx[i__]; in srotm_() 133 sx[i__] = w * sh11 + z__; in srotm_() 146 w = sx[i__]; in srotm_() 148 sx[i__] = w * sh11 + z__ * sh12; in srotm_() 175 w = sx[kx]; in srotm_() 177 sx[kx] = w + z__ * sh12; in srotm_() [all …]
|
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 81 u32 operation, efi_uintn_t sx, in gop_blt_int() argument 109 if (sx + width > linelen) in gop_blt_int() 114 if (sx + width > gopobj->info.width || in gop_blt_int() 178 pix = buffer[slineoff + j + sx]; in gop_blt_int() 184 slineoff + j + sx]; in gop_blt_int() 187 slineoff + j + sx]); in gop_blt_int() 250 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument 256 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill() 262 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument 267 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16() [all …]
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 218 SkScalar sx = fMat[kMSkewX]; 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() 246 SkScalar sx = fMat[kMSkewX]; in preservesRightAngles() local 249 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles() 256 vec[1].set(sx, my); 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/core/ |
D | SkMatrix.cpp | 218 SkScalar sx = fMat[kMSkewX]; 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() 246 SkScalar sx = fMat[kMSkewX]; in preservesRightAngles() local 249 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles() 256 vec[1].set(sx, my); 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/skia/src/compute/ts/ |
D | transform_stack.c | 59 ts_transform_float_t sx; member 200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \ 201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \ 202 A->sx * B->tx + A->shx * B->ty + A->tx, \ 203 A->shy * B->sx + A->sy * B->shy + A->ty * B->w0, \ 206 A->w0 * B->sx + A->w1 * B->shy + B->w0, \ 297 ts_transform_float_t const sx, in ts_transform_stack_store_matrix_8() argument 308 t->sx = sx; in ts_transform_stack_store_matrix_8() 330 ts_transform_float_t const sx, in ts_transform_stack_store_matrix() argument 343 sx, shx,tx, in ts_transform_stack_store_matrix() [all …]
|
/external/skqp/src/compute/ts/ |
D | transform_stack.c | 59 ts_transform_float_t sx; member 200 A->sx * B->sx + A->shx * B->shy + A->tx * B->w0, \ 201 A->sx * B->shx + A->shx * B->sy + A->tx * B->w1, \ 202 A->sx * B->tx + A->shx * B->ty + A->tx, \ 203 A->shy * B->sx + A->sy * B->shy + A->ty * B->w0, \ 206 A->w0 * B->sx + A->w1 * B->shy + B->w0, \ 297 ts_transform_float_t const sx, in ts_transform_stack_store_matrix_8() argument 308 t->sx = sx; in ts_transform_stack_store_matrix_8() 330 ts_transform_float_t const sx, in ts_transform_stack_store_matrix() argument 343 sx, shx,tx, in ts_transform_stack_store_matrix() [all …]
|
/external/fdlibm/ |
D | e_fmod.c | 35 int n,hx,hy,hz,ix,iy,sx,i; local 42 sx = hx&0x80000000; /* sign of x */ 43 hx ^=sx; /* |x| */ 53 return Zero[(unsigned)sx>>31]; /* |x|=|y| return x*0*/ 107 return Zero[(unsigned)sx>>31]; 116 return Zero[(unsigned)sx>>31]; 123 __HI(x) = hx|sx; 131 lx = (hx<<(32-n))|(lx>>n); hx = sx; 133 lx = hx>>(n-32); hx = sx; 135 __HI(x) = hx|sx;
|
D | s_rint.c | 43 int i0,j0,sx; local 47 sx = (i0>>31)&1; 57 w = TWO52[sx]+x; 58 t = w-TWO52[sx]; 60 __HI(t) = (i0&0x7fffffff)|(sx<<31); 82 w = TWO52[sx]+x; 83 return w-TWO52[sx];
|
/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 | 797 affine.sx=1.0; in transformOrigin() 804 _drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx; 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() 808 _drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty+current.tx; in transformOrigin() 814 _drawInfo->affine.sx=1.0; in transformReset() 828 affine.sx=cos(DegreesToRadians(fmod(angle_,360.0))); in transformRotation() 835 _drawInfo->affine.sx=current.sx*affine.sx+current.ry*affine.rx; 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() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | matching-binops.ll | 23 %sx = shl i8 %x, %shamt 25 %a = and i8 %sx, %z 38 %sx = shl i8 %x, %shamt 40 %a = or i8 %sx, %z 53 %sx = shl i8 %x, %shamt 55 %a = xor i8 %z, %sx 68 %sx = lshr i8 %x, %shamt 70 %a = and i8 %z, %sx 83 %sx = lshr i8 %x, %shamt 85 %a = or i8 %sx, %z [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 106 float sx = 0.0f; in GetFillPath() local 129 sx = bInverted ? FX_PI / 2 : FX_PI; in GetFillPath() 131 sx = 1, sy = 0; in GetFillPath() 140 sx = bInverted ? FX_PI : FX_PI * 3 / 2; in GetFillPath() 142 sx = 0, sy = 1; in GetFillPath() 151 sx = bInverted ? FX_PI * 3 / 2 : 0; in GetFillPath() 153 sx = -1, sy = 0; in GetFillPath() 162 sx = bInverted ? 0 : FX_PI / 2; in GetFillPath() 164 sx = 0; in GetFillPath() 174 sx -= FX_PI; in GetFillPath() [all …]
|
/external/aac/libSACenc/src/ |
D | sacenc_vectorfunctions.cpp | 241 int i, j, sx, sy; in cplx_cplxScalarProduct() local 246 sx = fixMax(fixMin(scaleX, 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() 256 sx = -sx; in cplx_cplxScalarProduct() 260 xre = X[i][j].v.re << sx; in cplx_cplxScalarProduct() 261 xim = X[i][j].v.im << sx; 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/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 528 sx = array_ops.shape(x) 530 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 536 return (array_ops.reshape(math_ops.reduce_sum(partial_x * grad, rx), sx), 545 sx = array_ops.shape(x) 547 rx, ry = gen_array_ops.broadcast_gradient_args(sx, sy) 553 return (array_ops.reshape(math_ops.reduce_sum(partial_x * grad, rx), sx), 696 sx = array_ops.shape(x) 697 ra, rx = gen_array_ops.broadcast_gradient_args(sa, sx) 706 array_ops.reshape(math_ops.reduce_sum(partial_x * grad, rx), sx)) 725 sx = array_ops.shape(x) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | and-xor-or.ll | 139 %sx = shl i8 %x, %shamt 141 %a = and i8 %sx, %z 154 %sx = shl i8 %x, %shamt 156 %a = or i8 %sx, %z 171 %sx = shl i8 %x, %shamt 173 %a = xor i8 %z, %sx 188 %sx = lshr i8 %x, %shamt 190 %a = and i8 %z, %sx 203 %sx = lshr i8 %x, %shamt 205 %a = or i8 %sx, %z [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; 201 float sx = (float)x / (float)gridSize; in QuadGrid() local 203 float fx = 2.0f * sx - 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() argument [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 195 Vec4 getCoords(float sx, float sy) const; 196 Vec4 getUnitCoords(float sx, float sy) const; 202 Vec4 getUserAttrib(int attribNdx, float sx, float sy) const; 246 float sx = static_cast<float>(x) / static_cast<float>(gridSize); in QuadGrid() local 248 float fx = 2.0f * sx - 1.0f; in QuadGrid() 254 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid() 255 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid() 256 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy); in QuadGrid() 259 m_userAttribs[attribNdx][vtxNdx] = getUserAttrib(attribNdx, sx, sy); in QuadGrid() 288 inline Vec4 QuadGrid::getCoords(float sx, float sy) const in getCoords() argument [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/ |
D | reporter.go | 33 sx := value.Format(x, true) 35 if sx == sy { 37 sx = value.Format(x, false) 40 s := fmt.Sprintf("%#v:\n\t-: %s\n\t+: %s\n", p, sx, sy)
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_warp_plane_sse4.c | 35 static INLINE void highbd_prepare_horizontal_filter_coeff(int alpha, int sx, in highbd_prepare_horizontal_filter_coeff() argument 39 (__m128i *)(warped_filter + ((sx + 0 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 41 (__m128i *)(warped_filter + ((sx + 2 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 43 (__m128i *)(warped_filter + ((sx + 4 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 45 (__m128i *)(warped_filter + ((sx + 6 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 67 (__m128i *)(warped_filter + ((sx + 1 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 69 (__m128i *)(warped_filter + ((sx + 3 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 71 (__m128i *)(warped_filter + ((sx + 5 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 73 (__m128i *)(warped_filter + ((sx + 7 * alpha) >> WARPEDDIFF_PREC_BITS))); in highbd_prepare_horizontal_filter_coeff() 87 int sx, __m128i *coeff) { in highbd_prepare_horizontal_filter_coeff_alpha0() argument [all …]
|
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/ |
D | video_VideoDecodeMemoryUsage.py | 112 sx, sy = sum(x), sum(y) 116 beta = float(n * sxy - sx * sy) / (n * sxx - sx * sx) 117 alpha = float(sy - beta * sx) / n 119 beta * beta * (n * sxx - sx * sx)) / (n * (n - 2)) 120 std_beta = sqrt((n * stderr2) / (n * sxx - sx * sx))
|
/external/skia/include/c/ |
D | sk_matrix.h | 35 void sk_matrix_set_scale(sk_matrix_t*, float sx, float sy); 40 void sk_matrix_pre_scale(sk_matrix_t*, float sx, float sy); 45 void sk_matrix_post_scale(sk_matrix_t*, float sx, float sy);
|
/external/skqp/include/c/ |
D | sk_matrix.h | 35 void sk_matrix_set_scale(sk_matrix_t*, float sx, float sy); 40 void sk_matrix_pre_scale(sk_matrix_t*, float sx, float sy); 45 void sk_matrix_post_scale(sk_matrix_t*, float sx, float sy);
|
/external/aac/libFDK/src/ |
D | fixpoint_math.cpp | 778 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_ceilToInt() local 781 INT mask = (0x1 << sx) - 1; in fixp_ceilToInt() 782 INT ceilInt = (INT)(f_inp >> sx); in fixp_ceilToInt() 794 INT sx = (DFRACT_BITS - 1) - sf; in fixp_ceil() local 798 << sx; // no fract warn bec. shift into saturation done on int side in fixp_ceil() 822 INT sx = (DFRACT_BITS - 1) - sf; // sx mantissaBits right of dot in fixp_truncateToInt() local 826 INT mask = (0x1 << sx); in fixp_truncateToInt() 832 fbaccu = fbaccu >> sx; in fixp_truncateToInt() 858 INT sx = DFRACT_BITS - 1 - sf; in fixp_roundToInt() local 860 INT mask1 = (0x1 << (sx - 1)); in fixp_roundToInt() [all …]
|