Home
last modified time | relevance | path

Searched refs:span_left (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp346 int span_left,
355 int span_left,
365 int span_left,
375 int span_left,
385 int span_left,
395 int span_left,
429 int span_left);
442 inline int GetColStart(int span_left, int clip_left) const { in GetColStart() argument
443 return span_left < clip_left ? clip_left - span_left : 0; in GetColStart()
446 inline int GetColEnd(int span_left, int span_len, int clip_right) const { in GetColEnd() argument
[all …]
/external/skqp/src/compute/hs/gen/
Dmain.c1231 uint32_t const span_left, in hsg_fm_merge() argument
1241 ops = hsg_op(ops,FM_KERNEL_PREAMBLE(span_left,span_right)); in hsg_fm_merge()
1244 ops = hsg_fm_thread_load_left(ops,span_left); in hsg_fm_merge()
1247 ops = hsg_fm_thread_load_right(ops,span_left,span_right); in hsg_fm_merge()
1250 ops = hsg_thread_merge_left_right(ops,span_left,span_right); in hsg_fm_merge()
1253 ops = hsg_thread_merge(ops,span_left); in hsg_fm_merge()
1256 ops = hsg_thread_merge_offset(ops,span_left,span_right); in hsg_fm_merge()
1259 ops = hsg_fm_thread_store_left(ops,span_left); in hsg_fm_merge()
1262 ops = hsg_fm_thread_store_right(ops,span_left,span_right); in hsg_fm_merge()
1274 uint32_t const span_left = (warps << scale_log2) / 2; in hsg_fm_merge_all() local
[all …]
Dtarget_cuda.c384 uint32_t const span_left = (merge[0].warps << ops->a) / 2; in hsg_target_cuda() local
390 if (span_right == span_left) in hsg_target_cuda()
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc269 int span_left = 0; in SpanToLabel() local
272 ++span_left; in SpanToLabel()
289 const CodepointIndex tokens_start = tokens[click_position - span_left].start; in SpanToLabel()
295 tokens[click_position - span_left].value, /*do_copy=*/false); in SpanToLabel()
315 *label = TokenSpanToLabel({span_left, span_right}); in SpanToLabel()
/external/llvm-project/llvm/test/Transforms/EarlyCSE/
Dcommute.ll781 define void @PR41083_1(i32 %span_left, i32 %clip_left) {
788 %cmp = icmp sgt i32 %clip_left, %span_left
789 %sub = sub nsw i32 %clip_left, %span_left
792 %sub2 = sub i32 %clip_left, %span_left