/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_sse2.c | 52 __m128i u0, u1, sum; in vpx_fdct8x8_1_sse2() local 54 u0 = _mm_add_epi16(in0, in1); in vpx_fdct8x8_1_sse2() 62 sum = _mm_add_epi16(u0, u1); in vpx_fdct8x8_1_sse2() 68 u0 = _mm_setzero_si128(); in vpx_fdct8x8_1_sse2() 71 in0 = _mm_unpacklo_epi16(u0, sum); in vpx_fdct8x8_1_sse2() 72 in1 = _mm_unpackhi_epi16(u0, sum); in vpx_fdct8x8_1_sse2() 77 in0 = _mm_unpacklo_epi32(sum, u0); in vpx_fdct8x8_1_sse2() 78 in1 = _mm_unpackhi_epi32(sum, u0); in vpx_fdct8x8_1_sse2() 90 __m128i u0, u1; in vpx_fdct16x16_1_sse2() local 100 u0 = _mm_add_epi16(in0, in1); in vpx_fdct16x16_1_sse2() [all …]
|
D | avg_intrin_sse2.c | 20 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; in vpx_minmax_8x8_sse2() local 21 u0 = _mm_setzero_si128(); in vpx_minmax_8x8_sse2() 23 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s)), u0); in vpx_minmax_8x8_sse2() 24 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d)), u0); in vpx_minmax_8x8_sse2() 26 negdiff = _mm_subs_epi16(u0, diff); in vpx_minmax_8x8_sse2() 29 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + p)), u0); in vpx_minmax_8x8_sse2() 30 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d + dp)), u0); in vpx_minmax_8x8_sse2() 32 negdiff = _mm_subs_epi16(u0, diff); in vpx_minmax_8x8_sse2() 37 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 2 * p)), u0); in vpx_minmax_8x8_sse2() 38 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d + 2 * dp)), u0); in vpx_minmax_8x8_sse2() [all …]
|
D | highbd_convolve_avx2.c | 113 __m256i p0, p1, p2, p3, u0, u1, u2, u3; in vpx_highbd_convolve_avg_avx2() local 120 u0 = _mm256_loadu_si256((const __m256i *)dst); in vpx_highbd_convolve_avg_avx2() 124 _mm256_storeu_si256((__m256i *)dst, _mm256_avg_epu16(p0, u0)); in vpx_highbd_convolve_avg_avx2() 132 __m256i p0, p1, u0, u1; in vpx_highbd_convolve_avg_avx2() local 137 u0 = _mm256_loadu_si256((const __m256i *)dst); in vpx_highbd_convolve_avg_avx2() 139 _mm256_storeu_si256((__m256i *)dst, _mm256_avg_epu16(p0, u0)); in vpx_highbd_convolve_avg_avx2() 145 __m256i p0, p1, u0, u1; in vpx_highbd_convolve_avg_avx2() local 150 u0 = _mm256_loadu_si256((const __m256i *)dst); in vpx_highbd_convolve_avg_avx2() 153 _mm256_storeu_si256((__m256i *)dst, _mm256_avg_epu16(p0, u0)); in vpx_highbd_convolve_avg_avx2() 160 __m128i p0, p1, u0, u1; in vpx_highbd_convolve_avg_avx2() local [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | test_dfp3.c | 808 unsigned long long u0, u0x; in test_dfp_quai_ops() local 812 u0 = u0x = 0; in test_dfp_quai_ops() 824 u0 = dfp64_vals[i]; in test_dfp_quai_ops() 826 u0 = dfp128_vals[i * 2]; in test_dfp_quai_ops() 829 *(unsigned long long *)d0p = u0; in test_dfp_quai_ops() 841 TE_vals[TE], test_def.op, u0); in test_dfp_quai_ops() 869 unsigned long long u0, u0x, u1, u1x; in test_dfp_qua_ops() local 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops() 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops() 893 *(unsigned long long *)d0p = u0; in test_dfp_qua_ops() [all …]
|
D | test_dfp2.c | 438 unsigned long long u0, u0x; in test_dfp_one_arg_ops() local 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 471 *(unsigned long long *)d0p = u0; in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 508 unsigned long long u0, u0x; in test_dfp_two_arg_ops() local 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 545 *(unsigned long long *)d0p = u0; in test_dfp_two_arg_ops() 555 printf("%s %016llx", test_group.name, u0); in test_dfp_two_arg_ops() [all …]
|
D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 346 *(unsigned long long *)d0p = u0; in test_dfp_two_arg_ops() 364 printf("%s%s %016llx", test_group.name, do_dot? "." : "", u0); in test_dfp_two_arg_ops() 441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local 444 u0 = 0x26cc3f1f534acdd4ULL; in test_rounding_modes() 458 *(unsigned long long *)d0p = u0; in test_rounding_modes() 465 j, (int)rm_idx, u0, u1, *((unsigned long long *)(&res))); in test_rounding_modes() 471 u0++; in test_rounding_modes()
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp3.c | 808 unsigned long long u0, u0x; in test_dfp_quai_ops() local 812 u0 = u0x = 0; in test_dfp_quai_ops() 824 u0 = dfp64_vals[i]; in test_dfp_quai_ops() 826 u0 = dfp128_vals[i * 2]; in test_dfp_quai_ops() 829 *(unsigned long long *)d0p = u0; in test_dfp_quai_ops() 841 TE_vals[TE], test_def.op, u0); in test_dfp_quai_ops() 869 unsigned long long u0, u0x, u1, u1x; in test_dfp_qua_ops() local 885 u0 = dfp64_vals[test_def.targs[i].fra_idx]; in test_dfp_qua_ops() 888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2]; in test_dfp_qua_ops() 893 *(unsigned long long *)d0p = u0; in test_dfp_qua_ops() [all …]
|
D | test_dfp2.c | 438 unsigned long long u0, u0x; in test_dfp_one_arg_ops() local 465 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_one_arg_ops() 467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_one_arg_ops() 471 *(unsigned long long *)d0p = u0; in test_dfp_one_arg_ops() 481 printf("%s %016llx", test_group.name, u0); in test_dfp_one_arg_ops() 508 unsigned long long u0, u0x; in test_dfp_two_arg_ops() local 539 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 545 *(unsigned long long *)d0p = u0; in test_dfp_two_arg_ops() 555 printf("%s %016llx", test_group.name, u0); in test_dfp_two_arg_ops() [all …]
|
D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local 338 u0 = dfp64_vals[test_group.targs[i].fra_idx]; in test_dfp_two_arg_ops() 341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2]; in test_dfp_two_arg_ops() 346 *(unsigned long long *)d0p = u0; in test_dfp_two_arg_ops() 364 printf("%s%s %016llx", test_group.name, do_dot? "." : "", u0); in test_dfp_two_arg_ops() 441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local 444 u0 = 0x26cc3f1f534acdd4ULL; in test_rounding_modes() 458 *(unsigned long long *)d0p = u0; in test_rounding_modes() 465 j, (int)rm_idx, u0, u1, *((unsigned long long *)(&res))); in test_rounding_modes() 471 u0++; in test_rounding_modes()
|
/external/skia/src/gpu/text/ |
D | GrAtlasTextBlob_regenInOp.cpp | 26 int u0, v0, u1, v1; in regen_vertices() local 33 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset; in regen_vertices() 35 u1 = u0 + width - 2 * SK_DistanceFieldInset; in regen_vertices() 38 u0 = glyph->fAtlasLocation.fX; in regen_vertices() 40 u1 = u0 + width; in regen_vertices() 45 u0 *= 65535; in regen_vertices() 46 u0 >>= log2Width; in regen_vertices() 53 SkASSERT(u0 >= 0 && u0 <= 65535); in regen_vertices() 78 textureCoords[0] = (uint16_t) u0; in regen_vertices() 97 textureCoords[0] = (uint16_t)u0; in regen_vertices()
|
/external/ImageMagick/MagickCore/ |
D | resample.c | 317 ResampleFilter *resample_filter,const double u0,const double v0, in ResamplePixelColor() argument 336 resample_filter->interpolate,u0,v0,pixel,resample_filter->exception); in ResamplePixelColor() 341 (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0); in ResamplePixelColor() 362 || u0 + resample_filter->Ulimit < 0.0 in ResamplePixelColor() 363 || u0 - resample_filter->Ulimit > (double) resample_filter->image->columns-1.0 in ResamplePixelColor() 372 if ( ( u0 + resample_filter->Ulimit < 0.0 && v0 + resample_filter->Vlimit < 0.0 ) in ResamplePixelColor() 373 || ( u0 + resample_filter->Ulimit < 0.0 in ResamplePixelColor() 375 || ( u0 - resample_filter->Ulimit > (double) resample_filter->image->columns-1.0 in ResamplePixelColor() 377 || ( u0 - resample_filter->Ulimit > (double) resample_filter->image->columns-1.0 in ResamplePixelColor() 389 if ( u0 + resample_filter->Ulimit < 0.0 in ResamplePixelColor() [all …]
|
/external/python/cpython2/Modules/ |
D | yuv.h | 25 unsigned int u0:2; member 41 #define YUV411_U00(y) ((y).v[0].u0<<6|(y).v[1].u0<<4|(y).v[2].u0<<2|(y).v[3].u0)
|
/external/v8/benchmarks/ |
D | navier-stokes.js | 284 function vel_step(u, v, u0, v0, dt) argument 286 addFields(u, u0, dt ); 288 var temp = u0; u0 = u; u = temp; 290 diffuse2(u,u0,v,v0, dt); 291 project(u, v, u0, v0); 292 var temp = u0; u0 = u; u = temp; 294 advect(1, u, u0, u0, v0, dt); 295 advect(2, v, v0, u0, v0, dt); 296 project(u, v, u0, v0 );
|
/external/e2fsprogs/lib/uuid/ |
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13… 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
D | uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13… 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | WNafUtil.java | 137 int u0 = n0 & 1; in generateJSF() local 138 if (u0 != 0) in generateJSF() 140 u0 -= (n0 & 2); in generateJSF() 141 if ((n0 + u0) == 4 && (n1 & 3) == 2) in generateJSF() 143 u0 = -u0; in generateJSF() 157 if ((d0 << 1) == 1 + u0) in generateJSF() 173 jsf[j++] = (byte)((u0 << 4) | (u1 & 0xF)); in generateJSF()
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 72 #define CALC_G16(y0, y1, u0, u1, v0, v1, dst) do { \ argument 74 v8i16 a0 = __msa_subs_s_h((v8i16)y0, (v8i16)u0); \ 85 #define CALC_G8(y0, u0, v0, dst) do { \ argument 87 v8i16 a0 = __msa_subs_s_h((v8i16)y0, (v8i16)u0); \ 95 #define CALC_B16(y0, y1, u0, u1, dst) do { \ argument 97 const v8u16 a0 = __msa_adds_u_h((v8u16)y0, u0); \ 106 #define CALC_B8(y0, u0, dst) do { \ argument 108 const v8u16 a0 = __msa_adds_u_h((v8u16)y0, u0); \ 117 v8u16 y0, y1, u0, u1, v0, v1; \ 129 MULTHI_16(p0, p1, p2, p3, 6419, u0, u1); \ [all …]
|
/external/clang/test/CXX/expr/ |
D | p9.cpp | 47 __typeof__(0 + 0U) u0; variable 48 unsigned &ur = u0;
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_intrin_sse2.c | 267 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p16_p16); in vp9_fdct8x8_quant_sse2() local 276 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_sse2() 329 const __m128i u0 = _mm_madd_epi16(t0, k__cospi_p28_p04); in vp9_fdct8x8_quant_sse2() local 338 const __m128i v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in vp9_fdct8x8_quant_sse2() 772 __m128i u0, u1, u2, u3, u4, u5, u6, u7; in fdct8_sse2() local 786 u0 = _mm_add_epi16(s0, s3); in fdct8_sse2() 791 v0 = _mm_unpacklo_epi16(u0, u1); in fdct8_sse2() 792 v1 = _mm_unpackhi_epi16(u0, u1); in fdct8_sse2() 796 u0 = _mm_madd_epi16(v0, k__cospi_p16_p16); in fdct8_sse2() 806 v0 = _mm_add_epi32(u0, k__DCT_CONST_ROUNDING); in fdct8_sse2() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_userdict.py | 20 u0 = UserDict.UserDict(d0) 25 uu0 = UserDict.UserDict(u0) 49 self.assertEqual(str(u0), str(d0)) 54 all = [d0, d1, d2, u, u0, u1, u2, uu, uu0, uu1, uu2] 103 self.assertEqual(i in u0, i in d0) 107 self.assertEqual(u0.has_key(i), d0.has_key(i)) 124 self.assertEqual(u0.get(i), d0.get(i))
|
/external/valgrind/VEX/priv/ |
D | main_util.c | 278 ULong u0; in convert_int() local 287 u0 = (ULong)(-n0); in convert_int() 289 u0 = (ULong)(n0); in convert_int() 292 u0 = (ULong)n0; in convert_int() 296 buf[bufi++] = toHChar('0' + toUInt(u0 % base)); in convert_int() 297 u0 /= base; in convert_int() 298 if (u0 == 0) break; in convert_int()
|
/external/valgrind/none/tests/s390x/ |
D | opcodes.h | 22 #define RIE_RRI0(op1,r1,r3,i2,u0,op2) \ argument 24 ".long 0x" #i2 #u0 #op2 "\n\t" 25 #define RRF_R0RR2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument 47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ argument 49 ".long 0x" #b4 #d4 #m3 #u0 #op2 "\n\t" 50 #define RIE_RRPU(op1,r1,r2,i4,m3,u0,op2) \ argument 52 ".long 0x" #i4 #m3 #u0 #op2 "\n\t" 53 #define RRE_RR(op,u0,r1,r2) ".long 0x" #op #u0 #r1 #r2 "\n\t" argument 71 #define RRF_F0FF2(op,r3,u0,r1,r2) ".long 0x" #op #r3 #u0 #r1 #r2 "\n\t" argument 82 #define RRE_FF(op,u0,r1,r2) ".long 0x" #op #u0 #r1 #r2 "\n\t" argument [all …]
|
/external/clang/test/Sema/ |
D | enum.c | 35 union u0; // expected-note {{previous use is here}} 36 enum u0 { U0A }; // expected-error {{use of 'u0' with tag type that does not match previous declara… enum
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_yuv.c | 591 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local 594 &y0, &u0, &v0); in util_format_uyvy_pack_rgba_float() 598 u = (u0 + u1 + 1) >> 1; in util_format_uyvy_pack_rgba_float() 644 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local 647 &y0, &u0, &v0); in util_format_uyvy_pack_rgba_8unorm() 651 u = (u0 + u1 + 1) >> 1; in util_format_uyvy_pack_rgba_8unorm() 812 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_float() local 815 &y0, &u0, &v0); in util_format_yuyv_pack_rgba_float() 819 u = (u0 + u1 + 1) >> 1; in util_format_yuyv_pack_rgba_float() 865 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_8unorm() local [all …]
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_vertex.h | 56 GLfloat u0, v0; member 65 GLfloat u0, v0, q0; member
|