OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ikinds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc
3629
static int
ikinds
[NIKINDS] = {4, 8, 16};
local
3635
itype = gfc_get_int_type (
ikinds
[ikind]);
3639
jtype = gfc_get_int_type (
ikinds
[jkind]);
3642
sprintf (name, PREFIX("pow_i%d_i%d"),
ikinds
[ikind],
3643
ikinds
[jkind]);
3659
ikinds
[ikind]);
3672
ikinds
[ikind]);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc
3581
static int
ikinds
[NIKINDS] = {4, 8, 16};
local
3587
itype = gfc_get_int_type (
ikinds
[ikind]);
3591
jtype = gfc_get_int_type (
ikinds
[jkind]);
3594
sprintf (name, PREFIX("pow_i%d_i%d"),
ikinds
[ikind],
3595
ikinds
[jkind]);
3611
ikinds
[ikind]);
3624
ikinds
[ikind]);
Completed in 74 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026