Searched refs:NUM_CHARS_BITS (Results 1 – 1 of 1) sorted by relevance
329 const NUM_CHARS_BITS: [usize; 4] = [0, 4, 7, 10]; constant389 10 * (digits / 3) + NUM_CHARS_BITS[digits % 3] in total_size_bits()429 let out = (self.carry, NUM_CHARS_BITS[self.carry_len]); in next()444 NUM_CHARS_BITS[3], in next()451 NUM_CHARS_BITS[self.carry_len + new_chars], in next()457 let out = (self.carry, NUM_CHARS_BITS[self.carry_len]); in next()