/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | error-location.s | 17 .word x_a - y_a 45 x_a: label
|
/external/llvm/test/MC/AArch64/ |
D | error-location.s | 17 .word x_a - y_a 55 x_a: label
|
/external/tensorflow/tensorflow/python/keras/ |
D | models_test.py | 167 x_a = dense_1(input_a) 168 x_a = keras.layers.Dropout(0.5)(x_a) 169 x_a = keras.layers.BatchNormalization()(x_a) 171 x_a = dense_2(x_a) 172 outputs = keras.layers.add([x_a, x_b])
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | error-location.s | 17 .word x_a - y_a 27 x_a: label
|
/external/llvm/test/MC/ARM/ |
D | error-location.s | 17 .word x_a - y_a 37 x_a: label
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-6.ll | 15 %x_a = getelementptr i64, i64 addrspace(1)* %base_obj_x, i32 1 23 %x = phi i64 addrspace(1)* [ %x_a, %bump_here_a ], [ %x_b, %bump_here_b ]
|
D | base-pointers-7.ll | 15 %x_a = getelementptr i64, i64 addrspace(1)* %base_obj_x, i32 1 28 %x = phi i64 addrspace(1)* [ %x_a, %bump_here_a ], [ %x_b, %bump_here_b ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-6.ll | 16 %x_a = getelementptr i64, i64 addrspace(1)* %base_obj_x, i32 1 24 %x = phi i64 addrspace(1)* [ %x_a, %bump_here_a ], [ %x_b, %bump_here_b ]
|
D | base-pointers-7.ll | 16 %x_a = getelementptr i64, i64 addrspace(1)* %base_obj_x, i32 1 29 %x = phi i64 addrspace(1)* [ %x_a, %bump_here_a ], [ %x_b, %bump_here_b ]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 846 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 896 x_a = *x2++; in ixheaacd_esbr_postradixcompute2() 903 n02 = ixheaacd_add32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 905 n22 = ixheaacd_sub32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 936 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 995 x_a = *x2++; in ixheaacd_esbr_postradixcompute4() 1006 xh0_3 = ixheaacd_add32_sat(x_a, x_e); in ixheaacd_esbr_postradixcompute4() 1008 xl0_3 = ixheaacd_sub32_sat(x_a, x_e); in ixheaacd_esbr_postradixcompute4() 1685 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_postradixcompute4() local 1744 x_a = *x2++; in ixheaacd_postradixcompute4() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-static-member.cpp | 24 static X x_a; member in C
|
/external/tensorflow/tensorflow/python/ops/ |
D | special_math_ops_test.py | 125 x_a = [5.5] 130 self.evaluate(math_ops.exp(special_math_ops.lbeta(x_a))), 134 self.assertEqual((), special_math_ops.lbeta(x_a).get_shape())
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 621 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute2() local 660 x_a = *x2++; in ixheaacd_esbr_postradixcompute2() 667 y0[h2 + 2] = ixheaacd_add32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 671 y2[h2 + 2] = ixheaacd_sub32_sat(x_8, x_a); in ixheaacd_esbr_postradixcompute2() 691 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_esbr_postradixcompute4() local 750 x_a = *x2++; in ixheaacd_esbr_postradixcompute4() 761 xh0_3 = x_a + x_e; in ixheaacd_esbr_postradixcompute4() 763 xl0_3 = x_a - x_e; in ixheaacd_esbr_postradixcompute4()
|
/external/clang/test/Sema/ |
D | cast.c | 169 typedef enum { x_a, x_b } X; enumerator
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1953 WORD32 x_8, x_9, x_a, x_b, x_c, x_d, x_e, x_f; in ixheaacd_fft32x32_ld_dec() local 2138 x_a = x2[2]; in ixheaacd_fft32x32_ld_dec() 2150 xh0_3 = x_a + x_e; in ixheaacd_fft32x32_ld_dec() 2152 xl0_3 = x_a - x_e; in ixheaacd_fft32x32_ld_dec() 2165 n02 = x_8 + x_a; in ixheaacd_fft32x32_ld_dec() 2167 n22 = x_8 - x_a; in ixheaacd_fft32x32_ld_dec()
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_011.ppm | 2531 *dIK����mp�fiO04R8;D*-B(*x_a)
|
D | test_008.ppm | 3053 ((-/*/C^-4_0:'10x_a�nnï����gSS���Ʈ����7:F'(R/457a=?xRVf?CI(5)
|