Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/test_cache/test_input/
Dresults.txt1n13:22:33 INFO | Fetching suite for job named telemetry_Crosperf...\n13:22:43 INFO | Scheduling su…
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll86 %n13 = sub i32 0, %a13
87 %t13 = icmp ugt i32 %n13, -4
88 %m13 = select i1 %t13, i32 %n13, i32 -4
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-13-SCEVChain.ll86 %n13 = sub i32 0, %a13
87 %t13 = icmp ugt i32 %n13, -4
88 %m13 = select i1 %t13, i32 %n13, i32 -4
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp41 namespace n13 { namespace
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local
908 n13 = ixheaacd_add32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2()
915 y1[h2 + 3] = n13; in ixheaacd_esbr_postradixcompute2()
938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
1014 n13 = ixheaacd_sub32_sat(xl1_2, xl0_3); in ixheaacd_esbr_postradixcompute4()
1023 y1[h2 + 3] = n13; in ixheaacd_esbr_postradixcompute4()
1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local
1763 n13 = ixheaacd_sub32_sat(xl1_2, xl0_3); in ixheaacd_postradixcompute4()
1772 y1[h2 + 3] = n13; in ixheaacd_postradixcompute4()
1791 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local
[all …]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dredundant-right-shift-input-masking.ll221 define i32 @n13(i32 %data, i32 %nbits0, i32 %nbits1) {
222 ; CHECK-LABEL: @n13(
Dshift-amount-reassociation.ll208 define i32 @n13(i32 %x, i32 %y) {
209 ; CHECK-LABEL: @n13(
Dvariable-signext-of-variable-high-bit-extraction.ll452 define i32 @n13(i64 %data, i32 %nbits) {
453 ; CHECK-LABEL: @n13(
Dsub-of-negatible.ll276 define i8 @n13(i8 %x, i8 %y, i8 %z) {
277 ; CHECK-LABEL: @n13(
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c695 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
771 n13 = ixheaacd_sub32_sat(xl1_2, xl0_3); in ixheaacd_esbr_postradixcompute4()
780 y1[h2 + 3] = n13; in ixheaacd_esbr_postradixcompute4()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp242 …constexpr int n13 = n5 + n5; // expected-error {{constant expression}} expected-note {{value -4294… variable
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp243 …constexpr int n13 = n5 + n5; // expected-error {{constant expression}} expected-note {{value -4294… variable
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1959 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local
2158 n13 = ixheaacd_sub32_sat(xl1_2, xl0_3); in ixheaacd_fft32x32_ld_dec()
2170 n13 = ixheaacd_add32_sat(x_d, x_f); in ixheaacd_fft32x32_ld_dec()
2178 y1[2 * h2 + 3] = n13; in ixheaacd_fft32x32_ld_dec()
/external/mesa3d/doxygen/
Dgallium.doc259 …"\ref draw_set_mapped_vertex_buffer", label="draw_set_mapped_vertex_buffer\n13.01% (0.00%)\n120372…
/external/llvm-project/llvm/test/Transforms/LoopIdiom/X86/
Dleft-shift-until-bittest.ll480 define i32 @n13(i32 %x, i32 %bit) {
481 ; ALL-LABEL: @n13(