Function tidb_query_datatype::codec::mysql::decimal::add [−][src]
fn add(a: u32, b: u32, carry: &mut u32, res: &mut u32)
add
adds a and b and carry, stores the sum and new carry.
fn add(a: u32, b: u32, carry: &mut u32, res: &mut u32)
add
adds a and b and carry, stores the sum and new carry.