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

  /src/external/mit/isl/dist/
isl_local_space.c 1040 isl_size n_local; local
1044 n_local = isl_local_space_dim(ls, isl_dim_div);
1046 if (n_local < 0 ||
1050 if (n_local == 0) {
1055 bset = isl_basic_set_add_dims(bset, isl_dim_set, n_local);
1075 isl_size n_local; local
1078 n_local = isl_local_space_dim(ls, isl_dim_div);
1079 if (n_local < 0 ||
1083 if (n_local == 0) {
1088 set = isl_set_add_dims(set, isl_dim_set, n_local);
1788 isl_size n_local; local
    [all...]
isl_space_private.h 87 unsigned n_local);
isl_space.c 3129 * is of the form lifted[space -> local[..]], with n_local variables in the
3133 unsigned n_local)
3143 local_space = isl_space_add_dims(local_space, isl_dim_set, n_local);

Completed in 64 milliseconds