/external/valgrind/main/none/tests/s390x/ |
D | xor.stdout.exp | 49 xy 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0) 50 xy 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=1) 51 xy 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=1) 52 xy 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=1) 53 xy 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=1) 54 xy 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=1) 55 xy 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=1) 56 xy 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=1) 57 xy AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1) 58 xy 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
/external/linux-tools-perf/util/ |
D | xyarray.c | 7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 9 if (xy != NULL) { in xyarray__new() 10 xy->entry_size = entry_size; in xyarray__new() 11 xy->row_size = row_size; in xyarray__new() 14 return xy; in xyarray__new() 17 void xyarray__delete(struct xyarray *xy) in xyarray__delete() argument 19 free(xy); in xyarray__delete()
|
D | xyarray.h | 13 void xyarray__delete(struct xyarray *xy); 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() argument 17 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
|
/external/skia/src/opts/ |
D | SkBitmapProcState_opts_SSE2.cpp | 15 const uint32_t* xy, in S32_opaque_D32_filter_DX_SSE2() argument 24 uint32_t XY = *xy++; in S32_opaque_D32_filter_DX_SSE2() 54 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_opaque_D32_filter_DX_SSE2() 121 const uint32_t* xy, in S32_alpha_D32_filter_DX_SSE2() argument 130 uint32_t XY = *xy++; in S32_alpha_D32_filter_DX_SSE2() 164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14 in S32_alpha_D32_filter_DX_SSE2() 246 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], in ClampX_ClampY_filter_scale_SSE2() argument 263 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY); in ClampX_ClampY_filter_scale_SSE2() 272 while ((size_t(xy) & 0x0F) != 0) { in ClampX_ClampY_filter_scale_SSE2() 274 *xy++ = (fx >> 12 << 14) | ((fx >> 16) + 1); in ClampX_ClampY_filter_scale_SSE2() [all …]
|
D | SkBitmapProcState_opts_arm.cpp | 17 const uint32_t* SK_RESTRICT xy, 22 const uint32_t* SK_RESTRICT xy, in SI8_D16_nofilter_DX_arm() argument 33 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height()); in SI8_D16_nofilter_DX_arm() 35 xy[0] * s.fBitmap->rowBytes()); in SI8_D16_nofilter_DX_arm() 46 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy + 1); in SI8_D16_nofilter_DX_arm() 108 const uint32_t* SK_RESTRICT xy, 113 const uint32_t* SK_RESTRICT xy, in SI8_opaque_D32_nofilter_DX_arm() argument 124 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height()); in SI8_opaque_D32_nofilter_DX_arm() 125 srcAddr = (const uint8_t*)((const char*)srcAddr + xy[0] * s.fBitmap->rowBytes()); in SI8_opaque_D32_nofilter_DX_arm() 132 const uint16_t* xx = (const uint16_t*)(xy + 1); in SI8_opaque_D32_nofilter_DX_arm()
|
D | SkBitmapProcState_opts_SSE2.h | 13 const uint32_t* xy, 16 const uint32_t* xy, 20 void ClampX_ClampY_filter_scale_SSE2(const SkBitmapProcState& s, uint32_t xy[], 23 uint32_t xy[], int count, int x, int y); 25 uint32_t xy[], int count, int x, int y); 27 uint32_t xy[], int count, int x, int y);
|
D | SkBitmapProcState_opts_SSSE3.cpp | 40 inline void PrepareConstantsTwoPixelPairs(const uint32_t* xy, in PrepareConstantsTwoPixelPairs() argument 49 const __m128i xx = _mm_loadu_si128(reinterpret_cast<const __m128i *>(xy)); in PrepareConstantsTwoPixelPairs() 301 const uint32_t* xy, in S32_generic_D32_filter_DX_SSSE3() argument 315 const uint32_t XY = *xy++; in S32_generic_D32_filter_DX_SSSE3() 347 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3() 350 xy += 4; in S32_generic_D32_filter_DX_SSSE3() 380 uint32_t xx = *xy++; // x0:14 | 4 | x1:14 in S32_generic_D32_filter_DX_SSSE3() 419 PrepareConstantsTwoPixelPairs(xy, mask_3FFF, mask_000F, in S32_generic_D32_filter_DX_SSSE3() 422 xy += 4; in S32_generic_D32_filter_DX_SSSE3() 454 const uint32_t xx = *xy++; // x0:14 | 4 | x1:14 in S32_generic_D32_filter_DX_SSSE3() [all …]
|
/external/skia/src/core/ |
D | SkBitmapProcState_matrix.h | 31 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() argument 46 *xy++ = TILEY_PROCF(fx, maxY); in SCALE_NOFILTER_NAME() 52 memset(xy, 0, count * sizeof(uint16_t)); in SCALE_NOFILTER_NAME() 62 decal_nofilter_scale(xy, fx, dx, count); in SCALE_NOFILTER_NAME() 72 *xy++ = (a << 16) | b; in SCALE_NOFILTER_NAME() 74 *xy++ = (b << 16) | a; in SCALE_NOFILTER_NAME() 79 *xy++ = (a << 16) | b; in SCALE_NOFILTER_NAME() 81 *xy++ = (b << 16) | a; in SCALE_NOFILTER_NAME() 84 uint16_t* xx = (uint16_t*)xy; in SCALE_NOFILTER_NAME() 96 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME() argument [all …]
|
D | SkBitmapProcState_filter.h | 100 int xy = x * y; in Filter_32_opaque_portable() local 103 int scale = 256 - 16*y - 16*x + xy; in Filter_32_opaque_portable() 107 scale = 16*x - xy; in Filter_32_opaque_portable() 111 scale = 16*y - xy; in Filter_32_opaque_portable() 115 lo += (a11 & mask) * xy; in Filter_32_opaque_portable() 116 hi += ((a11 >> 8) & mask) * xy; in Filter_32_opaque_portable() 130 int xy = x * y; in Filter_32_alpha_portable() local 133 int scale = 256 - 16*y - 16*x + xy; in Filter_32_alpha_portable() 137 scale = 16*x - xy; in Filter_32_alpha_portable() 141 scale = 16*y - xy; in Filter_32_alpha_portable() [all …]
|
D | SkBitmapProcState_matrix_repeat.h | 61 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() argument 76 *xy++ = TILEY_PROCF(fx, maxY); in SCALE_NOFILTER_NAME() 82 memset(xy, 0, count * sizeof(uint16_t)); in SCALE_NOFILTER_NAME() 92 decal_nofilter_scale(xy, fx, dx, count); in SCALE_NOFILTER_NAME() 113 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() 153 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 164 *xy++ = (a << 16) | b; in SCALE_NOFILTER_NAME() 166 *xy++ = (b << 16) | a; in SCALE_NOFILTER_NAME() 171 *xy++ = (a << 16) | b; in SCALE_NOFILTER_NAME() 173 *xy++ = (b << 16) | a; in SCALE_NOFILTER_NAME() [all …]
|
D | SkBitmapProcState_sample.h | 27 const uint32_t* SK_RESTRICT xy, in MAKENAME() 43 XY = *xy++; in MAKENAME() 49 XY = *xy++; in MAKENAME() 56 XY = *xy++; in MAKENAME() 69 const uint32_t* SK_RESTRICT xy, in MAKENAME() 83 SkASSERT((unsigned)xy[0] < (unsigned)s.fBitmap->height()); in MAKENAME() 85 xy[0] * s.fBitmap->rowBytes()); in MAKENAME() 86 xy += 1; in MAKENAME() 97 uint32_t xx0 = *xy++; in MAKENAME() 98 uint32_t xx1 = *xy++; in MAKENAME() [all …]
|
D | SkBitmapProcState_matrix_clamp.h | 63 uint32_t xy[], int count, int x, int y) { in SCALE_NOFILTER_NAME() argument 78 *xy++ = TILEY_PROCF(fx, maxY); in SCALE_NOFILTER_NAME() 84 memset(xy, 0, count * sizeof(uint16_t)); in SCALE_NOFILTER_NAME() 94 decal_nofilter_scale(xy, fx, dx, count); in SCALE_NOFILTER_NAME() 115 int16_t *dst16 = (int16_t *)xy; in SCALE_NOFILTER_NAME() 155 xy = (uint32_t *) dst16; in SCALE_NOFILTER_NAME() 158 uint16_t* xx = (uint16_t*)xy; in SCALE_NOFILTER_NAME() 169 uint32_t xy[], int count, int x, int y) { in AFFINE_NOFILTER_NAME() argument 198 int16_t *dst16 = (int16_t *) xy; in AFFINE_NOFILTER_NAME() 269 xy = (uint32_t *) dst16; in AFFINE_NOFILTER_NAME() [all …]
|
D | SkBitmapProcState.h | 135 void S32_opaque_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[], 137 void S32_alpha_D32_filter_DX(const SkBitmapProcState& s, const uint32_t xy[], 139 void ClampX_ClampY_filter_scale(const SkBitmapProcState& s, uint32_t xy[], 141 void ClampX_ClampY_nofilter_scale(const SkBitmapProcState& s, uint32_t xy[], 144 uint32_t xy[], int count, int x, int y); 146 uint32_t xy[], int count, int x, int y);
|
D | SkBitmapProcState_matrixProcs.cpp | 318 static int nofilter_trans_preamble(const SkBitmapProcState& s, uint32_t** xy, in nofilter_trans_preamble() argument 323 **xy = s.fIntTileProcY(SkScalarToFixed(pt.fY) >> 16, in nofilter_trans_preamble() 325 *xy += 1; // bump the ptr in nofilter_trans_preamble() 331 uint32_t xy[], int count, int x, int y) { in clampx_nofilter_trans() argument 334 int xpos = nofilter_trans_preamble(s, &xy, x, y); in clampx_nofilter_trans() 338 memset(xy, 0, count * sizeof(uint16_t)); in clampx_nofilter_trans() 342 uint16_t* xptr = reinterpret_cast<uint16_t*>(xy); in clampx_nofilter_trans() 379 uint32_t xy[], int count, int x, int y) { in repeatx_nofilter_trans() argument 382 int xpos = nofilter_trans_preamble(s, &xy, x, y); in repeatx_nofilter_trans() 386 memset(xy, 0, count * sizeof(uint16_t)); in repeatx_nofilter_trans() [all …]
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 54 struct XYStruct xy = {2, 3, 11}; in taintTracking() local 55 scanf("%d", &xy.y); in taintTracking() 56 scanf("%d", &xy.x); in taintTracking() 57 int tx = xy.x; // expected-warning + {{tainted}} in taintTracking() 58 int ty = xy.y; // FIXME: This should be tainted as well. in taintTracking() 59 char ntz = xy.z;// no warning in taintTracking() 61 scanf("%d %d", &xy.y, &xy.x); in taintTracking() 62 int ttx = xy.x; // expected-warning + {{tainted}} in taintTracking() 63 int tty = xy.y; // expected-warning + {{tainted}} in taintTracking()
|
D | idempotent-operations.c | 207 int xy, wrap, pred, a, b, c; in RDar8431728_C() local 209 xy = s->RDar8431728_E[n]; in RDar8431728_C() 212 a = s->RDar8431728_B[xy - 1]; in RDar8431728_C() 213 b = s->RDar8431728_B[xy - 1 - wrap]; in RDar8431728_C() 214 c = s->RDar8431728_B[xy - wrap]; in RDar8431728_C() 222 *RDar8431728_B_ptr = &s->RDar8431728_B[xy]; in RDar8431728_C()
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/ |
D | PostShadowPSSM15.frag | 9 #define SHADOWGATHER(tex,coord) textureGather(tex, coord.xy, coord.z) 14 #define SHADOWGATHER(tex,coord) step(coord.z, textureGather(tex, coord.xy)) 57 vec4 t = vec4(coord.xy, 0.0, 1.0); 63 float border = Shadow_BorderCheck(projCoord.xy); 71 ivec2 o = ivec2(mod(floor(gl_FragCoord.xy), 2.0)); 72 shadow += SHADOWCOMPARE(tex, vec4(projCoord.xy+pixSize*(vec2(-1.5, 1.5)+o), projCoord.zw)); 73 shadow += SHADOWCOMPARE(tex, vec4(projCoord.xy+pixSize*(vec2( 0.5, 1.5)+o), projCoord.zw)); 74 shadow += SHADOWCOMPARE(tex, vec4(projCoord.xy+pixSize*(vec2(-1.5, -0.5)+o), projCoord.zw)); 75 shadow += SHADOWCOMPARE(tex, vec4(projCoord.xy+pixSize*(vec2( 0.5, -0.5)+o), projCoord.zw)); 81 float border = Shadow_BorderCheck(projCoord.xy); [all …]
|
/external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/ |
D | Shadow.glsllib | 4 #define SHADCOORD(coord) coord.xy 8 #define SHADCOORD(coord) vec3(coord.xy,0.0) 18 return step(projCoord.z, SHADOWTEX(tex, SHADCOORD(projCoord.xy + offset * pixSize2)).r); 22 return step(projCoord.z, SHADOWTEX(tex, SHADCOORD(projCoord.xy)).r); 39 vec4 t = vec4(coord.xy, 0.0, 1.0); 46 vec2 o = mod(floor(gl_FragCoord.xy), 2.0); 59 vec2 tc = projCoord.xy * size; 64 vec4 coord = vec4(dn.xy, projCoord.zw); 76 coord = vec4(up.xy, projCoord.zw); 93 Shadow_BorderCheck(projCoord.xy), [all …]
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | FXAA.frag | 37 vec3 rgbNE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,0), rcpFrame.xy).xyz; 38 vec3 rgbSW = FxaaTexOff(tex, posPos.zw, OffsetVec(0,1), rcpFrame.xy).xyz; 39 vec3 rgbSE = FxaaTexOff(tex, posPos.zw, OffsetVec(1,1), rcpFrame.xy).xyz; 41 vec3 rgbM = FxaaTex(tex, posPos.xy).xyz; 63 dir * rcpDirMin)) * rcpFrame.xy; 66 FxaaTex(tex, posPos.xy + dir * vec2(1.0/3.0 - 0.5)).xyz + 67 FxaaTex(tex, posPos.xy + dir * vec2(2.0/3.0 - 0.5)).xyz); 69 FxaaTex(tex, posPos.xy + dir * vec2(0.0/3.0 - 0.5)).xyz + 70 FxaaTex(tex, posPos.xy + dir * vec2(3.0/3.0 - 0.5)).xyz);
|
D | FXAA.vert | 16 posPos.xy = inTexCoord.xy; 17 posPos.zw = inTexCoord.xy - (rcpFrame * vec2(0.5 + m_SubPixelShift));
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
D | Terrain.frag | 20 vec4 alpha = texture2D( m_Alpha, texCoord.xy ); 35 vec4 col3 = texture2D( m_Tex1, coords.xy * m_Tex1Scale ); 41 col3 = texture2D( m_Tex2, coords.xy * m_Tex2Scale ); 47 col3 = texture2D( m_Tex3, coords.xy * m_Tex3Scale ); 52 vec4 tex1 = texture2D( m_Tex1, texCoord.xy * m_Tex1Scale ); // Tile 53 vec4 tex2 = texture2D( m_Tex2, texCoord.xy * m_Tex2Scale ); // Tile 54 vec4 tex3 = texture2D( m_Tex3, texCoord.xy * m_Tex3Scale ); // Tile
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 27 f = vec4.xy.x; // legal, shorten in test() 33 …vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}} in test() 34 vec2.yx = vec2_2.xy; in test() 36 vec4.xy.w; // expected-error {{vector component access exceeds type 'float2'}} in test() 41 vec4p->yz = vec4p->xy; in test()
|
D | designated-initializers.c | 146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { variable 147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float, 148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float, 153 &xy[2].xx.a, &xy[2].xx, &global_float
|
/external/freetype/src/base/ |
D | ftcalc.c | 705 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply() local 711 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx ); in FT_Matrix_Multiply() 712 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy ); in FT_Matrix_Multiply() 714 yy = FT_MulFix( a->yx, b->xy ) + FT_MulFix( a->yy, b->yy ); in FT_Matrix_Multiply() 716 b->xx = xx; b->xy = xy; in FT_Matrix_Multiply() 734 FT_MulFix( matrix->xy, matrix->yx ); in FT_Matrix_Invert() 739 matrix->xy = - FT_DivFix( matrix->xy, delta ); in FT_Matrix_Invert() 759 FT_Fixed xx, xy, yx, yy; in FT_Matrix_Multiply_Scaled() local 767 xx = FT_MulDiv( a->xx, b->xx, val ) + FT_MulDiv( a->xy, b->yx, val ); in FT_Matrix_Multiply_Scaled() 768 xy = FT_MulDiv( a->xx, b->xy, val ) + FT_MulDiv( a->xy, b->yy, val ); in FT_Matrix_Multiply_Scaled() [all …]
|
/external/opencv/cv/src/ |
D | cvoptflowlk.cpp | 46 float xy; member 317 II[address].xy = GradX * GradY; in icvCalcOpticalFlowLK_8u32fR() 337 II[address].xy = GradX * GradY; in icvCalcOpticalFlowLK_8u32fR() 360 II[address].xy = GradX * GradY; in icvCalcOpticalFlowLK_8u32fR() 378 WII[address].xy = 0; in icvCalcOpticalFlowLK_8u32fR() 388 WII[address].xy += II[address + jj].xy * Ker; in icvCalcOpticalFlowLK_8u32fR() 402 WII[address].xy = 0; in icvCalcOpticalFlowLK_8u32fR() 412 WII[address].xy += (II[address - jj].xy + II[address + jj].xy) * Ker; in icvCalcOpticalFlowLK_8u32fR() 418 WII[address].xy += II[address].xy * Ker0; in icvCalcOpticalFlowLK_8u32fR() 431 WII[address].xy = 0; in icvCalcOpticalFlowLK_8u32fR() [all …]
|