Home
last modified time | relevance | path

Searched refs:bitToUse (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %zd) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %zd) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %zd) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %zd) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dbitops.d13 size_t bitToUse = 67; in test1()
15 size_t bitToUse = 35; in test1() local
21 x = btc(array.ptr, bitToUse); in test1()
22 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
27 x = btc(array.ptr, bitToUse); in test1()
28 printf("btc(array, %d) = %d\n", bitToUse, x); in test1()
33 x = bts(array.ptr, bitToUse); in test1()
34 printf("bts(array, %d) = %d\n", bitToUse, x); in test1()
39 x = btr(array.ptr, bitToUse); in test1()
40 printf("btr(array, %d) = %d\n", bitToUse, x); in test1()