Function simfony_as_rust::jet::arithmetic::negate_32
source · pub fn negate_32(a: u32) -> (bool, u32)Expand description
Negate the integer (modulo 2³²) and return the borrow bit.
pub fn negate_32(a: u32) -> (bool, u32)Negate the integer (modulo 2³²) and return the borrow bit.