Searched refs:fixed_power (Results 1 – 5 of 5) sorted by relevance
10 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) in FN() argument27 return FN(TYPE,fixed_power)(map, exp); in FN()74 map = FN(TYPE,fixed_power)(map, exp->n); in FN()
2766 inline isl::checked::union_map fixed_power(isl::checked::val exp) const;2767 inline isl::checked::union_map fixed_power(long exp) const;11308 isl::checked::union_map union_map::fixed_power(isl::checked::val exp) const in fixed_power() function11314 isl::checked::union_map union_map::fixed_power(long exp) const in fixed_power() function11316 return this->fixed_power(isl::checked::val(ctx(), exp)); in fixed_power()
2831 inline isl::union_map fixed_power(isl::val exp) const;2832 inline isl::union_map fixed_power(long exp) const;15999 isl::union_map union_map::fixed_power(isl::val exp) const in fixed_power() function16011 isl::union_map union_map::fixed_power(long exp) const in fixed_power() function16015 return this->fixed_power(isl::val(ctx(), exp)); in fixed_power()
3092 inline union_map fixed_power(val exp) const;16562 union_map union_map::fixed_power(val exp) const in fixed_power() function
6457 def fixed_power(*args): member in union_map