|
| template<size_t K, size_t MG> |
| rmint< K, MG > & | operator*= (rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG, typename T> |
| | __RECINT_IS_ARITH (T, rmint< K, MG > &) operator+ =(rmint<K, MG>&, const T&) |
| |
| template<size_t K, size_t MG> |
| rmint< K, MG > | operator* (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG, typename T> |
| | __RECINT_IS_ARITH (T, rmint< K, MG >) operator+(const rmint< K |
| |
| template<size_t K, size_t MG, typename T> |
| MG const T & | __RECINT_IS_ARITH (T, rmint< K, MG >) operator+(const T & |
| |
| template<size_t K, size_t MG> |
| MG const T const rmint< K, MG > &void | mul (rmint< K, MG > &, const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| void | mul (rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| void | square (rmint< K, MG > &a, const rmint< K, MG > &b) |
| |
| template<size_t K, size_t MG> |
| void | square (rmint< K, MG > &a) |
| |
| template<size_t K, size_t MG> |
| void | mul (rmint< K, MG > &a, const rmint< K, MG > &b, const rmint< K, MG > &c) |
| |