Home
last modified time | relevance | path

Searched defs:isl_basic_map (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_map_private.h36 struct isl_basic_map { struct
37 int ref;
56 unsigned flags;
58 struct isl_ctx *ctx;
60 isl_space *dim;
61 unsigned extra;
63 unsigned n_eq;
64 unsigned n_ineq;
66 size_t c_size;
67 isl_int **eq;
[all …]
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dmap_type.h12 typedef struct isl_basic_map isl_basic_map; typedef