Home
last modified time | relevance | path

Searched defs:twos_b (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/num-bigint/src/bigint/
Dbits.rs42 let twos_b = negate_carry(bi, &mut carry_b); in bitand_pos_neg() localVariable
78 let twos_b = negate_carry(bi, &mut carry_b); in bitand_neg_neg() localVariable
95 let twos_b = negate_carry(bi, &mut carry_b); in bitand_neg_neg() localVariable
180 let twos_b = negate_carry(bi, &mut carry_b); in bitor_pos_neg() localVariable
192 let twos_b = negate_carry(bi, &mut carry_b); in bitor_pos_neg() localVariable
233 let twos_b = negate_carry(bi, &mut carry_b); in bitor_neg_neg() localVariable
315 let twos_b = negate_carry(bi, &mut carry_b); in bitxor_pos_neg() localVariable
322 let twos_b = !0; in bitxor_pos_neg() localVariable
330 let twos_b = negate_carry(bi, &mut carry_b); in bitxor_pos_neg() localVariable
382 let twos_b = negate_carry(bi, &mut carry_b); in bitxor_neg_neg() localVariable
[all …]