OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_div1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_polynomial.c
1801
int
n_div1
, n_div2;
variable
1812
n_div1
= qp1->div->n_row;
1814
exp1 = isl_alloc_array(qp1->div->ctx, int,
n_div1
);
1816
if ((
n_div1
&& !exp1) || (n_div2 && !exp2))
isl_aff.c
1962
isl_size
n_div1
, n_div2;
local
1981
n_div1
= isl_aff_dim(aff1, isl_dim_div);
1983
if (
n_div1
< 0 || n_div2 < 0)
1985
if (
n_div1
== 0 && n_div2 == 0)
1988
exp1 = isl_alloc_array(ctx, int,
n_div1
);
1990
if ((
n_div1
&& !exp1) || (n_div2 && !exp2))
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026