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

  /src/external/mit/isl/dist/
isl_pw_print_templ.c 11 #undef PW
12 #define PW CAT(isl_pw_,BASE)
18 __isl_take isl_printer *p, __isl_keep PW *pw)
22 if (!pw)
25 for (i = 0; i < pw->n; ++i) {
31 el = FN(PW,peek_base_at)(pw, i);
34 p = print_disjuncts(set_to_map(pw->p[i].set), space, p, 0);
43 __isl_take isl_printer *p, __isl_keep PW *pw
    [all...]
isl_union_pw_templ.c 7 #undef PW
8 #define PW CAT(isl_,PW_BASE)
21 return FN(FN(UNION,from),PW_BASE)(FN(FN(PW,from),BASE)(el));
isl_aff_private.h 45 #undef PW
46 #define PW isl_pw_aff
71 #undef PW
72 #define PW isl_pw_multi_aff
isl_polynomial_private.h 78 #undef PW
79 #define PW isl_pw_qpolynomial
116 #undef PW
117 #define PW isl_pw_qpolynomial_fold
isl_fold.c 938 #undef PW
939 #define PW isl_pw_qpolynomial_fold
isl_polynomial.c 3246 #undef PW
3247 #define PW isl_pw_qpolynomial
isl_aff.c 2875 #undef PW
2876 #define PW isl_pw_aff
4684 #undef PW
4685 #define PW isl_pw_multi_aff
  /src/usr.bin/banner/
banner.c 72 static long PW = LINELEN;
154 if (nchrs++ >= PW/(WIDTH+1)-1)
  /src/usr.sbin/lpr/common_source/
common.c 91 long PW; /* page width */

Completed in 26 milliseconds