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

  /src/external/lgpl3/gmp/dist/mpz/
stronglucas.c 0 /* mpz_stronglucas(n, t1, t2) -- An implementation of the strong Lucas
62 mpz_stronglucas (mpz_srcptr x, mpz_ptr V, mpz_ptr Qk) function
millerrabin.c 88 is_prime = millerrabin (n, x, y, q, k) && mpz_stronglucas (n, x, y);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1714 #define mpz_stronglucas __gmpz_stronglucas macro
1715 __GMP_DECLSPEC int mpz_stronglucas (mpz_srcptr, mpz_ptr, mpz_ptr);

Completed in 23 milliseconds