Searched defs:res (Results 1 – 3 of 3) sorted by relevance
116 let mut res = Self::new(bits); in add() variables123 let mut res = Self::new(bits); in sub() variables129 let mut res = Self::new(Self::get_bit_count(op)); in neg() variables136 let mut res = Self::new(bits); in multiply() variables142 let mut res = Self::new(2 * Self::get_bit_count(op)); in square() variables169 let mut res = Self::new(Self::get_bit_count(n)); in module() variables175 let mut res = Self::new(Self::get_bit_count(n)); in add_mod() variables188 let mut res = Self::new(Self::get_bit_count(n)); in sub_mod() variables201 let mut res = Self::new(Self::get_bit_count(n)); in mul_mod() variables214 let mut res = Self::new(Self::get_bit_count(n)); in square_mod() variables[all …]
92 let mut res = AttributeMemref::new_ref(); in from_ref() variables139 let mut res = AttributeValue::new_value(); in from_value() variables
64 let mut res = hash.to_vec(); in main() variables
Completed in 11 milliseconds