OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_extent
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc
2116
h_extent
[GFC_MAX_DIMENSIONS],
local
2186
h_extent
[d] = mpz_get_si (shift->shape[d]);
2187
hstride[d] = d == 0 ? 1 : hstride[d-1] *
h_extent
[d-1];
/src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc
2087
h_extent
[GFC_MAX_DIMENSIONS],
local
2157
h_extent
[d] = mpz_get_si (shift->shape[d]);
2158
hstride[d] = d == 0 ? 1 : hstride[d-1] *
h_extent
[d-1];
Completed in 33 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026