Searched refs:span_right (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | main.c | 1232 uint32_t const span_right) in hsg_fm_merge() argument 1235 ops = hsg_op(ops,FM_KERNEL_PROTO(scale_log2,msb_idx_u32(pow2_ru_u32(span_right)))); in hsg_fm_merge() 1241 ops = hsg_op(ops,FM_KERNEL_PREAMBLE(span_left,span_right)); 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() 1256 ops = hsg_thread_merge_offset(ops,span_left,span_right); in hsg_fm_merge() 1262 ops = hsg_fm_thread_store_right(ops,span_left,span_right); in hsg_fm_merge() 1277 for (uint32_t span_right=1; span_right<=span_left_ru; span_right*=2) in hsg_fm_merge_all() local 1278 ops = hsg_fm_merge(ops,scale_log2,span_left,MIN_MACRO(span_left,span_right)); in hsg_fm_merge_all()
|
D | target_cuda.c | 385 uint32_t const span_right = 1 << ops->b; in hsg_target_cuda() local 390 if (span_right == span_left) in hsg_target_cuda()
|
/external/libtextclassifier/native/annotator/ |
D | feature-processor.cc | 278 int span_right = 0; in SpanToLabel() local 281 ++span_right; in SpanToLabel() 290 const CodepointIndex tokens_end = tokens[click_position + span_right].end; in SpanToLabel() 297 tokens[click_position + span_right].value, /*do_copy=*/false); in SpanToLabel() 315 *label = TokenSpanToLabel({span_left, span_right}); in SpanToLabel()
|