Home
last modified time | relevance | path

Searched refs:leading_ones (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_conversion_ops.py135 leading_ones = math_ops.cumprod(dim_is_one)
136 num_leading_ones = math_ops.reduce_sum(leading_ones)
/external/libxaac/decoder/
Dixheaacd_block.c115 WORD32 leading_ones; in ixheaacd_huff_sfb_table() local
129 leading_ones = ixheaacd_cnt_leading_ones(temp); in ixheaacd_huff_sfb_table()
131 ixheaacd_drc_offset = (idx_table[leading_ones] >> 20) & 0x1ff; in ixheaacd_huff_sfb_table()
133 code_word = idx_table[leading_ones] & 0xfffff; in ixheaacd_huff_sfb_table()
139 len_end = len_end + ((idx_table[leading_ones] >> 29) & 0x7); in ixheaacd_huff_sfb_table()
140 leading_ones = len_end; in ixheaacd_huff_sfb_table()
/external/python/cpython3/Lib/
Dipaddress.py462 leading_ones = ip_int >> trailing_zeroes
464 if leading_ones != all_ones:
/external/python/ipaddress/
Dipaddress.py585 leading_ones = ip_int >> trailing_zeroes
587 if leading_ones != all_ones: