OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extent_dst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/caf/
single.c
2029
ptrdiff_t
extent_dst
= 1, array_offset_dst = 0, stride_dst;
local
2138
extent_dst
= GFC_DIMENSION_EXTENT (src->dim[d]);
2140
GFC_DIMENSION_UBOUND (dst->dim[d]) =
extent_dst
- 1;
2142
stride_dst *=
extent_dst
;
2231
COMPUTE_NUM_ITEMS (
extent_dst
,
2239
for (index_type idx = 0; idx <
extent_dst
;
2252
COMPUTE_NUM_ITEMS (
extent_dst
,
2261
for (index_type idx = 0; idx <
extent_dst
; ++idx)
2283
COMPUTE_NUM_ITEMS (
extent_dst
,
2292
for (index_type idx = 0; idx <
extent_dst
; ++idx
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c
2032
ptrdiff_t
extent_dst
= 1, array_offset_dst = 0, stride_dst;
local
2141
extent_dst
= GFC_DIMENSION_EXTENT (src->dim[d]);
2143
GFC_DIMENSION_UBOUND (dst->dim[d]) =
extent_dst
- 1;
2145
stride_dst *=
extent_dst
;
2234
COMPUTE_NUM_ITEMS (
extent_dst
,
2242
for (index_type idx = 0; idx <
extent_dst
;
2255
COMPUTE_NUM_ITEMS (
extent_dst
,
2264
for (index_type idx = 0; idx <
extent_dst
; ++idx)
2286
COMPUTE_NUM_ITEMS (
extent_dst
,
2295
for (index_type idx = 0; idx <
extent_dst
; ++idx
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026