logo
pub unsafe extern "C" fn mpn_submul_1(
    rp: *mut limb_t,
    s1p: *const limb_t,
    n: size_t,
    s2limb: limb_t
) -> limb_t
Expand description