[][src]Function ramp::ll::submul_1

pub unsafe fn submul_1(wp: LimbsMut, xp: Limbs, n: i32, vl: Limb) -> Limb

Multiplies the n least-signficiant digits of xp by vl and subtracts them from the n least-significant digits of wp. Returns the highest limb of the result, adjust for borrow.