Home
last modified time | relevance | path

Searched refs:logbased_root (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Drootrem.c143 logbased_root (mp_ptr rootp, mp_limb_t op, mp_bitcnt_t bitn, mp_limb_t k) in logbased_root() function
250 xnb = logbased_root (rootp, uh, unb, k); in mpn_rootrem_internal()
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog2353 * mpn/generic/rootrem.c (logbased_root): New function.