Home
last modified time | relevance | path

Searched refs:ELEMS (Results 1 – 25 of 148) sorted by relevance

123456

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/
H A Dloop_add_1_run.c6 #define ELEMS 10 macro
11 int in1[ELEMS] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in main()
12 int in2[ELEMS] = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }; in main()
13 int out[ELEMS]; in main()
14 int check[ELEMS] = { 3, 5, 7, 9, 11, 13, 15, 17, 19, 21 }; in main()
16 vadd (out, in1, in2, ELEMS); in main()
18 for (int i = 0; i < ELEMS; ++i) in main()
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dtest-utf8.c43 #define ELEMS(x) (sizeof (x) / sizeof (x[0])) macro
71 for (i = 0; i < ELEMS (fixtures); i++) { in test_ucs2be()
96 for (i = 0; i < ELEMS (fixtures); i++) { in test_ucs2be_fail()
144 for (i = 0; i < ELEMS (fixtures); i++) { in test_ucs4be()
178 for (i = 0; i < ELEMS (fixtures); i++) { in test_ucs4be_fail()
203 for (i = 0; i < ELEMS (fixtures); i++) { in test_utf8()
228 for (i = 0; i < ELEMS (fixtures); i++) { in test_utf8_fail()
/dports/textproc/sgrep/sgrep-0.99/
H A Dsample.sgreprc117 define(ELEMS,(STAG .. ETAG) ) # All elements
124 define(D1_ELEMS, outer(ELEMS) )
125 define(D2_ELEMS, outer(ELEMS in D1_ELEMS) )
126 define(D3_ELEMS, outer(ELEMS in D2_ELEMS) )
127 define(D4_ELEMS, outer(ELEMS in D3_ELEMS) )
128 define(D5_ELEMS, outer(ELEMS in D4_ELEMS) )
129 define(D6_ELEMS, outer(ELEMS in D5_ELEMS) )
130 define(D7_ELEMS, outer(ELEMS in D6_ELEMS) )
131 define(D8_ELEMS, outer(ELEMS in D7_ELEMS) )
132 define(D9_ELEMS, outer(ELEMS in D8_ELEMS) )
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/java_util/
H A Dlist.py7 from .collection import ELEMS, SIZE
23 this_ref.store_field(self.state, ELEMS, 'java.lang.Object[]', array_ref)
43 array_ref = this_ref.load_field(self.state, ELEMS, 'java.lang.Object[]')
70 array_ref = this_ref.load_field(self.state, ELEMS, 'java.lang.Object[]')
92 array_ref = this_ref.load_field(self.state, ELEMS, 'java.lang.Object[]')
H A Dcollection.py10 ELEMS = 'elems' variable
29 elems_array_ref = this_ref.get_field(self.state, ELEMS, 'java.lang.Object[]')
30 iterator_ref.store_field(self.state, ELEMS, 'java.lang.Object[]', elems_array_ref)
/dports/security/p11-kit/p11-kit-0.24.0/common/
H A Dconstants.c46 #define ELEMS(x) (sizeof (x) / sizeof (x[0])) macro
607 { p11_constant_types, ELEMS (p11_constant_types) - 1 },
608 { p11_constant_classes, ELEMS (p11_constant_classes) - 1 },
609 { p11_constant_trusts, ELEMS (p11_constant_trusts) - 1 },
610 { p11_constant_certs, ELEMS (p11_constant_certs) - 1 },
611 { p11_constant_keys, ELEMS (p11_constant_keys) - 1 },
612 { p11_constant_asserts, ELEMS (p11_constant_asserts) - 1 },
615 { p11_constant_states, ELEMS (p11_constant_states) - 1 },
616 { p11_constant_users, ELEMS (p11_constant_users) - 1 },
641 for (i = 0; i < ELEMS (tables); i++) { in lookup_info()
[all …]
/dports/devel/ga/ga-5.8/armci/testing/
H A Dtest_groups.c112 #define ELEMS 10 macro
130 double dsrc[ELEMS]; in test_one_group()
144 bytes = ELEMS * sizeof(double); in test_one_group()
147 for (i = 0; i < ELEMS; i++) { in test_one_group()
150 for (i = 0; i < ELEMS; i++) { in test_one_group()
170 for (j = 0; j < ELEMS; j++) { in test_one_group()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjCXX/
H A Ddebug-info-block-capture-this.mm15 // CHECK-SAME: elements: ![[ELEMS:.*]])
16 // CHECK: ![[ELEMS]] = !{{{.*}}, ![[THIS:[0-9]+]]}
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjCXX/
H A Ddebug-info-block-capture-this.mm15 // CHECK-SAME: elements: ![[ELEMS:.*]])
16 // CHECK: ![[ELEMS]] = !{{{.*}}, ![[THIS:[0-9]+]]}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjCXX/
H A Ddebug-info-block-capture-this.mm15 // CHECK-SAME: elements: ![[ELEMS:.*]])
16 // CHECK: ![[ELEMS]] = !{{{.*}}, ![[THIS:[0-9]+]]}

123456