HomeSort by: relevance | last modified time | path
    Searched refs:indep (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/make/unit-tests/
dep-wildcards.exp 3 dep-double-colon-indep.mk
Makefile 110 TESTS+= dep-double-colon-indep
  /src/external/mit/isl/dist/
isl_scheduler.h 34 * the rows of "indep" represent linear combinations of the schedule
79 isl_mat *indep; member in struct:isl_sched_node
isl_scheduler.c 503 isl_mat_free(node->indep);
2227 /* Normalize the rows of "indep" such that all rows are lexicographically
2232 static __isl_give isl_mat *normalize_independent(__isl_take isl_mat *indep)
2234 indep = isl_mat_reverse_gauss(indep);
2235 indep = isl_mat_lexnonneg_rows(indep);
2236 return indep;
2286 isl_mat_free(node->indep);
2289 node->indep = isl_mat_transpose(U)
    [all...]
isl_vertices.c 273 isl_bool indep; local
284 indep = is_independent(facets, selected, bset->ineq[level] + 1 + ovar);
285 if (indep < 0 || !indep)
286 return indep;

Completed in 31 milliseconds