/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | zvector.c | 15 volatile vector signed long long sl, sl2; variable 54 sl = sl2; in test_assign() 91 sl = +sl2; in test_pos() 119 sl = -sl2; in test_neg() 163 ++sl2; in test_preinc() 209 sl2++; in test_postinc() 255 --sl2; in test_predec() 301 sl2--; in test_postdec() 432 sl = sl + sl2; in test_add() 434 sl = bl + sl2; in test_add() [all …]
|
/external/clang/test/CodeGen/ |
D | zvector.c | 16 volatile vector signed long long sl, sl2; variable 51 sl = sl2; in test_assign() 88 sl = +sl2; in test_pos() 113 sl = -sl2; in test_neg() 146 ++sl2; in test_preinc() 183 sl2++; in test_postinc() 220 --sl2; in test_predec() 257 sl2--; in test_postdec() 349 sl = sl + sl2; in test_add() 357 sl = bl + sl2; in test_add() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | zvector.c | 17 vector signed long long sl, sl2; variable 101 sl = sl2; in foo() 122 sc = sl2; // expected-error {{incompatible type}} in foo() 169 fd = (vector double)sl2; in foo() 208 ++sl2; in foo() 248 --sl2; in foo() 288 sl = +sl2; in foo() 314 sl = -sl2; in foo() 340 sl = ~sl2; in foo() 389 sl = sl + sl2; in foo() [all …]
|
D | zvector2.c | 17 vector signed long long sl, sl2; variable 69 ff = (vector float)sl2; in foo()
|
/external/clang/test/Sema/ |
D | zvector.c | 17 vector signed long long sl, sl2; variable 58 sl = sl2; in foo() 79 sc = sl2; // expected-error {{incompatible type}} in foo() 126 fd = (vector double)sl2; in foo() 165 ++sl2; in foo() 205 --sl2; in foo() 245 sl = +sl2; in foo() 271 sl = -sl2; in foo() 297 sl = ~sl2; in foo() 346 sl = sl + sl2; in foo() [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 840 unsigned int sl2; in svc_output_rc_stats() local 843 for (sl2 = 0; sl2 < sl; ++sl2) { in svc_output_rc_stats() 844 if (cx_pkt->data.frame.spatial_layer_encoded[sl2]) tot_size += sizes[sl2]; in svc_output_rc_stats() 850 for (sl2 = 0; sl2 <= sl; ++sl2) { in svc_output_rc_stats() 851 if (cx_pkt->data.frame.spatial_layer_encoded[sl2]) tot_size += sizes[sl2]; in svc_output_rc_stats()
|
D | svc_encodeframe.c | 423 int sl2 = (svc_ctx->spatial_layers == 2) ? sl + 1 : sl; in vpx_svc_init() local 424 si->svc_params.scaling_factor_num[sl] = DEFAULT_SCALE_FACTORS_NUM_2x[sl2]; in vpx_svc_init() 425 si->svc_params.scaling_factor_den[sl] = DEFAULT_SCALE_FACTORS_DEN_2x[sl2]; in vpx_svc_init()
|
/external/crosvm/cros_async/src/sync/ |
D | spin.rs | 180 let sl2 = sl.clone(); in high_contention() localVariable 183 *sl2.lock() += 1; in high_contention()
|
/external/libchromeos-rs/src/sync/ |
D | spin.rs | 174 let sl2 = sl.clone(); in high_contention() localVariable 177 *sl2.lock() += 1; in high_contention()
|
/external/libvpx/libvpx/test/ |
D | svc_datarate_test.cc | 452 for (int sl2 = sl + 1; sl2 < number_spatial_layers_; ++sl2) in FramePktHook() local 453 ASSERT_EQ(pkt->data.frame.spatial_layer_encoded[sl2], 0); in FramePktHook()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 790 int sl2; in vp9_one_pass_cbr_svc_start_layer() local 792 for (sl2 = sl; sl2 >= svc->first_spatial_layer_to_encode; sl2--) in vp9_one_pass_cbr_svc_start_layer() 793 svc->force_drop_constrained_from_above[sl2] = 1; in vp9_one_pass_cbr_svc_start_layer()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.cc | 676 const float sl2 = Eigen::internal::pfirst<Packet>(l2); in GEPP() local 682 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP() 703 const float sl2 = Eigen::internal::pfirst<Packet>(l2); in GEPP() local 706 ScalarMulAdd3Way(sl1, sl2, sl3, &r1, &r2, &r3, &out); in GEPP() 739 const float sl2 = Eigen::internal::pfirst<Packet>(nl); in GEPP() local 744 ScalarMulAdd(sl2, &nr, &nout); in GEPP()
|
/external/webrtc/video/ |
D | video_loopback.cc | 158 sl2,
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 5574 2sl2
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3922 sl2 = smm.ShareableList(range(10))
|