Home
last modified time | relevance | path

Searched defs:mulmod (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/primes/
H A Dspsp.c51 mulmod(uint64_t a, uint64_t b, uint64_t n) in mulmod() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dexponential.d828 static T mulmod(T a, T b, T c) in mulmod() function