Searched refs:mpn_trialdiv (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | perfpow.c | 293 factor = mpn_trialdiv (np, n, nrtrial[trial], &where); in mpn_perfect_power_p() 330 factor = mpn_trialdiv (np, n, nrtrial[trial], &where); in mpn_perfect_power_p()
|
| D | trialdiv.c | 94 mpn_trialdiv (mp_srcptr tp, mp_size_t tn, mp_size_t nprimes, int *where) in mpn_trialdiv() function
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-impl.h | 2641 #define mpn_trialdiv __MPN(trialdiv) macro 2642 __GMP_DECLSPEC mp_limb_t mpn_trialdiv (mp_srcptr, mp_size_t, mp_size_t, int *);
|
| D | ChangeLog | 11985 * gmp-impl.h (mpn_trialdiv): Declare
|