Searched defs:DoubleBigDigit (Results 1 – 2 of 2) sorted by relevance
252 pub(crate) type DoubleBigDigit = u64; typedef254 pub(crate) type DoubleBigDigit = u128; typedef291 pub(crate) fn to_doublebigdigit(hi: BigDigit, lo: BigDigit) -> DoubleBigDigit { in to_doublebigdigit()
21 acc: &mut DoubleBigDigit, in mac_with_carry()