OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ubound
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/caf/
single.c
344
array->dim[0].
_ubound
= -1;
366
array->dim[0].
_ubound
= -1;
777
ptrdiff_t dimextent = dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1;
800
% (src->dim[j].
_ubound
803
extent = (src->dim[j].
_ubound
- src->dim[j].lower_bound + 1);
822
% (dest->dim[j].
_ubound
825
extent = (dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1);
870
% (dest->dim[j].
_ubound
873
extent = (dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1);
885
% (src->dim[j].
_ubound
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c
346
array->dim[0].
_ubound
= -1;
368
array->dim[0].
_ubound
= -1;
780
ptrdiff_t dimextent = dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1;
803
% (src->dim[j].
_ubound
806
extent = (src->dim[j].
_ubound
- src->dim[j].lower_bound + 1);
825
% (dest->dim[j].
_ubound
828
extent = (dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1);
873
% (dest->dim[j].
_ubound
876
extent = (dest->dim[j].
_ubound
- dest->dim[j].lower_bound + 1);
888
% (src->dim[j].
_ubound
[
all
...]
/src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h
363
index_type
_ubound
;
member in struct:descriptor_dimension
452
#define GFC_DIMENSION_UBOUND(dim) ((dim).
_ubound
)
454
#define GFC_DIMENSION_EXTENT(dim) ((dim).
_ubound
+ 1 - (dim).lower_bound)
459
(dim).
_ubound
= ub; \
465
#define GFC_DESCRIPTOR_UBOUND(desc,i) ((desc)->dim[i].
_ubound
)
466
#define GFC_DESCRIPTOR_EXTENT(desc,i) ((desc)->dim[i].
_ubound
+ 1 \
/src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h
359
index_type
_ubound
;
member in struct:descriptor_dimension
448
#define GFC_DIMENSION_UBOUND(dim) ((dim).
_ubound
)
450
#define GFC_DIMENSION_EXTENT(dim) ((dim).
_ubound
+ 1 - (dim).lower_bound)
455
(dim).
_ubound
= ub; \
461
#define GFC_DESCRIPTOR_UBOUND(desc,i) ((desc)->dim[i].
_ubound
)
462
#define GFC_DESCRIPTOR_EXTENT(desc,i) ((desc)->dim[i].
_ubound
+ 1 \
Completed in 60 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026