Home
last modified time | relevance | path

Searched refs:sl2 (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c15 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/
Dzvector.c16 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/
Dzvector.c17 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 …]
Dzvector2.c17 vector signed long long sl, sl2; variable
69 ff = (vector float)sl2; in foo()
/external/clang/test/Sema/
Dzvector.c17 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/
Dvp9_spatial_svc_encoder.c840 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()
Dsvc_encodeframe.c423 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/
Dspin.rs180 let sl2 = sl.clone(); in high_contention() localVariable
183 *sl2.lock() += 1; in high_contention()
/external/libchromeos-rs/src/sync/
Dspin.rs174 let sl2 = sl.clone(); in high_contention() localVariable
177 *sl2.lock() += 1; in high_contention()
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc452 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/
Dvp9_svc_layercontext.c790 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/
Dsparse_matmul_op.cc676 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/
Dvideo_loopback.cc158 sl2,
/external/hyphenation-patterns/cy/
Dhyph-cy.pat.txt5574 2sl2
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3922 sl2 = smm.ShareableList(range(10))