/external/llvm-project/libclc/generic/lib/integer/ |
D | rotate.inc | 28 __CLC_U_GENTYPE x_1 = __builtin_astype(x, __CLC_U_GENTYPE); 35 x_1 = (x_1 >> amt) | (x_1 << ((__CLC_U_GENTYPE)__CLC_GENSIZE - amt)); 38 x_1 = (x_1 << amt) | (x_1 >> ((__CLC_U_GENTYPE)__CLC_GENSIZE - amt)); 40 return __builtin_astype(x_1, __CLC_GENTYPE);
|
/external/skia/tests/sksl/shared/ |
D | ReturnsValueOnEveryPathES2.asm.frag | 19 OpName %x_1 "x" 145 %x_1 = OpVariable %_ptr_Function_int Function 146 OpStore %x_1 %int_0 152 %74 = OpLoad %int %x_1 168 %82 = OpLoad %int %x_1 170 OpStore %x_1 %83
|
D | ReturnsValueOnEveryPathES3.asm.frag | 19 OpName %x_1 "x" 172 %x_1 = OpVariable %_ptr_Function_int Function 173 OpStore %x_1 %int_0 179 %87 = OpLoad %int %x_1 195 %95 = OpLoad %int %x_1 197 OpStore %x_1 %96
|
/external/libopus/celt/arm/ |
D | celt_pitch_xcorr_arm_gnu.s | 61 @ q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0 296 SMLATT r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x_1,y_1) 298 SMLATB r7, r12, r11, r7 @ sum[1] = MAC16_16(sum[1],x_1,y_2) 299 SMLATT r8, r12, r11, r8 @ sum[2] = MAC16_16(sum[2],x_1,y_3) 300 SMLATB r9, r12, r10, r9 @ sum[3] = MAC16_16(sum[3],x_1,y_4) 388 SMLATB r14, r6, r9, r14 @ sum = MAC16_16(sum, x_1, y_1) 459 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1) 461 SMLATB r11, r6, r9, r11 @ sum1 = MAC16_16(sum1, x_1, y_2) 478 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1) 480 SMLATB r11, r6, r9, r11 @ sum1 = MAC16_16(sum1, x_1, y_2) [all …]
|
D | celt_pitch_xcorr_arm.s | 58 ; q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0 293 SMLATT r6, r12, r10, r6 ; sum[0] = MAC16_16(sum[0],x_1,y_1) 295 SMLATB r7, r12, r11, r7 ; sum[1] = MAC16_16(sum[1],x_1,y_2) 296 SMLATT r8, r12, r11, r8 ; sum[2] = MAC16_16(sum[2],x_1,y_3) 297 SMLATB r9, r12, r10, r9 ; sum[3] = MAC16_16(sum[3],x_1,y_4) 385 SMLATB r14, r6, r9, r14 ; sum = MAC16_16(sum, x_1, y_1) 456 SMLATT r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_1, y_1) 458 SMLATB r11, r6, r9, r11 ; sum1 = MAC16_16(sum1, x_1, y_2) 475 SMLATT r10, r6, r8, r10 ; sum0 = MAC16_16(sum0, x_1, y_1) 477 SMLATB r11, r6, r9, r11 ; sum1 = MAC16_16(sum1, x_1, y_2) [all …]
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 22 LDR r2, [r0, #4] @x_1 = x[0 +1] 26 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 27 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 59 LDR r2, [r0, #12] @x_1 = x[2 +1] 63 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 64 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 96 LDR r2, [r0, #20] @x_1 = x[4 +1] 100 ADD r10, r2, r4 @xh1_0 = x_1 + x_5 101 SUB r11, r2, r4 @xl1_0 = x_1 - x_5 133 LDR r2, [r0, #28] @x_1 = x[6 +1] [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | cdef_avx2.cc | 519 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection() local 522 output[2] = LoadUnaligned16(src - y_1 * stride - x_1); in LoadDirection() 523 output[3] = LoadUnaligned16(src + y_1 * stride + x_1); in LoadDirection() 533 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection4() local 538 output[2] = LoadHi8(LoadLo8(src - y_1 * stride - x_1), in LoadDirection4() 539 src - y_1 * stride + stride - x_1); in LoadDirection4() 540 output[3] = LoadHi8(LoadLo8(src + y_1 * stride + x_1), in LoadDirection4() 541 src + y_1 * stride + stride + x_1); in LoadDirection4()
|
D | cdef_sse4.cc | 457 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection() local 460 output[2] = LoadUnaligned16(src - y_1 * stride - x_1); in LoadDirection() 461 output[3] = LoadUnaligned16(src + y_1 * stride + x_1); in LoadDirection() 471 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection4() local 476 output[2] = LoadHi8(LoadLo8(src - y_1 * stride - x_1), in LoadDirection4() 477 src - y_1 * stride + stride - x_1); in LoadDirection4() 478 output[3] = LoadHi8(LoadLo8(src + y_1 * stride + x_1), in LoadDirection4() 479 src + y_1 * stride + stride + x_1); in LoadDirection4()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | cdef_neon.cc | 426 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection() local 429 output[2] = vld1q_u16(src + y_1 * stride + x_1); in LoadDirection() 430 output[3] = vld1q_u16(src - y_1 * stride - x_1); in LoadDirection() 440 const int x_1 = kCdefDirections[direction][1][1]; in LoadDirection4() local 445 output[2] = vcombine_u16(vld1_u16(src + y_1 * stride + x_1), in LoadDirection4() 446 vld1_u16(src + y_1 * stride + stride + x_1)); in LoadDirection4() 447 output[3] = vcombine_u16(vld1_u16(src - y_1 * stride - x_1), in LoadDirection4() 448 vld1_u16(src - y_1 * stride + stride - x_1)); in LoadDirection4()
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 743 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local 788 x_1 = x[1]; in ixheaacd_esbr_radix4bfly() 793 xh1_0 = ixheaacd_add32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly() 794 xl1_0 = ixheaacd_sub32_sat(x_1, x_l1_1); in ixheaacd_esbr_radix4bfly() 844 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 868 x_1 = *x0++; in ixheaacd_esbr_postradixcompute2() 877 n01 = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2() 879 n21 = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2() 933 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 958 x_1 = *x0++; in ixheaacd_esbr_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 520 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local 565 x_1 = x[1]; in ixheaacd_esbr_radix4bfly() 570 xh1_0 = (WORD64)x_1 + (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly() 571 xl1_0 = (WORD64)x_1 - (WORD64)x_l1_1; in ixheaacd_esbr_radix4bfly() 621 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 643 x_1 = *x0++; in ixheaacd_esbr_postradixcompute2() 652 y0[h2 + 1] = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2() 656 y2[h2 + 1] = ixheaacd_sub32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2() 690 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 715 x_1 = *x0++; in ixheaacd_esbr_postradixcompute4() [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Nat192.java | 718 long x_1 = x[1] & M; in square() local 722 zz_1 += x_1 * x_0; in square() 737 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 750 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 765 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 782 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 834 long x_1 = x[xOff + 1] & M; in square() local 838 zz_1 += x_1 * x_0; in square() 853 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 866 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() [all …]
|
D | Nat224.java | 789 long x_1 = x[1] & M; in square() local 793 zz_1 += x_1 * x_0; in square() 808 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 821 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 836 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 853 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 872 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 928 long x_1 = x[xOff + 1] & M; in square() local 932 zz_1 += x_1 * x_0; in square() 947 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() [all …]
|
D | Nat256.java | 932 long x_1 = x[1] & M; in square() local 936 zz_1 += x_1 * x_0; in square() 951 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 964 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 979 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 996 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 1015 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 1036 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square() 1096 long x_1 = x[xOff + 1] & M; in square() local 1100 zz_1 += x_1 * x_0; in square() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 714 long x_1 = x[1] & M; in square() local 718 zz_1 += x_1 * x_0; in square() 733 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 746 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 761 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 778 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 830 long x_1 = x[xOff + 1] & M; in square() local 834 zz_1 += x_1 * x_0; in square() 849 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 862 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() [all …]
|
D | Nat224.java | 785 long x_1 = x[1] & M; in square() local 789 zz_1 += x_1 * x_0; in square() 804 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 817 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 832 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 849 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 868 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 924 long x_1 = x[xOff + 1] & M; in square() local 928 zz_1 += x_1 * x_0; in square() 943 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() [all …]
|
D | Nat256.java | 928 long x_1 = x[1] & M; in square() local 932 zz_1 += x_1 * x_0; in square() 947 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 960 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 975 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 992 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 1011 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 1032 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square() 1092 long x_1 = x[xOff + 1] & M; in square() local 1096 zz_1 += x_1 * x_0; in square() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat192.java | 718 long x_1 = x[1] & M; in square() local 722 zz_1 += x_1 * x_0; in square() 737 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 750 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 765 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 782 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 834 long x_1 = x[xOff + 1] & M; in square() local 838 zz_1 += x_1 * x_0; in square() 853 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 866 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() [all …]
|
D | Nat224.java | 789 long x_1 = x[1] & M; in square() local 793 zz_1 += x_1 * x_0; in square() 808 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 821 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 836 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 853 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 872 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 928 long x_1 = x[xOff + 1] & M; in square() local 932 zz_1 += x_1 * x_0; in square() 947 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() [all …]
|
D | Nat256.java | 932 long x_1 = x[1] & M; in square() local 936 zz_1 += x_1 * x_0; in square() 951 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 964 zz_4 += (zz_3 >>> 32) + x_3 * x_1; in square() 979 zz_5 += (zz_4 >>> 32) + x_4 * x_1; in square() 996 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square() 1015 zz_7 += (zz_6 >>> 32) + x_6 * x_1; in square() 1036 zz_8 += (zz_7 >>> 32) + x_7 * x_1; in square() 1096 long x_1 = x[xOff + 1] & M; in square() local 1100 zz_1 += x_1 * x_0; in square() [all …]
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional_recurrent_test.py | 226 x_1 = np.random.rand(num_samples, sequence_len, 32, 32, 3) 229 model.fit([x_1, x_2], y) 231 model.predict([x_1, x_2])
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad.cc | 402 auto x_1 = ConjugateHelper(scope, op.input(0)); in MulGrad() local 408 auto gx_2 = Mul(scope, grad_inputs[0], x_1); in MulGrad() 416 auto x_1 = ConjugateHelper(scope, op.input(0)); in DivGrad() local 423 Div(scope, Div(scope, Neg(scope, x_1), x_2), x_2)); in DivGrad() 431 auto x_1 = ConjugateHelper(scope, op.input(0)); in RealDivGrad() local 438 RealDiv(scope, RealDiv(scope, Neg(scope, x_1), x_2), x_2)); in RealDivGrad() 446 auto x_1 = ConjugateHelper(scope, op.input(0)); in DivNoNanGrad() local 453 DivNoNan(scope, DivNoNan(scope, Neg(scope, x_1), x_2), x_2)); in DivNoNanGrad() 461 auto x_1 = ConjugateHelper(scope, op.input(0)); in SquaredDifferenceGrad() local 467 auto gx_1 = Mul(scope, grad_inputs[0], Mul(scope, two, Sub(scope, x_1, x_2))); in SquaredDifferenceGrad()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | const_op_test.cc | 132 auto x_1 = ops::Const(root.WithOpName("x"), 1); in TEST() local 133 EXPECT_EQ(x_1.node()->name(), "x_1"); in TEST()
|
/external/webp/src/enc/ |
D | picture_psnr_enc.c | 47 const int x_1 = (x + RADIUS + 1 >= w) ? w : x + RADIUS + 1; in AccumulateLSIM() local 53 for (i = x_0; i < x_1; ++i) { in AccumulateLSIM()
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
D | main.cpp | 95 int x_1; member
|