Home
last modified time | relevance | path

Searched refs:mulmod (Results 1 – 3 of 3) sorted by relevance

/netbsd/games/primes/
H A Dspsp.c51 mulmod(uint64_t a, uint64_t b, uint64_t n) in mulmod() function
83 x = mulmod(a, x, n); in powmod()
84 a = mulmod(a, a, n); in powmod()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d828 static T mulmod(T a, T b, T c) in mulmod() function
868 result = mulmod(result, base, modulus);
870 base = mulmod(base, base, modulus);
/netbsd/external/lgpl3/gmp/dist/
H A DChangeLog9908 better mulmod itch estimate.