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

  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 4420 inline boolean is_divisible_by(const isl::checked::val &v2) const;
4421 inline boolean is_divisible_by(long v2) const;
20736 boolean val::is_divisible_by(const isl::checked::val &v2) const function in class:isl::checked::val
20742 boolean val::is_divisible_by(long v2) const function in class:isl::checked::val
20744 return this->is_divisible_by(isl::checked::val(ctx(), v2));
cpp.h 4486 inline bool is_divisible_by(const isl::val &v2) const;
4487 inline bool is_divisible_by(long v2) const;
30083 bool val::is_divisible_by(const isl::val &v2) const function in class:isl::val
30095 bool val::is_divisible_by(long v2) const function in class:isl::val
30099 return this->is_divisible_by(isl::val(ctx(), v2));
  /src/external/mit/isl/dist/interface/
isl.py 18455 def is_divisible_by(arg0, arg1): member in class:val

Completed in 74 milliseconds