Searched refs:injective (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_union_map.c2221 * check whether each such collection is obviously injective
2237 int injective; local
2251 injective = plain_injective_on_range(part, pos + 1, n_range);
2252 if (injective < 0)
2254 if (!injective)
2304 int injective; local
2314 injective = separates(data.v, n, dim, data.pos, n_range);
2316 return injective;
2342 /* Check if the given union_map is obviously injective.
2345 * injective an
[all...]
H A Disl_test.c2421 int *injective = user; local
2423 *injective = isl_map_is_injective(map);
2426 if (*injective < 0 || !*injective)
2537 "generated schedule not injective on each statement",
2929 int test_plain_injective(isl_ctx *ctx, const char *str, int injective) argument
2939 if (test == injective)
2941 if (injective)
2943 "map not detected as injective", return -1);
2946 "map detected as injective", retur
[all...]
/haiku-buildtools/cloog/source/isl/
H A Ddomain.c1158 * is obviously injective.
1164 int injective; local
1183 injective = isl_union_map_plain_is_injective(umap);
1187 return injective;
1200 * entire scattering function is injective.

Completed in 46 milliseconds