OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_dim
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/isl/dist/
isl_space.c
3046
isl_size
dst_dim
, src_dim;
local
3058
dst_dim
= isl_space_dim(dst, type);
3060
if (
dst_dim
< 0 || src_dim < 0)
3063
dst = isl_space_drop_dims(dst, type, 0,
dst_dim
);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026