Home
last modified time | relevance | path

Searched defs:fixed_power (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_power_templ.c31 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) in FN() argument
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h7718 isl::checked::map basic_map::fixed_power(const isl::checked::val &exp) const in fixed_power() function
7723 isl::checked::map basic_map::fixed_power(long exp) const in fixed_power() function
9879 isl::checked::map map::fixed_power(isl::checked::val exp) const in fixed_power() function
9885 isl::checked::map map::fixed_power(long exp) const in fixed_power() function
18669 isl::checked::union_map union_map::fixed_power(isl::checked::val exp) const in fixed_power() function
18675 isl::checked::union_map union_map::fixed_power(long exp) const in fixed_power() function
H A Dcpp.h8964 isl::map basic_map::fixed_power(const isl::val &exp) const in fixed_power() function
8971 isl::map basic_map::fixed_power(long exp) const in fixed_power() function
12214 isl::map map::fixed_power(isl::val exp) const in fixed_power() function
12226 isl::map map::fixed_power(long exp) const in fixed_power() function
26504 isl::union_map union_map::fixed_power(isl::val exp) const in fixed_power() function
26516 isl::union_map union_map::fixed_power(long exp) const in fixed_power() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py8043 def fixed_power(*args): member in union_map
9331 def fixed_power(*args): member in map