Searched refs:xcount (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dgen-vect-33.c7 foo (float *dest, int xcount, int ycount) argument
12 for (x = 0; x < xcount; x++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr26449.c5 void matmul_i4 (int bbase_yn, int xcount) argument
11 for (x = 0; x < xcount; x++)
H A Dpr44144.c5 foo (char * dest, int xcount, int ycount) argument
9 for (x = 0; x < xcount; x++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-5.c5 int x, n, count, xcount; local
11 for (x = 0; x < xcount; x++)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c++/
H A Dctor-1.C10 static int xcount; member in struct:B
21 int B::xcount; member in class:B
38 xcount++;
60 assert (B::xcount == nthreads);
H A Dctor-7.C12 static int xcount; member in struct:B
23 int B::xcount; member in class:B
40 xcount++;
62 assert (B::xcount == nthreads);
H A Dctor-11.C14 static int xcount; member in struct:B
21 static void clear () { icount = ccount = dcount = xcount = 0; }
27 int B::xcount; member in class:B
51 xcount++;
88 assert (B::xcount == nthreads);
95 assert (B::xcount == nthreads);
H A Dctor-2.C10 static int xcount; member in struct:B
23 int B::xcount; member in class:B
47 xcount++;
71 assert (B::xcount == nthreads);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37742-3.c4 int count, int xcount, int ycount, int aystride)
13 for (x = 0; x < xcount; x++)
1 matmul_i4(int * __restrict dest_y, const int * __restrict abase, const int * __restrict bbase_y, int count, int xcount, int ycount, int aystride) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47744-2.c24 index_type x, y, n, count, xcount; local
30 xcount = ((a)->dim[0]._ubound + 1 - (a)->dim[0]._lbound);
33 for (x = 0; x < xcount; x++)
35 for (x = 0; x < xcount; x++)

Completed in 110 milliseconds