Home
last modified time | relevance | path

Searched refs:pw1 (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_pw_union_opt.c87 static __isl_give PW *FN(PW,merge)(__isl_take PW *pw1, __isl_take PW *pw2, in FN()
93 if (!pw1 || !pw2) in FN()
96 res = FN(PW,alloc_size)(isl_space_copy(pw1->dim), pw1->n + pw2->n); in FN()
99 while (i < pw1->n || j < pw2->n) { in FN()
104 if (i < pw1->n && j < pw2->n) in FN()
105 cmp = FN(EL,plain_cmp)(pw1->p[i].FIELD, in FN()
108 cmp = i < pw1->n ? -1 : 1; in FN()
112 el = FN(EL,copy)(pw1->p[i].FIELD); in FN()
121 el = FN(EL,copy)(pw1->p[i].FIELD); in FN()
130 FN(PW,free)(pw1); in FN()
[all …]
Disl_pw_templ.c426 static __isl_give PW *FN(PW,union_add_)(__isl_take PW *pw1, __isl_take PW *pw2) in FN()
433 if (FN(PW,align_params_bin)(&pw1, &pw2) < 0) in FN()
436 ctx = isl_space_get_ctx(pw1->dim); in FN()
437 if (!OPT_EQUAL_TYPES(pw1->, pw2->)) in FN()
440 if (FN(PW,check_equal_space)(pw1, pw2) < 0) in FN()
443 if (FN(PW,IS_ZERO)(pw1)) { in FN()
444 FN(PW,free)(pw1); in FN()
450 return pw1; in FN()
453 n = (pw1->n + 1) * (pw2->n + 1); in FN()
454 res = FN(PW,alloc_size)(isl_space_copy(pw1->dim) in FN()
[all …]
Disl_pw_sub_templ.c13 __isl_give PW *FN(PW,sub)(__isl_take PW *pw1, __isl_take PW *pw2) in FN()
15 return FN(PW,add)(pw1, FN(PW,neg)(pw2)); in FN()
Disl_fold.c886 __isl_take isl_pw_qpolynomial_fold *pw1, in isl_pw_qpolynomial_fold_fold() argument
893 if (!pw1 || !pw2) in isl_pw_qpolynomial_fold_fold()
896 isl_assert(pw1->dim->ctx, isl_space_is_equal(pw1->dim, pw2->dim), goto error); in isl_pw_qpolynomial_fold_fold()
898 if (isl_pw_qpolynomial_fold_is_zero(pw1)) { in isl_pw_qpolynomial_fold_fold()
899 isl_pw_qpolynomial_fold_free(pw1); in isl_pw_qpolynomial_fold_fold()
905 return pw1; in isl_pw_qpolynomial_fold_fold()
908 if (pw1->type != pw2->type) in isl_pw_qpolynomial_fold_fold()
909 isl_die(pw1->dim->ctx, isl_error_invalid, in isl_pw_qpolynomial_fold_fold()
912 n = (pw1->n + 1) * (pw2->n + 1); in isl_pw_qpolynomial_fold_fold()
913 res = isl_pw_qpolynomial_fold_alloc_size(isl_space_copy(pw1->dim), in isl_pw_qpolynomial_fold_fold()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/sparse_ops/
Dfully_connected.h58 for (int pw1 = w1_segments[idx_0]; pw1 < w1_segments[idx_0 + 1]; ++pw1) { in FullyConnectedSparseWeight() local
59 int idx_1 = w1_indices[pw1]; in FullyConnectedSparseWeight()
61 weights_data[pw1] * input_data[b * accum_depth + idx_1]; in FullyConnectedSparseWeight()
/external/clang/test/ARCMT/
DGC-no-arc-runtime.m.result46 @property (unsafe_unretained) I3 * pw1, * pw2;
54 @property (unsafe_unretained) I4Impl * pw1, * pw2;
61 @synthesize pw1, pw2, ps, pds, pds2;
DGC-no-arc-runtime.m54 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
69 @synthesize pw1, pw2, ps, pds, pds2;
DGC.m.result46 @property (weak) I3 * pw1, * pw2;
57 @property (weak) I4Impl * pw1, * pw2;
68 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC-no-finalize-removal.m.result59 @property (weak) I3 * pw1, * pw2;
70 @property (weak) I4Impl * pw1, * pw2;
81 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
/external/llvm-project/clang/test/ARCMT/
DGC-no-arc-runtime.m.result46 @property (unsafe_unretained) I3 * pw1, * pw2;
54 @property (unsafe_unretained) I4Impl * pw1, * pw2;
61 @synthesize pw1, pw2, ps, pds, pds2;
DGC-no-arc-runtime.m54 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
69 @synthesize pw1, pw2, ps, pds, pds2;
DGC-no-finalize-removal.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC.m.result46 @property (weak) I3 * pw1, * pw2;
57 @property (weak) I4Impl * pw1, * pw2;
68 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC.m51 @property (assign) I3 *__weak pw1, *__weak pw2;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
73 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
DGC-no-finalize-removal.m.result59 @property (weak) I3 * pw1, * pw2;
70 @property (weak) I4Impl * pw1, * pw2;
81 @synthesize pw1, pw2, pw3, pw4, ps, pds, pds2, pds3, pds4;
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java208 PrintWriter pw1; in printLanguageScript() local
286pw1 = new PrintWriter(new FormattedFileWriter(null, "Languages and Scripts", null, SUPPLEMENTAL_IN… in printLanguageScript()
287 pw1.println(tablePrinter.toTable()); in printLanguageScript()
288 pw1.close(); in printLanguageScript()
290pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts and Languages", null, SUPPLEMENTAL_IN… in printLanguageScript()
291 pw1.println(tablePrinter2.toTable()); in printLanguageScript()
292 pw1.close(); in printLanguageScript()
357 PrintWriter pw1;
443pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts, Languages, and Territories", null, S…
444 pw1.println(tablePrinter2.toTable());
[all …]
/external/libjpeg-turbo/
Dturbojpeg.c938 int pw1 = tjPlaneWidth(1, width, subsamp); in tjEncodeYUV3() local
941 strides[1] = strides[2] = PAD(pw1, pad); in tjEncodeYUV3()
1133 int pw1 = tjPlaneWidth(1, width, subsamp); in tjCompressFromYUV() local
1136 strides[1] = strides[2] = PAD(pw1, pad); in tjCompressFromYUV()
1600 int pw1 = tjPlaneWidth(1, width, subsamp); in tjDecodeYUV() local
1603 strides[1] = strides[2] = PAD(pw1, pad); in tjDecodeYUV()
1842 int pw1 = tjPlaneWidth(1, width, jpegSubsamp); in tjDecompressToYUV2() local
1845 strides[1] = strides[2] = PAD(pw1, pad); in tjDecompressToYUV2()