Home
last modified time | relevance | path

Searched refs:testi (Results 1 – 25 of 1229) sorted by relevance

12345678910>>...50

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/ken/
H A Dshift.go16 testi(i int, t1,t2,t3 int) { func
48 testi( int(1234) << 0, 0,0,0);
49 testi( int(1234) >> 0, 0,0,1);
50 testi( int(1234) << 5, 0,1,0);
51 testi( int(1234) >> 5, 0,1,1);
53 testi(int(-1234) << 0, 1,0,0);
54 testi(int(-1234) >> 0, 1,0,1);
55 testi(int(-1234) << 5, 1,1,0);
56 testi(int(-1234) >> 5, 1,1,1);
86 case 0: testi(i,t1,t2,t3);
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/tools/tests/psh/
H A Dvcomtst.c42 int i, testi, testj; in main() local
98 Vcom_getCount(vcom, 0, &testi, 3); in main()
99 printf("PE %d: Probed for string of length %d\n", myrank, testi); in main()
105 testi = 4; in main()
108 printf("PE %d: All %d PEs have the number %d.\n", myrank, nproc, testi); in main()
111 Vcom_reduce(vcom, &testi, &testj, 1, 1, 0); in main()
115 testi = 4; in main()
119 myrank, testj, testi); in main()
120 testi = testj; in main()
123 Vcom_reduce(vcom, &testi, &testj, 1, 1, 3); in main()
/dports/textproc/redland/redland-1.0.17/src/
H A Drdf_parser.c1055 int testi; in main() local
1064 for (testi = 0; testi < URI_STRING_COUNT; testi++) { in main()
1065 uris[testi] = librdf_new_uri(world, file_uri_strings[testi]); in main()
1069 for(testi = 0; (type = test_parser_types[testi]); testi++) { in main()
1117 file_content[testi], in main()
1119 uris[testi]); in main()
1123 program, testi); in main()
1147 program, testi); in main()
1171 uris[testi]); in main()
1174 program, testi); in main()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A D20020510-1.c35 testi (unsigned int i, int ok) in testi() function
71 testi (0, 0); in main()
72 testi (1, 1); in main()
73 testi (INT_MAX, 1); in main()
74 testi (INT_MAX+1U, 0); in main()
75 testi (UINT_MAX, 0); in main()

12345678910>>...50