Home
last modified time | relevance | path

Searched defs:mpn_add_n_sub_n (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dadd_n_sub_n.c50 mpn_add_n_sub_n (mp_ptr r1p, mp_ptr r2p, mp_srcptr s1p, mp_srcptr s2p, mp_size_t n) in mpn_add_n_sub_n() function
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1122 #define mpn_add_n_sub_n __MPN(add_n_sub_n) macro