Home
last modified time | relevance | path

Searched refs:conds (Results 1 – 16 of 16) sorted by relevance

/external/fonttools/Tests/varLib/
DfeatureVars_test.py6 conds = []
12 conds.append((region, subst))
13 overlaps = overlayFeatureVariations(conds)
15 return conds, overlaps
18 conds = []
23 conds.append((region, subst))
24 overlaps = overlayFeatureVariations(conds)
26 return conds, overlaps
44 conds = [
50 overlaps = overlayFeatureVariations(conds)
[all …]
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DLoops.cpp229 SmallVector<Value, 8> conds; in getPaddedInput() local
243 if (conds.empty()) in getPaddedInput()
244 conds.push_back(leftOutOfBound); in getPaddedInput()
246 conds.push_back(conds.back() || leftOutOfBound); in getPaddedInput()
248 conds.push_back(conds.back() || (sge(dim, rightBound))); in getPaddedInput()
260 return conds.empty() ? readInput in getPaddedInput()
261 : (Value)std_select(conds.back(), padValue, readInput); in getPaddedInput()
/external/bc/src/
Dparse.c163 bc_vec_popAll(&p->conds); in bc_parse_reset()
183 bc_vec_free(&p->conds); in bc_parse_free()
207 bc_vec_init(&p->conds, sizeof(size_t), NULL); in bc_parse_init()
Dbc_parse.c118 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel()
552 size_t *label = bc_vec_top(&p->conds); in bc_parse_endBody()
557 bc_vec_pop(&p->conds); in bc_parse_endBody()
767 else i = *((size_t*) bc_vec_top(&p->conds)); in bc_parse_loopExit()
/external/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py267 conds = {}
269 conds[arch] = ' || '.join('defined(' + v + ')' for v in defs)
295 print('#if ' + conds[arch], file=dst_file)
310 print(directive + conds[arch], file=dst_file)
/external/llvm-project/mlir/test/Dialect/Vector/
Dvector-transfer-full-partial-split.mlir40 // are both conds true
74 // are both conds true
128 // are both conds true
166 // are both conds true
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinalg_impl.py302 conds = (4.258730016922831e-001, 1.880152677804762e+000)
303 u = _nest_where(conds, (u3, u5, u7))
304 v = _nest_where(conds, (v3, v5, v7))
317 conds = (1.495585217958292e-002, 2.539398330063230e-001,
319 u = _nest_where(conds, (u3, u5, u7, u9, u13))
320 v = _nest_where(conds, (v3, v5, v7, v9, v13))
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dexponential-nontrivial-unswitch.ll36 ; 2^(num conds) == 2^5 == 32
48 ; 2^(num conds) == 2^5 == 32
Dexponential-nontrivial-unswitch-nested.ll49 ; 2^(num conds) == 2^5 = 32
/external/bc/include/
Dparse.h91 BcVec conds; member
/external/tensorflow/tensorflow/core/protobuf/
Dcontrol_flow.proto48 // Contexts contained inside this context (e.g. nested conds).
/external/mesa3d/src/panfrost/bifrost/
Dgen_pack.py79conds = ['ins->swizzle[{}][{}] == {}'.format(marg, idx, lane) for idx, lane in enumerate(op[1:])]
80 cond = " && ".join(conds)
/external/libxml2/
Dgentest.py745 conds = node.xpathEval("cond")
746 for cond in conds:
/external/skia/src/gpu/tessellate/
DGrStrokeIndirectTessellator.cpp40 static SK_ALWAYS_INLINE vec<Nx2> if_both_then_else(ivec<Nx2> conds, vec<Nx2> t, vec<Nx2> e) { in if_both_then_else() argument
41 auto both = conds.lo & conds.hi; in if_both_then_else()
/external/toybox/toys/pending/
Dbc.c447 BcVec conds; member
3019 bc_vec_npop(&p->conds, p->conds.len); in bc_parse_reset()
3028 bc_vec_free(&p->conds); in bc_parse_free()
3039 bc_vec_init(&p->conds, sizeof(size_t), NULL); in bc_parse_init()
3110 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel()
3565 size_t *label = bc_vec_top(&p->conds); in bc_parse_endBody()
3570 bc_vec_pop(&p->conds); in bc_parse_endBody()
3803 else i = *((size_t*) bc_vec_top(&p->conds)); in bc_parse_loopExit()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.osgi_3.13.0.v20180409-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...