OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_dim
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite-scop-detection.cc
1787
graphite_dim_t
max_dim
= param_graphite_max_nb_scop_params;
local
1788
if (
max_dim
> 0
1789
&& scop_nb_params (scop) >
max_dim
)
1794
<<
max_dim
<< ".\n");
/src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc
1651
graphite_dim_t
max_dim
= param_graphite_max_nb_scop_params;
local
1652
if (
max_dim
> 0
1653
&& scop_nb_params (scop) >
max_dim
)
1658
<<
max_dim
<< ".\n");
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
939
uint32_t
max_dim
;
local
942
&
max_dim
);
944
GCN_DEBUG ("HSA_AGENT_INFO_WORKGROUP_MAX_DIM: %u\n",
max_dim
);
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
949
uint32_t
max_dim
;
local
952
&
max_dim
);
954
GCN_DEBUG ("HSA_AGENT_INFO_WORKGROUP_MAX_DIM: %u\n",
max_dim
);
Completed in 34 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026