Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmulmod_bnm1.c100 mpn_mulmod_bnm1 (mp_ptr rp, mp_size_t rn, mp_srcptr ap, mp_size_t an, mp_srcptr bp, mp_size_t bn, m… in mpn_mulmod_bnm1() function
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h1268 #define mpn_mulmod_bnm1 __MPN(mulmod_bnm1) macro