HomeSort by: relevance | last modified time | path
    Searched defs:map_power (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_transitive_closure.c 2018 static __isl_give isl_map *map_power(__isl_take isl_map *map, function
2038 * map_power constructs an extended relation with the path lengths
2072 map = map_power(map, exact, 0);
2121 map = map_power(map, exact, 0);
2553 * Simply use map_power to compute the powers of map, but tell
2581 map = map_power(map, exact, 1);
isl_transitive_closure.c 2018 static __isl_give isl_map *map_power(__isl_take isl_map *map, function
2038 * map_power constructs an extended relation with the path lengths
2072 map = map_power(map, exact, 0);
2121 map = map_power(map, exact, 0);
2553 * Simply use map_power to compute the powers of map, but tell
2581 map = map_power(map, exact, 1);

Completed in 49 milliseconds