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

  /src/games/primes/
spsp.c 77 powmod(uint64_t a, uint64_t r, uint64_t n) function in typeref:typename:uint64_t
106 x = powmod(p, r, n);
114 x = powmod(x, 2, n);
spsp.c 77 powmod(uint64_t a, uint64_t r, uint64_t n) function in typeref:typename:uint64_t
106 x = powmod(p, r, n);
114 x = powmod(x, 2, n);
spsp.c 77 powmod(uint64_t a, uint64_t r, uint64_t n) function in typeref:typename:uint64_t
106 x = powmod(p, r, n);
114 x = powmod(x, 2, n);

Completed in 30 milliseconds