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

  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 364 inline isl::checked::val constant_val() const;
4716 isl::checked::val aff::constant_val() const function in class:isl::checked::aff
4724 return constant_val();
cpp.h 429 inline isl::val constant_val() const;
4874 isl::val aff::constant_val() const function in class:isl::aff
4888 return constant_val();
typed_cpp.h 231 inline typed::val<Anonymous> constant_val() const;
444 inline typed::val<Anonymous> constant_val() const;
671 inline typed::val<Anonymous> constant_val() const;
14659 typed::val<Anonymous> typed::aff<Anonymous>::constant_val() const function in class:isl::typed::typed::aff
14661 auto res = isl::aff::constant_val();
15247 typed::val<Anonymous> typed::aff<Domain, Anonymous>::constant_val() const function in class:isl::typed::typed::aff
15249 auto res = isl::aff::constant_val();
16102 typed::val<Anonymous> typed::aff<pair<Domain2, Range2>, Anonymous>::constant_val() const function in class:isl::typed::typed::aff
16104 auto res = isl::aff::constant_val();
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 4751 def constant_val(arg0): member in class:aff
4762 return arg0.constant_val()

Completed in 100 milliseconds