logo
pub unsafe extern "C" fn mpn_divrem_1(
    r1p: *mut limb_t,
    qxn: size_t,
    s2p: *const limb_t,
    s2n: size_t,
    s3limb: limb_t
) -> limb_t
Expand description