HomeSort by: relevance | last modified time | path
    Searched refs:mpn_trialdiv (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
trialdiv.c 0 /* mpn_trialdiv -- find small factors of an mpn number using trial division.
44 which only mpn_trialdiv can make sense of is returned in the WHERE
94 mpn_trialdiv (mp_srcptr tp, mp_size_t tn, mp_size_t nprimes, int *where) function
perfpow.c 293 factor = mpn_trialdiv (np, n, nrtrial[trial], &where);
330 factor = mpn_trialdiv (np, n, nrtrial[trial], &where);
  /src/external/lgpl3/gmp/dist/
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 *);

Completed in 22 milliseconds