Home | History | Annotate | Download | only in generated

Lines Matching defs:xcount

61   index_type x, y, n, count, xcount, ycount;
66 /* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
71 dimensioned [1,count], so xcount=1.
164 xcount = 1;
173 xcount = GFC_DESCRIPTOR_EXTENT(a,0);
215 && (((float) xcount) * ((float) ycount) * ((float) count)
218 const int m = xcount, n = ycount, k = count, ldc = rystride;
259 const index_type m = xcount, n = ycount, k = count;
534 for (x = 0; x < xcount; x++)
576 for (x = 0; x < xcount; x++)
581 for (x = 0; x < xcount; x++)
598 for (x = 0; x < xcount; x++)
631 index_type x, y, n, count, xcount, ycount;
636 /* C[xcount,ycount] = A[xcount, count] * B[count,ycount]
641 dimensioned [1,count], so xcount=1.
734 xcount = 1;
743 xcount = GFC_DESCRIPTOR_EXTENT(a,0);
785 && (((float) xcount) * ((float) ycount) * ((float) count)
788 const int m = xcount, n = ycount, k = count, ldc = rystride;
829 const index_type m = xcount, n = ycount, k = count;
1104 for (x = 0; x < xcount; x++)
1146 for (x = 0; x < xcount; x++)
1151 for (x = 0; x < xcount; x++)
1168 for (x = 0; x < xcount; x++)