/external/tensorflow/tensorflow/python/ops/distributions/ |
D | special_math.py | 389 x_2 = math_ops.square(x) 391 log_scale = -0.5 * x_2 - math_ops.log(-x) - 0.5 * np.log(2. * np.pi) 400 x_2 = math_ops.square(x) 403 x_2n = x_2 # Start with x^{2*1} = x^{2*n} with n = 1. 410 x_2n *= x_2
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad.cc | 404 auto x_2 = ConjugateHelper(scope, op.input(1)); in MulGrad() local 408 auto gx_1 = Mul(scope, grad_inputs[0], x_2); in MulGrad() 418 auto x_2 = ConjugateHelper(scope, op.input(1)); in DivGrad() local 422 auto gx_1 = Div(scope, grad_inputs[0], x_2); in DivGrad() 424 Div(scope, Div(scope, Neg(scope, x_1), x_2), x_2)); in DivGrad() 433 auto x_2 = ConjugateHelper(scope, op.input(1)); in RealDivGrad() local 437 auto gx_1 = RealDiv(scope, grad_inputs[0], x_2); in RealDivGrad() 439 RealDiv(scope, RealDiv(scope, Neg(scope, x_1), x_2), x_2)); in RealDivGrad() 448 auto x_2 = ConjugateHelper(scope, op.input(1)); in DivNoNanGrad() local 452 auto gx_1 = DivNoNan(scope, grad_inputs[0], x_2); in DivNoNanGrad() [all …]
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 14 LDR r3, [r0, #32] @x_2 = x[8 ] 19 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 20 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 51 LDR r3, [r0, #40] @x_2 = x[10] 56 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 57 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 88 LDR r3, [r0, #48] @x_2 = x[12] 93 ADD r8, r3, r5 @xh0_1 = x_2 + x_6 94 SUB r9, r3, r5 @xl0_1 = x_2 - x_6 125 LDR r3, [r0, #56] @x_2 = x[14] [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat192.java | 725 long x_2 = x[2] & M; in square() local 729 zz_2 += x_2 * x_0; in square() 733 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 747 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 762 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 779 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 841 long x_2 = x[xOff + 2] & M; in square() local 845 zz_2 += x_2 * x_0; in square() 849 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 863 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() [all …]
|
D | Nat224.java | 797 long x_2 = x[2] & M; in square() local 801 zz_2 += x_2 * x_0; in square() 805 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 819 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 834 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 851 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 870 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 936 long x_2 = x[xOff + 2] & M; in square() local 940 zz_2 += x_2 * x_0; in square() 944 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() [all …]
|
D | Nat256.java | 939 long x_2 = x[2] & M; in square() local 943 zz_2 += x_2 * x_0; in square() 947 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 961 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 976 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 993 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 1012 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 1033 zz_9 += (zz_8 >>> 32) + x_7 * x_2; in square() 1103 long x_2 = x[xOff + 2] & M; in square() local 1107 zz_2 += x_2 * x_0; in square() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 721 long x_2 = x[2] & M; in square() local 725 zz_2 += x_2 * x_0; in square() 729 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 743 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 758 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 775 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 837 long x_2 = x[xOff + 2] & M; in square() local 841 zz_2 += x_2 * x_0; in square() 845 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 859 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() [all …]
|
D | Nat224.java | 793 long x_2 = x[2] & M; in square() local 797 zz_2 += x_2 * x_0; in square() 801 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 815 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 830 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 847 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 866 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 932 long x_2 = x[xOff + 2] & M; in square() local 936 zz_2 += x_2 * x_0; in square() 940 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() [all …]
|
D | Nat256.java | 935 long x_2 = x[2] & M; in square() local 939 zz_2 += x_2 * x_0; in square() 943 zz_3 += (zz_2 >>> 32) + x_2 * x_1; in square() 957 zz_5 += (zz_4 >>> 32) + x_3 * x_2; in square() 972 zz_6 += (zz_5 >>> 32) + x_4 * x_2; in square() 989 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square() 1008 zz_8 += (zz_7 >>> 32) + x_6 * x_2; in square() 1029 zz_9 += (zz_8 >>> 32) + x_7 * x_2; in square() 1099 long x_2 = x[xOff + 2] & M; in square() local 1103 zz_2 += x_2 * x_0; in square() [all …]
|
/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 302 SMLABB r6, r14, r11, r6 @ sum[0] = MAC16_16(sum[0],x_2,y_2) 303 SMLABT r7, r14, r11, r7 @ sum[1] = MAC16_16(sum[1],x_2,y_3) 304 SMLABB r8, r14, r10, r8 @ sum[2] = MAC16_16(sum[2],x_2,y_4) 305 SMLABT r9, r14, r10, r9 @ sum[3] = MAC16_16(sum[3],x_2,y_5) 390 SMLABT r14, r7, r9, r14 @ sum = MAC16_16(sum, x_2, y_2) 463 SMLABB r10, r7, r9, r10 @ sum0 = MAC16_16(sum0, x_2, y_2) 464 SMLABT r11, r7, r9, r11 @ sum1 = MAC16_16(sum1, x_2, y_3) 524 SMLABB r14, r7, r9, r14 @ sum = MAC16_16(sum, x_2, y_2)
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 844 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 869 x_2 = *x0++; in ixheaacd_esbr_postradixcompute2() 876 n00 = ixheaacd_add32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 878 n20 = ixheaacd_sub32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 933 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 959 x_2 = *x0++; in ixheaacd_esbr_postradixcompute4() 970 xh0_1 = ixheaacd_add32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 972 xl0_1 = ixheaacd_sub32_sat(x_2, x_6); in ixheaacd_esbr_postradixcompute4() 1682 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_postradixcompute4() local 1708 x_2 = *x0++; in ixheaacd_postradixcompute4() [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 271 nir_ssa_def *x_2 = nir_fmul(b, x, x); in build_atan() local 272 nir_ssa_def *x_3 = nir_fmul(b, x_2, x); in build_atan() 273 nir_ssa_def *x_5 = nir_fmul(b, x_3, x_2); in build_atan() 274 nir_ssa_def *x_7 = nir_fmul(b, x_5, x_2); in build_atan() 275 nir_ssa_def *x_9 = nir_fmul(b, x_7, x_2); in build_atan() 276 nir_ssa_def *x_11 = nir_fmul(b, x_9, x_2); in build_atan()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | topology_test.py | 294 x_2 = input_layer_lib.Input(shape=(32,)) 295 y_2 = network(x_2) 299 x_2 = array_ops.placeholder(dtype='float32', shape=(None, 32)) 300 y_2 = network(x_2) 766 x_2 = input_layer_lib.Input(shape=(32,)) 767 y_2 = network(x_2) 771 x_2 = array_ops.placeholder(dtype='float32', shape=(None, 32)) 772 y_2 = network(x_2) 1206 x_2 = pl_2 * 2 1208 x_4 = x_1 + x_2 [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 619 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 642 x_2 = *x0++; in ixheaacd_esbr_postradixcompute2() 649 y0[h2] = ixheaacd_add32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 653 y2[h2] = ixheaacd_sub32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 688 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 714 x_2 = *x0++; in ixheaacd_esbr_postradixcompute4() 725 xh0_1 = x_2 + x_6; in ixheaacd_esbr_postradixcompute4() 727 xl0_1 = x_2 - x_6; in ixheaacd_esbr_postradixcompute4()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op.cc | 168 inline int Advance(const int64 x_0, const int64 x_1, const int64 x_2, in Advance() argument 173 const std::array<int64, 4> new_x_indices{{x_0, x_1, x_2, x_3}}; in Advance() 195 indexes_[2] = x_2; in Advance()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | concat_op_test.py | 476 x_2 = array_ops.placeholder(dtypes.float64) 478 xs = [x_1, x_2, x_3] 484 x_2: np.random.random_sample(x_shapes[1]).astype(np.float64),
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | strategy_test_lib.py | 375 x_2, y_2 = run_and_concatenate(strategy, i) 376 self.assertAllEqual(x, x_2)
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1950 WORD32 x_0, x_1, x_2, x_3, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_fft32x32_ld_dec() local 2090 x_2 = x0[2]; in ixheaacd_fft32x32_ld_dec() 2102 xh0_1 = x_2 + x_6; in ixheaacd_fft32x32_ld_dec() 2104 xl0_1 = x_2 - x_6; in ixheaacd_fft32x32_ld_dec() 2117 n00 = x_0 + x_2; in ixheaacd_fft32x32_ld_dec() 2119 n20 = x_0 - x_2; in ixheaacd_fft32x32_ld_dec()
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | dev_summit_2018_demo.ipynb | 177 " x_2, = x,\n", 178 " x_2 = 0\n", 179 " return x_2,\n",
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 2994 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos() local 2995 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2); in lp_build_sin_or_cos()
|