Searched refs:bstride (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Deoshift2.c48 index_type bstride[GFC_MAX_DIMENSIONS]; local
110 bstride[0] = -1;
131 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
133 bstride[n] = 0;
141 if (bound && bstride[0] == 0)
142 bstride[0] = size;
147 bstride0 = bstride[0];
244 bptr -= bstride[n] * extent[n];
257 bptr += bstride[n];
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Deoshift2.c48 index_type bstride[GFC_MAX_DIMENSIONS]; local
110 bstride[0] = -1;
131 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
133 bstride[n] = 0;
141 if (bound && bstride[0] == 0)
142 bstride[0] = size;
147 bstride0 = bstride[0];
244 bptr -= bstride[n] * extent[n];
257 bptr += bstride[n];
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Deoshift3_8.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Deoshift3_16.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Deoshift3_4.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Dmatmul_l4.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;
H A Dmatmul_l8.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;
H A Dmatmul_l16.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/generated/
H A Deoshift3_16.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Deoshift3_4.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Deoshift3_8.c57 index_type bstride[GFC_MAX_DIMENSIONS]; local
149 bstride[n] = GFC_DESCRIPTOR_STRIDE_BYTES(bound,n);
151 bstride[n] = 0;
161 if (bound && bstride[0] == 0)
162 bstride[0] = size;
168 bstride0 = bstride[0];
258 bptr -= bstride[n] * extent[n];
272 bptr += bstride[n];
H A Dmatmul_l4.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;
H A Dmatmul_l8.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;
H A Dmatmul_l16.c60 index_type bstride; local
192 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
200 bstride = GFC_DESCRIPTOR_STRIDE_BYTES(b,0);
225 pb += bstride;

Completed in 401 milliseconds