|
| template<size_t K, size_t MG> |
| bool | operator== (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| bool | operator== (const rmint< K, MG > &, const ruint< K > &) |
| |
| template<size_t K, size_t MG, typename T> |
| | __RECINT_IS_ARITH (T, bool) operator ==(const T&, const rmint<K, MG>&) |
| |
| template<size_t K, size_t MG> |
| bool | operator!= (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| bool | operator!= (const rmint< K, MG > &, const ruint< K > &) |
| |
| template<size_t K, size_t MG> |
| bool | operator> (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG, typename T> |
| MG const T & | __RECINT_IS_ARITH (T, bool) operator>(const T & |
| |
| template<size_t K, size_t MG> |
| MG const T const rmint< K, MG > &bool | operator>= (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| bool | operator< (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K, size_t MG> |
| MG const T const rmint< K, MG > &bool | operator<= (const rmint< K, MG > &, const rmint< K, MG > &) |
| |
| template<size_t K> |
| bool | operator== (const rmint< K, MGI > &a, const ruint< K > &b) |
| |
| template<size_t K> |
| bool | operator== (const rmint< K, MGA > &a, const ruint< K > &b) |
| |
| template<size_t K, typename T> |
| | __RECINT_IS_ARITH (T, bool) operator |
| |
| T | __RECINT_IS_ARITH (T, bool) operator<(const T &b |
| |
| return | operator> (reduction(ar).Value, b) |
| |
| template<size_t K> |
| bool | operator<= (const rmint< K, MGI > &a, const rmint< K, MGI > &b) |
| |
| template<size_t K> |
| bool | operator<= (const rmint< K, MGA > &a, const rmint< K, MGA > &b) |
| |