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

  /src/external/mit/isl/dist/
isl_polynomial.c 961 isl_bool is_infty; local
963 is_infty = isl_poly_is_infty(poly2);
964 if (is_infty >= 0 && !is_infty)
965 is_infty = isl_poly_is_neginfty(poly2);
966 if (is_infty < 0)
968 if (is_infty) {
1327 isl_bool is_infty; local
1329 is_infty = isl_poly_is_infty(poly2);
1330 if (is_infty >= 0 && !is_infty
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 18471 def is_infty(arg0): member in class:val
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 4422 inline boolean is_infty() const;
20747 boolean val::is_infty() const function in class:isl::checked::val
cpp.h 4488 inline bool is_infty() const;
30102 bool val::is_infty() const function in class:isl::val

Completed in 86 milliseconds