OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_zero
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/
basis_reduction_templ.c
31
* The first tab->
n_zero
rows of the basis (ignoring the constant row)
33
* tab->
n_zero
is updated to reflect any additional equalities that
90
if (n_bounded <= tab->
n_zero
+ 1)
131
i = tab->
n_zero
;
146
tab->
n_zero
++;
150
if (i+1 == tab->
n_zero
) {
218
if (i+1 == tab->
n_zero
&& fixed) {
225
tab->
n_zero
++;
238
if (i > tab->
n_zero
) {
246
GBR_set(F[tab->
n_zero
], F_new)
[
all
...]
isl_sample.c
207
tab->
n_zero
= n_eq = tab->n_var - tab->n_col + tab->n_dead;
334
* tab->
n_zero
is currently ignored and is clobbered by this function.
472
tab->
n_zero
= level;
1106
tab->
n_zero
= eq->n_row;
1111
tab->n_unbounded = tab->n_var - (eq->n_row - tab->
n_zero
);
isl_tab.h
167
int
n_zero
;
member in struct:isl_tab
isl_tab_pip.c
3058
cgbr->tab->
n_zero
= 0;
5131
* "
n_zero
" is the number of coefficients that have been forced zero
5135
* This function assumes that at least 2 * (n_op -
n_zero
) more rows and
5136
* at least 2 * (n_op -
n_zero
) more elements in the constraint array
5140
__isl_keep isl_vec *sol, int n_op, int
n_zero
)
5149
for (i =
n_zero
; i < n_op; ++i)
5165
for (; i >=
n_zero
; --i) {
5242
* "
n_zero
" is the number of initial coordinates that have already
5252
int
n_zero
;
member in struct:isl_local_region
5311
local->
n_zero
= 0
[
all
...]
isl_tab.c
90
tab->
n_zero
= 0;
300
dup->
n_zero
= tab->
n_zero
;
553
prod->
n_zero
= 0;
isl_affine_hull.c
682
if (hull->n_eq > tab->
n_zero
) {
Completed in 62 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026