logo
pub unsafe extern "C" fn mpn_divexact_by3c(
    rp: *mut limb_t,
    sp: *const limb_t,
    n: size_t,
    carry: limb_t
) -> limb_t
Expand description